Metadata-Version: 2.1
Name: cloudgaze-cli
Version: 1.0.0
Summary: Convert CloudFormation templates to draw.io compatible diagrams, with dependency arrows
Home-page: https://github.com/cloudgaze/cloudgaze-cli
Author: hawry
Author-email: hawry@hawry.net
License: MIT
Description: # cloudgaze-cli
        
        CLI (command line interface) to call the Cloudgaze API to transform your AWS cloudformation template specifications to draw.io compatible xml files.
        
        This command line application makes a network call in the background to convert the template file. No data is stored on the remote endpoint, and you need to be connected to the internet to use this tool. The communication is encrypted using TLS.
        
        ## Install
        `pip install cloudgaze-cli`
        
        ## Usage
        ```bash
        $ cloudgaze --help
        Usage: cloudgaze [OPTIONS] TEMPLATE_FILE OUTPUT_FILE
        
        Options:
          --help  Show this message and exit.
        ```
        
        ```bash
        $ cloudgaze ./path/to/template.yml ./path/to/output.xml
        results written to '/abs/path/to/output.xml'
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Documentation
Description-Content-Type: text/markdown
