@seed-run/cli
v0.1.2
Published
A CLI to help deploy your Seed apps.
Downloads
12,537
Readme
Seed CLI 
Install the @seed-run/cli CLI.
$ npm install -g @seed-run/cliAnd trigger a deployment to your apps on Seed.
$ SEED_TOKEN=ACME_ORG_TOKEN seed deploy --org acme --app backend-api --stage dev --commit 700b9c2Options
You simply need to pass in the:
- Org name
--org - App name
--app - Stage name
--stage - Git commit SHA
--commit - And a Seed CLI token as an environment variable
SEED_TOKEN
Seed CLI Token
You can generate the SEED_TOKEN from your org settings in the Seed console.
Documentation
Read more about deploying with the Seed CLI over on the docs.
