Metadata-Version: 2.0
Name: carica-cfn-tools
Version: 1.0
Summary: Tools to manage CloudFormation stack configuration
Home-page: https://github.com/caricalabs/carica-cfn-tools
Author: Carica Labs, LLC
Author-email: info@caricalabs.com
License: APL 2.0
Keywords: cloudformation cfn stack template config configuration
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Provides-Extra: dev
Provides-Extra: test
Requires-Dist: PyYAML (>=3.13)
Requires-Dist: boto3 (>=1.9)
Requires-Dist: click (>=6.7)
Provides-Extra: dev
Requires-Dist: check-manifest; extra == 'dev'
Provides-Extra: test

carica-cfn-tools - Tools to manage CloudFormation stack configuration
==================================================================================

Simple command line tools to create and update CloudFormation stacks that
make it easy to version-control both your templates and stack configurations
in one place.

Development
-----------

The ``vinstall`` script uses virtualenv to prepare a Python environment useful
for development, so you don't have to build and install carica-cfn-tools to be
able to run and test it.

#. Run ``./vinstall``
#. Activate the virtualenv by running ``. ./venv/bin/activate``
#. The ``console_scripts`` listed in ``setup.py`` are now in your path, so you
   can simply run them like:

   ``create-stack ...``

Usage
-----

carica-cnf-tools provides the following commands:

#. create-stack: create a stack from a YAML stack config file
#. update-stack: update an existing stack from a YAML stack config file


