Toolset to render and manage AWS CloudFormation ( https://pypi.org/project/cloudbender )
Go to file
Stefan Reimer badb7b02c8 Release 0.5.0 2019-04-18 16:30:50 +00:00
cloudbender Release 0.5.0 2019-04-18 16:30:50 +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
CHANGES.md Release 0.5.0 2019-04-18 16:30:50 +00:00
LICENSE.md First release on PyPy, Makefile and License 2019-02-07 22:05:33 +00:00
Makefile Release 0.5.0 2019-04-18 16:30:50 +00:00
README.md Add sync command, make *cb* boolean available within Jinja context 2019-03-20 12:51:17 +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
  sync               Renders template and provisions it right away
  validate           Validates already rendered templates using cfn-lint