https://github.com/icholy/changesetmd
https://github.com/icholy/changesetmd
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/icholy/changesetmd
- Owner: icholy
- Created: 2022-10-05T16:48:26.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T21:40:36.000Z (almost 4 years ago)
- Last Synced: 2025-03-24T23:49:02.955Z (over 1 year ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChangeSet Markdown Converter
> Convert AWS CloudFormation ChangeSet JSON to a MarkDown table.
``` sh
$ aws cloudformation describe-change-set --change-set-name arn:aws:cloudformation:us-east-1:12334343:changeSet/fooo-qeb056uck4q-lvp65fhtmi/f26ee5d8-fcc3-4e80-b96a-c89d1219b01b > changeset.json
$ changesetmd changeset.json > changeset.md
```
* This tool also accepts the JSON format available in the "JSON Changes" tab.