An open API service indexing awesome lists of open source software.

https://github.com/jeanphix/troposphere-cli


https://github.com/jeanphix/troposphere-cli

aws cloudformation devops python troposphere

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

Troposphere CLI
===============

Command line interface to manage troposphere CloudFormation stacks.

.. image:: https://travis-ci.org/jeanphix/troposphere-cli.svg?branch=dev
:target: https://travis-ci.org/jeanphix/troposphere-cli
:alt: Build Status

Installation
------------

pip install troposphere-cli

Usage
-----

.. code-block::

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

Troposphere CLI.

Options:
-r, --region TEXT The `AWS` region. [required]
--help Show this message and exit.

Commands:
create Create a new stack.
events Display stack events.
list List stacks.
outputs Show stack output values.
parameters Show templates parameter values.
template Show template as json.
update Update an existing stack.

Configuration
-------------

.. code-block::

AWS_REGION=
STACK_TEMPLATE=