StackShift CLI StackShift
Use this command to install StackShift CLI with WinGet:
winget install --id=StackShift.StackShift -e Manage StackShift from the command line
winget install --id=StackShift.StackShift -e Manage StackShift from the command line
Signed command-line releases for StackShift.
Homebrew:
brew install stackshiftCloud/tap/stackshift
Scoop:
scoop bucket add stackshift https://github.com/stackshiftCloud/scoop-bucket
scoop install stackshift
Install cosign, then run:
curl -fsSLO \
https://github.com/stackshiftCloud/stackshift-cli/releases/download/v1.0.2/install-cli.sh
chmod 0755 install-cli.sh
STACKSHIFT_CLI_VERSION=v1.0.2 ./install-cli.sh
Install cosign, then run in PowerShell:
Invoke-WebRequest `
https://github.com/stackshiftCloud/stackshift-cli/releases/download/v1.0.2/install-cli.ps1 `
-OutFile install-cli.ps1
$env:STACKSHIFT_CLI_VERSION = "v1.0.2"
.\install-cli.ps1
The installers verify the Sigstore checksum bundle and the selected archive's SHA-256 digest before installing anything.
Authenticate with:
stackshift auth login