Metadata-Version: 2.1
Name: awscfncli2
Version: 2.0.5
Summary: AWS CloudFormation CLI
Home-page: https://github.com/Kotaimen/awscfncli
Author: Kotaimen, Ray
Author-email: kotaimen.c@gmail.com, gliese.q@gmail.com
License: MIT
Keywords: awscfncli awscfncli2 aws cfn cli cloudformation stack template changeset commandline development sam serverless
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Provides-Extra: dev
Provides-Extra: test
Requires-Dist: six (>=1.10.0)
Requires-Dist: boto3 (<2,>=1.6)
Requires-Dist: botocore (<2,>=1.9)
Requires-Dist: click (<7,>=6.0)
Requires-Dist: PyYAML (<4,>=3.11)
Requires-Dist: jsonschema (<3,>=2.6.0)
Requires-Dist: awscli (<2,>=1.14)
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: mock; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: mock; extra == 'test'



AWS CloudFormation CLI
**********************

Introduction
============

``awscfncli`` AWS CloudFormation stack management command line interface.

Features:

* awscli a-like CLI interface.
* Simple YAML stacks configuration file.
* Tracking stack events in the CLI.
* Managing stacks across different stages and accounts.



