File: README.md

package info (click to toggle)
golang-github-hashicorp-terraform-json 0.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,572 kB
  • sloc: makefile: 31
file content (13 lines) | stat: -rw-r--r-- 508 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Round-Trip Dumper/Diagnostic Tool

This directory contains a simple tool that will load a plan JSON file, and then
immediately dump it back out to stdout. It's helpful when troubleshooting large
parsing errors, which should (hopefully) be rare.

`go build ./` in this directory to build the binary. `go run` also works if you
don't need the binary permanently.

## Diffing

The `-diff` flag will automatically diff the result for you. `colordiff` is used
if it's present, otherwise regular `diff` is used.