UNPKG

cfn-changeset-viewer

Version:

View the details of a CloudFormation ChangeSet (including nested ones!) in a human-friendly way

5 lines (3 loc) 65 B
#!/usr/bin/env node import { main } from "./index.mjs"; main();