Skip to content

0.9.36

Compare
Choose a tag to compare
@godrei godrei released this 12 Dec 10:29
· 87 commits to master since this release

Generate slim steplib spec

stepman setup --collection STEPLIB_URI command will generate a tiny version of the steplib spec (slim-spec.json) as well, this short version contains only the latest versions of the steps.

Install or upgrade

To install this version, run the following commands (in a bash shell):

curl -fL https://github.com/bitrise-io/stepman/releases/download/0.9.36/stepman-$(uname -s)-$(uname -m) > /usr/local/bin/stepman

Then:

chmod +x /usr/local/bin/stepman

That's all, you're ready to call stepman!