terraform/command/arguments
Alisdair McDiarmid b7f54b30d5 cli: Fix overly broad auto-approve argument
The auto-approve argument was part of the arguments.Operation type,
which resulted in adding a silent -auto-approve flag to plan and
refresh. This was unintended, and is fixed in this commit by moving the
flag to the arguments.Apply type and updating the downstream callers.
2021-02-23 10:09:30 -05:00
..
apply.go cli: Fix overly broad auto-approve argument 2021-02-23 10:09:30 -05:00
apply_test.go cli: Fix overly broad auto-approve argument 2021-02-23 10:09:30 -05:00
default.go cli: Add initial command views abstraction 2021-02-11 15:06:39 -05:00
extended.go cli: Fix overly broad auto-approve argument 2021-02-23 10:09:30 -05:00
flags.go cli: Migrate apply to command views 2021-02-22 11:47:40 -05:00
output.go cli: Add initial command views abstraction 2021-02-11 15:06:39 -05:00
output_test.go cli: Add initial command views abstraction 2021-02-11 15:06:39 -05:00
plan.go cli: Migrate plan to command views 2021-02-23 10:09:25 -05:00
plan_test.go cli: Migrate plan to command views 2021-02-23 10:09:25 -05:00
refresh.go cli: Migrate refresh to command views 2021-02-22 11:58:52 -05:00
refresh_test.go cli: Migrate refresh to command views 2021-02-22 11:58:52 -05:00
test.go command: Experimental "terraform test" command 2021-02-22 14:21:45 -08:00
test_test.go command: Experimental "terraform test" command 2021-02-22 14:21:45 -08:00
types.go cli: Add initial command views abstraction 2021-02-11 15:06:39 -05:00
view.go cli: Add global view arguments parser 2021-02-12 09:56:02 -05:00
view_test.go cli: Add global view arguments parser 2021-02-12 09:56:02 -05:00