You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Show all installable versions
asdf list-all scalingo-cli
# Install specific version
asdf install scalingo-cli 1.29.1
# Install latest version
asdf install scalingo-cli latest
# Set a version globally (on your ~/.tool-versions file)
asdf global scalingo-cli 1.29.1
# Set always latest as a global version
asdf global scalingo-cli latest
# Show installed versions
asdf list scalingo-cli
# Now Scalingo CLI commands are available
scalingo --help
Check asdf README for more instructions on how to
install & manage versions.
With mise
# Show all installable versions
mise list-all scalingo-cli
# Install specific version
mise install scalingo-cli@1.29.1
# Install latest version
mise install scalingo-cli@latest
# Set a version globally
mise use -g scalingo-cli@1.29.1
# Set always latest as a global version
mise use -g scalingo-cli@latest
# Show installed versions
mise list scalingo-cli
# Now Scalingo CLI commands are available
scalingo --help
Check mise README for more instructions on how to
install & manage versions.
Environment Variables
Architecture Override
The ASDF_SCALINGO_CLI_OVERWRITE_ARCH variable can be used to override the architecture that is
used for determining which Scalingo CLI release download. Useful, for example, for allowing users
on M1 Macs to install amd64 binary when there's no arm64 binary available when using old Scalingo
CLI versions.