Metadata-Version: 2.1
Name: cfn_man
Version: 0.0.2
Summary: man pages for cloud formation
Home-page: UNKNOWN
Author: Steven Miller
Author-email: sjmiller609@gmail.com
License: UNKNOWN
Description: # cfn-man
        
        Look up cloud formation docs from command line.
        
        ## Installation
        
        ```
        pip install cfn-man
        ```
        
        ## Examples
        
        Type in words to indicate which documents you are looking for
        
        ```
        cfn-man security group
        ```
        
        You won't need to type too carefully (powered by Google search)
        
        ```
        # All three commands below will show the same document
        cfn-man auto scaling group
        cfn-man asg
        cfn-man auato scaligng groudp
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Description-Content-Type: text/markdown
