opentofu/command/format
Kristin Laemmert 3fa063b8dc
command/format: concise diff is now the default (#27079)
* command/format: concise diff is no longer an experiment

Since state formatting goes through the "diff" printer, I have
repurposed the concise flag as a verbose flag, used only when printing
state. It's silly but it works!

* remove helper/experiment
With this experiment concluded, we no longer need helper/experiment. The
shadow experiment had not been touched in many years, so I removed all
references, and removed the package entirely. Any new experiments are
expected to be configuration experiments handled by our (other)
experiments package.

* check for the verbose flag consistently, in case we end up using it in plans in the future
2020-12-02 15:42:41 -05:00
..
diagnostic_test.go command/format: Include unknown values in diagnostics 2020-10-29 09:07:48 -07:00
diagnostic.go command/format: Include unknown values in diagnostics 2020-10-29 09:07:48 -07:00
diff_test.go command/format: concise diff is now the default (#27079) 2020-12-02 15:42:41 -05:00
diff.go command/format: concise diff is now the default (#27079) 2020-12-02 15:42:41 -05:00
format.go command/format: a package for formatting plans/state for output 2017-01-26 14:33:49 -08:00
object_id_test.go Updates after running make fmt with Go v1.11.1 2018-10-17 14:11:08 -07:00
object_id.go command: Reinstate object ids in the UIHook progress logs 2018-10-16 19:14:11 -07:00
state_test.go Hide sensitive outputs in terraform show 2020-10-28 15:46:09 -04:00
state.go command/format: concise diff is now the default (#27079) 2020-12-02 15:42:41 -05:00