A CLI for using Sherpa from the command line. This tool allows you to deploy from the comfort of your console.
Homebrew:
bash
brew tap mikeastock/formulae
brew install sherpa
If you are a Rust developer you can simply do:
bash
cargo install sherpa
To authenticate with Sherpa you will need a personal Github token that has read:org
.
You can create one here
To get started run:
bash
sherpa auth <github-handle> <github-token>
Sherpa will infer what Trekker and branch you want to deploy to based on what directory you run the command from.
To trigger a deploy run:
bash
sherpa deploy <stage>
Bug reports and pull requests are welcome on GitHub at https://github.com/mikeastock/sherpa-cli. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.