Skip to content

Instantly share code, notes, and snippets.

@jayair
Created September 16, 2019 17:44
Show Gist options
  • Save jayair/a6b26d80939d2f28717ed31052fe86f7 to your computer and use it in GitHub Desktop.
Save jayair/a6b26d80939d2f28717ed31052fe86f7 to your computer and use it in GitHub Desktop.
✓ 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