sherpa 0.2.1

A command line tool for interacting with Sherpa
docs.rs failed to build sherpa-0.2.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Sherpa

Build Status

A CLI for using Sherpa from the command line. This tool allows you to deploy from the comfort of your console.

Installation

Homebrew:

brew tap mikeastock/formulae
brew install sherpa

If you are a Rust developer you can simply do:

cargo install sherpa

Usage

To authenticate with Sherpa you will need a personal Github token that has read:org. You can create one here

To get started run:

sherpa auth <github-handle> <github-token>

Deploying

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:

sherpa deploy <stage>

Contributing

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.