Skip to content

v0.1.0

specification. Useful if you are using Cloudformation to specify your
API Gateways, and want to provide your consumers with the same
specification but not wanting to disclose your internal Amazon
integrations.

`pip install --user deforest`

- Clean keys starting with the string `x-amazon`
- Handles JSON and YAML input
- Handles JSON and YAML output (defaults to YAML)

```
Usage: deforest [OPTIONS] INFILE

Options:
  -o, --outfile TEXT        specify output file, default is
                            ./<title>-<version>.<format>
  -f, --format [yaml|json]  output format  [default: yaml]
  -i, --indent INTEGER      if output format is json, specify
indentation
  --version                 Show the version and exit.
  --help                    Show this message and exit.
```

The output file looses its order of the keys in the file, which
shouldn't affect you if you're using a converter to create a graphical
documentation/specification - but can be confusing if you have a
specific internal order you wish to keep.
r tag:
Assets 2