Skip to content

Linuturk/cloudformation-autodoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloudformation-autodoc

Circle CI

Install

pip install cfautodoc

Usage

usage: cfautodoc [-h] [--output OUTPUT] [--timestamp TIMESTAMP]
                 [--insert INSERT]
                 template

Document CloudFormation templates in Markdown.

positional arguments:
  template              the JSON template to document

optional arguments:
  -h, --help            show this help message and exit
  --output OUTPUT       Output the Markdown
  --timestamp TIMESTAMP
                        Add a timestamp to the end of the output.
  --insert INSERT       Block of Markdown to insert into the output.

Ansible Module

To install place ansible/library/cloudformation_autodoc.py in the library path for Ansible.

About

Tool to document CloudFormation templates in Markdown.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages