Deploy
taskcat._cli_modules.deploy
¶
Deploy
¶
[ALPHA] installs a stack into an AWS account/regions
list(profiles='default', regions='ALL')
staticmethod
¶
:param profiles: comma separated list of aws profiles to search :param regions: comma separated list of regions to search, default is to check all commercial regions
Source code in taskcat/_cli_modules/deploy.py
run(project='./', test_names='ALL', regions='ALL', name='', input_file='./.taskcat.yml')
¶
:param project: name of project to install can be a path to a local project, a github org/repo, or an AWS Quick Start name :param test_names: comma separated list of tests (specified in .taskcat.yml) to run defaults to the 'default' test. Set to 'ALL' to deploy every entry :param regions: comma separated list of regions to test in default :param name: stack name to use, if not specified one will be automatically generated :param input_file: path to either a taskcat project config file or a CloudFormation template