Toolset to render and manage AWS CloudFormation ( https://pypi.org/project/cloudbender )
Go to file
Stefan Reimer b3eb7e3719
continuous-integration/drone/push Build is passing Details
Release 0.7.4
2019-09-02 15:55:16 +00:00
cloudbender Release 0.7.4 2019-09-02 15:55:16 +00:00
tests First release on PyPy, Makefile and License 2019-02-07 22:05:33 +00:00
.drone.yml Fix drone pipeline to upload to PyPy 2019-06-27 13:38:12 +00:00
.gitignore Initial checkin 2018-11-22 18:31:59 +00:00
CHANGES.md Release 0.7.4 2019-09-02 15:55:16 +00:00
LICENSE.md First release on PyPy, Makefile and License 2019-02-07 22:05:33 +00:00
Makefile New variables support within stack configs 2019-09-02 11:13:40 +00:00
README.md Cleanup Makefile, introduce drone.io support, remove tox 2019-06-18 16:48:39 +00:00
dev-requirements.txt Cleanup Makefile, introduce drone.io support, remove tox 2019-06-18 16:48:39 +00:00
requirements.txt Cleanup Makefile, introduce drone.io support, remove tox 2019-06-18 16:48:39 +00:00
setup.cfg Fix cli entrypoint 2019-02-07 22:13:49 +00:00
setup.py Cleanup Makefile, introduce drone.io support, remove tox 2019-06-18 16:48:39 +00:00

README.md

Build Status

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