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
- Host: GitHub
- URL: https://github.com/jeanphix/troposphere-cli
- Owner: jeanphix
- Created: 2017-03-08T07:39:11.000Z (almost 9 years ago)
- Default Branch: dev
- Last Pushed: 2018-01-26T21:52:59.000Z (about 8 years ago)
- Last Synced: 2025-08-21T04:39:02.913Z (6 months ago)
- Topics: aws, cloudformation, devops, python, troposphere
- Language: Python
- Size: 5.86 KB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
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=