- Python 3.13 installed (verify a successful response from
python3.13 --versionandpython3 --version)
pip install '.[cli]'
bgnr [flags] <command> [options]
bootstrap : Set up AWS account with the ability to deploy CDK infrastructure
clean : Remove build assets
deploy : Deploy current code to the specified AWS environment
global : Deploy the global stack by itself, without an environment stack
help : Output this message if by itself, or get help for a command if followed by a command name
package-lambdas : Build lambdas package into assets directory
package-web : Build web package into assets directory
rollback : Rollback to previous deployment by repointing the DNS domain record
synth : Synthesize CloudFormation and output to the cdk.out directory
test : Run all tests with coverage on current code
undeploy : Destroy the specified AWS environment
update-loc : Set your current IP as the allowed_ip for non-prod access
-t, --trace : Echo out the shell commands as they execute
-v, --verbose : Allow sub-tasks to output their details
For help on a specific command, use: bgnr [flags] help