Toolset to render and manage AWS CloudFormation ( https://pypi.org/project/cloudbender )
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
label-engine 5cfbd72538
Merge pull request 'Allow using multiple FortyTwo custom resources' (#1) from feature/multiple-fortytwo-lambda into master
3 years ago
cloudbender Remove unused import 3 years ago
tests First release on PyPy, Makefile and License 4 years ago
.drone.yml Fix drone pipeline to upload to PyPy 4 years ago
.gitignore Initial checkin 4 years ago
CHANGES.md New version, CHANGES 3 years ago
LICENSE.md First release on PyPy, Makefile and License 4 years ago
Makefile New variables support within stack configs 4 years ago
README.md Update README 3 years ago
cloudbender.png Update logo 3 years ago
dev-requirements.txt Cleanup Makefile, introduce drone.io support, remove tox 4 years ago
requirements.txt Cleanup Makefile, introduce drone.io support, remove tox 4 years ago
setup.cfg Fix cli entrypoint 4 years ago
setup.py Move doc template into packaged file, format improvements 3 years ago

README.md

Logo 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
  create-docs        Parses all documentation fragments out of rendered...
  delete             Deletes stacks or stack groups
  outputs            Prints all stack outputs
  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

Secrets

CloudBender supports Mozilla's SOPS to encrypt values in any config yaml file since version 0.8.1

If a sops encrypted config file is detected CloudBender will automatically try to decrypt the file during execution.
All required information to decrypt has to be present in the embedded sops config or set ahead of time via sops supported ENVIRONMENT variables.