Changelog
- 944cdba Add logger (#326)
- ec8abbe Clean up activators (#332)
- 5714a25 Move git step activator from CLI to stepman (#328)
- 3f756be Move local step activator from CLI to stepman (#324)
- db15d60 Move step toolkits from CLI to envman (#322)
- 6bfe26a Move steplib step activator from CLI to stepman (#329)
- 5b7e38a Remove activate subcommand, move code out of
cli
package (#333) - 8f699c5 Update module github.com/hashicorp/go-retryablehttp to v0.7.7 [SECURITY] (#327)
- 6ae1a5f Update steplib if step version not found (#335)
- 98789ba Upgrade to Go 1.23 (#337)
- 21c3f14 Use go toolkit constructor (#330)
- dd9c9e3 [ACI-2048] Add offline mode (#323)
- 8c02c27 set go 1.20 as minimum (#325)
Install or upgrade
To install this version, run the following command (in a bash shell):
curl -fL https://github.com/bitrise-io/stepman/releases/download/0.17.1/stepman-"$(uname -s)"-"$(uname -m)" > /usr/local/bin/stepman
ℹ️ M1 machine: Please note by default /usr/local/bin
does not exist on M1 machines and isn't encouraged by the community over /opt/bin
. Use a custom folder path or use your own bin
folder path. i.e /opt/bin
Then:
chmod +x /usr/local/bin/stepman
That's all, you're ready to call stepman
!