Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.
/ cg-cfn-show Public archive

Shows one Parameter, Mapping, Output, or Resource from a CloudFormation template

License

Notifications You must be signed in to change notification settings

Intersection/cg-cfn-show

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

cfn-show

Shows one Parameter, Mapping, Output, or Resource from a CloudFormation template.

This tool is good for digging into one item in a huge CloudFormation template. Use it like so:

cfn-show template-file item-type/item-name

So, to check out a Resource named WebInstance in a file called GreatWebsite.template:

cfn-show GreatWebsite.template Resource/WebInstance

The item will be pretty printed to STDOUT.

About

Shows one Parameter, Mapping, Output, or Resource from a CloudFormation template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages