Code Docs

Package

Entry Scripts

deploy_cf.py

usage: deploy_cf.py [-h] [-p ONLY_PROFILES] [-s STACKNAME] [-C] [-v]
                    [--description DESCRIPTION] [--capabilities CAPABILITIES]
                    [--regions REGIONS] [--tags TAGS]
                    [--parameters PARAMETERS] [--profiles PROFILES] [-D]
                    (-d CATEGORY | -c CONFIG | -S STACK)

Named Arguments

-p, --only_profiles

Only deploy to these profiles even if more are configured.

Default: []

-s, --stackname

Stack Name to Deploy (Default Depoloy all in Category

Default: []

-C, --confirm

Make Changes

Default: False

-v, --verbose

Verbosity Controls

Default: []

--description

If using -S what description should go with the stack.

Default: 'No Description Given'

--capabilities

If using -S what capabilities should go with the stack

Default: []

--regions

If using -S what regions should this deploy too

Default: []

--tags

If using -S what tags specified as tag:value to use

Default: []

--parameters

Parameters specified as param:value to use.

Default: []

--profiles

If using -S what profiles this should be deployed to.

Default: []

-D, --stackdelete

Delete the Specified (Stacks)

Default: False

-d, --category

Which Cateogry to Choose from (directory)

-c, --config

Specify a Configuration File to Deploy

-S, --stack

Specify a single Stack file deploy

run_tests.py

usage: run_tests.py [-h] [-v] [-c CONFIG] [-j JUST]

Named Arguments

-v, --verbose

Verbosity Controls

Default: []

-c, --config

Configuration File

Default: 'config.yaml'

-j, --just

Just this Test

Code Coverage