Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-karlsson authored May 15, 2021
1 parent f1706ff commit b9e9e5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Extract a subset of a CloudFromation template into a bite-sized sub-template for

![flow](https://raw.githubusercontent.com/mhlabs/cfn-subset/main/images/flow.gif)

### Install
`npm i -g @mhlabs/cfn-subset`

### Usage
When working on large CloudFormation templates it's likely that you will only be interested in a small subset of resources. This tool will extract these into a smaller deployable template which you can work on and, when happy, merge back in to the main template.
![demo](https://raw.githubusercontent.com/mhlabs/cfn-subset/main/images/cfn-subset.gif)
Expand Down

0 comments on commit b9e9e5b

Please sign in to comment.