-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ref #35 #73 Refactors the `bonsol deploy` command, adding better help messages and clearer usage. ``` $ bonsol deploy --help Deploy a program with various storage options, such as S3, ShadowDrive, or manually with a URL Usage: bonsol deploy <COMMAND> Commands: s3 Deploy a program using an AWS S3 bucket shadow-drive Deploy a program using ShadowDrive url Deploy a program manually with a URL help Print this message or the help of the given subcommand(s) Options: -h, --help Print help -- $ bonsol deploy s3 --help Deploy a program using an AWS S3 bucket Usage: bonsol deploy s3 [OPTIONS] --bucket <BUCKET> --access-key <ACCESS_KEY> --secret-key <SECRET_KEY> --region <REGION> --manifest-path <MANIFEST_PATH> Options: --bucket <BUCKET> Specify the S3 bucket name --access-key <ACCESS_KEY> Specify the AWS access key ID [env: AWS_ACCESS_KEY_ID=] --secret-key <SECRET_KEY> Specify the AWS secret access key [env: AWS_SECRET_ACCESS_KEY=] --region <REGION> Specify the AWS region [env: AWS_REGION=] --endpoint <ENDPOINT> Specify the AWS S3 compatibility endpoint [env: AWS_S3_ENDPOINT=] -m, --manifest-path <MANIFEST_PATH> The path to the program's manifest file (manifest.json) -y, --auto-confirm Whether to automatically confirm deployment -h, --help Print help ```
- Loading branch information
1 parent
5b3873b
commit 6a4cfef
Showing
13 changed files
with
134 additions
and
297 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.