Toolset to render and manage AWS CloudFormation ( https://pypi.org/project/cloudbender )
Go to file
Stefan Reimer 3bac1bbc68 Release 0.4.2 to remove warning using latest yaml lib 2019-03-22 11:00:56 +00:00
cloudbender Release 0.4.2 to remove warning using latest yaml lib 2019-03-22 11:00:56 +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 Update CHANGES.md 2019-03-20 12:58:44 +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 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