opentofu/internal/command/arguments
James Bardin 5aa088e385 remove -always-out
Make writing a plan file the default. We already create plans which have
no changes so the plan result would need to be checked in automation, so
having plans with errors should not pose a problem.

If we find workflows which cannot handle a plan that can't be applied,
we can reevaluate the need for a specialized flag. In the meantime, it
feels more logical that the plan output would always describe the result
of the plan, even if that included errors.
2022-12-14 11:09:34 -05:00
..
apply_test.go Move plans/ to internal/plans/ 2021-05-17 14:09:07 -07:00
apply.go Move plans/ to internal/plans/ 2021-05-17 14:09:07 -07:00
default.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
extended.go Move plans/ to internal/plans/ 2021-05-17 14:09:07 -07:00
flags.go command/init: Add -cloud alias (of -backend) 2021-11-19 14:40:12 -06:00
output_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
output.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
plan_test.go remove -always-out 2022-12-14 11:09:34 -05:00
plan.go remove -always-out 2022-12-14 11:09:34 -05:00
refresh_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
refresh.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
show_test.go cli: Migrate show command to use command arguments and views 2022-01-13 11:00:03 -06:00
show.go cli: Migrate show command to use command arguments and views 2022-01-13 11:00:03 -06:00
test_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
types.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
validate_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
validate.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
view_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
view.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00