A Rancher2 CLI orb for CircleCI.
Based heavily on the doctl orb.
Check out all the details on CircleCI.
In August 2022, GitHub failed to compile assets for the latest release of the CLI.
This broke a lot of our stuff, and required massive updates.
So we are going to package a copy of the CLI here, just in case.
As of August 2022, it is using rancher-darwin-amd64-v2.6.7-rc1.tar.gz
.
If you intend to update the version, please make sure it unzips. Some did not.
By keeping the file name generic, we can swap in new versions without having to change the underlying orb.
Don't forget to bump the version in .circleci/config.yml
and in the example in src/orb.yml
everytime!