An open API service indexing awesome lists of open source software.

https://github.com/eamonnfaherty/cloudformation-doc-generator


https://github.com/eamonnfaherty/cloudformation-doc-generator

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# What is this?

Installing this tool will provide you with the command ```cfn-docs```.

The command ```cfn-docs``` accepts an AWS CloudFormation template and returns a description of the
template in markdown:

```bash
cfn-docs org-bootstrap.template.yaml > org-bootstrap.template.README.md
```

In the example above we redirect the std out into a file.

## What does it read?
The tool will read the description from the template, each parameter, each resource and each output. It will output
those descriptions in a markdown document under suitable headers. It also lists parameters, resources and outputs
that do not have any descriptions.