Toolset to render and manage AWS CloudFormation ( https://pypi.org/project/cloudbender )
Go to file
Stefan Reimer ce14bd212f Fix cli, add minimal README 2019-02-08 10:51:44 +00:00
cloudbender Fix cli, add minimal README 2019-02-08 10:51:44 +00:00
tests First release on PyPy, Makefile and License 2019-02-07 22:05:33 +00:00
.gitignore Initial checkin 2018-11-22 18:31:59 +00:00
LICENSE.md First release on PyPy, Makefile and License 2019-02-07 22:05:33 +00:00
Makefile First release on PyPy, Makefile and License 2019-02-07 22:05:33 +00:00
README.md Fix cli, add minimal README 2019-02-08 10:51:44 +00:00
requirements.txt Initial checkin 2018-11-22 18:31:59 +00:00
setup.cfg Fix cli entrypoint 2019-02-07 22:13:49 +00:00
setup.py Fix cli entrypoint 2019-02-07 22:13:49 +00:00
tox.ini First release on PyPy, Makefile and License 2019-02-07 22:05:33 +00:00

README.md

CloudBender

About

Toolset to render and manage AWS CloudFormation.

Install

$ pip install cloudbender

CLI

Usage: cloudbender [OPTIONS] COMMAND [ARGS]...

Options:
  --version   Show the version and exit.
  --debug     Turn on debug logging.
  --dir TEXT  Specify cloudbender project directory.
  --help      Show this message and exit.

Commands:
  clean              Deletes all previously rendered files locally
  create-change-set  Creates a change set for an existing stack
  delete             Deletes stacks or stack groups
  provision          Creates or updates stacks or stack groups
  render             Renders template and its parameters
  validate           Validates already rendered templates using cfn-lint