CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 12
Releases: bitrise-io/stepman
0.18.2
61e8f2d
Compare
Changelog
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/v0.18.2/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
!
Assets 7
0.18.1
c3e0686
Compare
Changelog
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/v0.18.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
!
Assets 7
0.18.0
4e43aa2
Compare
Changelog
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/v0.18.0/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
!
Assets 7
0.17.3
a08c095
Compare
Changelog
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/v0.17.3/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
!
Assets 7
0.17.2
60ffbc3
Compare
Changelog
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/v0.17.2/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
!
Assets 7
0.17.1
98789ba
Compare
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
!
Assets 7
0.17.0
a42b9bc
Compare
Changelog
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.0/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
!
Assets 7
0.16.3
9e34962
Compare
Changelog
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.16.3/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
!
Assets 6
0.16.2
ab3f9a4
Compare
Changelog
- 851edc7 Create exported function for stepman collections command (#317)
- ab3f9a4 Define Go version for building (#318)
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.16.2/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
!
Assets 6
0.16.1
939f0fe
Compare
Changelog
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.16.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
!