Releases: dineshba/tf-summarize
Releases · dineshba/tf-summarize
v0.2.1
v0.2.0
v0.1.0
v0.0.3
Changelog
- fb126e0: [Dinesh] | Update README with list of todos (@dineshba)
- b7ae472: [Dinesh] | Update error message (@dineshba)
- 6488d2a: [Dinesh] | Print usage on few errors (@dineshba)
- bfd8c0a: [Dinesh] | Parse the terraform plan binary as input and show summary (@dineshba)
- 1aa2f50: [Dinesh] | Update README with usage (@dineshba)
- f0cc490: [Dinesh] | Exclude gosec: for the commandline arg using in exce (@dineshba)
- 1f97834: [Dinesh] | Add LICENSE file (@dineshba)
- 2c3f9e4: [Dinesh] | Print version of the binary (@dineshba)
- 32ef08f: [Dinesh] | Format the help output (@dineshba)
- baa89eb: [Dinesh] | Update README (@dineshba)
v0.0.2
Changelog
- 61ad642: [Dinesh] | Update README with badges (@dineshba)
- 1146af4: [Dinesh] | Add some formatting to the tree printing (@dineshba)
- ad0cb34: [Dinesh] | Ignore the dot inside square brackets while splitting resources (@dineshba)
- 8cee3ac: [Dinesh] | Add examples for the demo (@dineshba)
- bf8ecf8: [Dinesh] | Update README with gif (@dineshba)
- 8caaf00: [Dinesh] | Update README (@dineshba)
- f24aadb: [Dinesh] | Update gitignore (@dineshba)
- b25103b: [Dinesh] | Update the readme with download instruction (@dineshba)
- f7acd7c: [Dinesh] | Change the binary name in goreleaser (@dineshba)
v0.0.1
Changelog
- 569e262: [Dinesh] | Rename the repo and file name from state to plan (@dineshba)
- aa69a90: [Dinesh] | Read io file using ReadBytes (@dineshba)
- f7a3872: [Dinesh] | Add makefile (@dineshba)
- 95a2b5c: [Dinesh] | Try to show tree structure (@dineshba)
- 6392ec8: [Dinesh] | Print the element in color (@dineshba)
- 7283c17: [Dinesh] | Parse flag and show tree or separate-tree (@dineshba)
- 63712ce: [Dinesh] | Try to draw using m1gwings/treedrawer/tree (@dineshba)
- 4a2c75c: [Dinesh] | Create new terraform state file and refactoring (@dineshba)
- b48d7f2: [Dinesh] | Rename file to main.go (@dineshba)
- 94213b8: [Dinesh] | new package for reading from stdin/file (@dineshba)
- d8ebefb: [Dinesh] | draw tree based on user input drawable (@dineshba)
- a5f69c3: [Dinesh] | create writer package (@dineshba)
- fa1190a: [Dinesh] | Add .idea to gitignore (@dineshba)
- 81a6e9c: [Dinesh] | Rename package and file name (@dineshba)
- c792fac: [Dinesh] | Move createWriter and createReader to respective packages (@dineshba)
- 949e8c5: [Dinesh] | Use flags to get the filename argument (@dineshba)
- 704442a: [Dinesh] | validate number of arguments (@dineshba)
- a1579f2: [Dinesh] | log IfError and Exit (@dineshba)
- 53279af: [Dinesh] | Add ability to write output to file (@dineshba)
- ab9f1cf: [Dinesh] | Fix bug: filter out no-op resources (@dineshba)
- 5578bb7: [Dinesh] | Change binary name to tf-plan-summarize (@dineshba)
- d8c2d68: [Dinesh] | Customize the usage output (@dineshba)
- 961f6fa: [Dinesh] | Update README (@dineshba)
- 1f659e3: [Dinesh] | Move colorPrefix and suffix text calculation to one place (@dineshba)
- c592f7c: [Dinesh] | Add workflow files for build and release (@dineshba)
- a462905: [Dinesh] | Fix gosec errors (@dineshba)
- 95fdf76: [Dinesh] | Update README with badge (@dineshba)
- 1ad922c: [Dinesh] | Specify go-version to be 1.17 (@dineshba)
- 7533a12: [Dinesh] | Use signing for the artifacts (@dineshba)