Skip to content

Commit

Permalink
Update README with json-sum feature (#79)
Browse files Browse the repository at this point in the history
dineshba authored Oct 19, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent 4e3f1ce commit 6c9fdfb
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
@@ -114,6 +114,8 @@ Usage of tf-summarize [args] [tf-plan.json|tfplan]
[Optional] print changes in html format
-json
[Optional] print changes in json format
-json-sum
[Optional] print summary in json format
-md
[Optional, used only with table view] output table as markdown
-out string
@@ -136,6 +138,7 @@ tf-summarize tfplan # summary in table format
tf-summarize -tree tfplan # summary in tree format
tf-summarize -tree -draw tfplan # summary in 2D tree format
tf-summarize -json tfplan # summary in json format
tf-summarize -json-sum tfplan # summary of changes in json format
tf-summarize -separate-tree tfplan # summary in separate tree format
tf-summarize -separate-tree -draw tfplan # summary in separate 2D tree format
tf-summarize -out=summary.md tfplan # summary in output file instead of stdout

0 comments on commit 6c9fdfb

Please sign in to comment.