Skip to content

bgraymusic/bgm-nerdrock

Repository files navigation

Prerequisites

  • Python 3.13 installed (verify a successful response from python3.13 --version and python3 --version)

CLI Install

  • pip install '.[cli]'

CLI Usage

USAGE

bgnr [flags] <command> [options]

COMMANDS

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

FLAGS

-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

About

The Nerdrock Website

Resources

License

Stars

Watchers

Forks