Metadata-Version: 2.1
Name: cftcli
Version: 2.7.0
Summary: CloudFormation Cli
Home-page: https://github.com/tmb28054/cftcli
Author: Topaz Bott
Author-email: topaz@topazhome.net
License: Apache License 2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: boto3
Requires-Dist: halo
Requires-Dist: termcolor
Requires-Dist: tabulate

# Welcome to **CFT CLI**

I provide CLI commands to ease the interaction with cloudformation while developing and testing CloudFormation Stacks.

## Commands
- **deploy-stack**: create or update a stack
- **delete-stack**: delete a stack
- **list-stacks**: list all stacks in a region
- **describe-stack**: display the stack details
- **list-pipelines**: list all pipeline in a region
- **codebuild**: runs a codebuild
