cfn-tail
cfn-tail copied to clipboard
Tail for AWS CloudFormation stack events
Bumps [pac-resolver](https://github.com/TooTallNate/node-pac-resolver) to 5.0.1 and updates ancestor dependency [proxy-agent](https://github.com/TooTallNate/node-proxy-agent). These dependencies need to be updated together. Updates `pac-resolver` from 3.0.0 to 5.0.1 Release notes Sourced from pac-resolver's releases. 5.0.1 Patches...
Bumps [netmask](https://github.com/rs/node-netmask) to 2.0.2 and updates ancestor dependency [proxy-agent](https://github.com/TooTallNate/node-proxy-agent). These dependencies need to be updated together. Updates `netmask` from 1.0.6 to 2.0.2 Changelog Sourced from netmask's changelog. v2.0.2 (Apr 2,...
Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) from 0.4.19 to 0.5.0. Commits 9f730bb Update package.json with latest PR 50a492a Merge pull request #603 from autopulated/master 7bc3c5d Merge pull request #598 from fnimick/master f412a12 Merge pull...
When I install cfn-tail I get some warnings about critical vulnerabilities in some dependencies. The recommended `npm audit fix --force` action seems to fix it. ```console $ npm install cfn-tail...
I commonly use nested stacks to strike a balance between modular code and built-in references and dependencies in CloudFormation templates. When using `cfn-tail`, only events on the `AWS::CloudFormation::Stack` resource will...
I would like to be able to use this tool to tail CloudFormation stack sets. For basic implementation, I would like to just get the stack operation status and not...