note: It is not required to install to /usr/local/bin. If you choose to install to another location you'll want to make sure it's added to your PATH for the tool to be found.
ℹ️ Windows
Windows
Scoop:
First time setup: scoop bucket add org https://github.com/DelineaXPM/scoop-bucket.git.
Install: scoop install DelineaXPM/dsv-cli.
Update: scoop update DelineaXPM/dsv-cli.
Using curl in Windows PowerShell (for cross-platform pwsh see top section) and move to whatever directory you want:
$json=(Invoke-WebRequest -ContentType 'application/json' -Uri 'https://s3.amazonaws.com/dsv.secretsvaultcloud.com/cli-version.json' -UseBasicParsing).Content | ConvertFrom-Json
# Change this to windows/386 if required to install x86.
Invoke-WebRequest -Uri $json.links.'windows/amd64' -OutFile 'dsv.exe' -UseBasicParsing
This contains customized goreleaser tasks that take into account the GOOS and combine this with my standard approach of using changelog to drive the new semver release.
This contains customized goreleaser tasks that take into account the GOOS and combine this with my standard approach of using changelog to drive the new semver release.