Created
September 16, 2019 17:44
-
-
Save jayair/a6b26d80939d2f28717ed31052fe86f7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
✓ Deploy Generated CloudFormation deployment | |
aws cloudformation deploy | |
--template-file sam.yaml | |
--stack-name TestArcCodesStaging | |
--s3-bucket arc-codes-deploy-bucket | |
--capabilities CAPABILITY_IAM | |
--region us-east-1 | |
usage: aws [options] <command> <subcommand> [<subcommand> ...] [parameters] | |
To see help text, you can run: | |
aws help | |
aws <command> help | |
aws <command> <subcommand> help | |
aws: error: argument subcommand: Invalid choice, valid choices are: | |
push | register | |
deregister | install | |
uninstall | |
× Error: usage: aws [options] <command> <subcommand> [<subcommand> ...] [parameters] | |
To see help text, you can run: | |
aws help | |
aws <command> help | |
aws <command> <subcommand> help | |
aws: error: argument subcommand: Invalid choice, valid choices are: | |
push | register | |
deregister | install | |
uninstall | |
deploy failed! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment