Commit Graph

149 Commits (f-exprstress)

Author SHA1 Message Date
Alisdair McDiarmid 7c0ec0107f backend: Replace ShowDiagnostics with view.Diagnostics
5 years ago
Alisdair McDiarmid 7a03c3153e
Merge pull request #27861 from hashicorp/alisdair/help-global-options
5 years ago
Alisdair McDiarmid b7f54b30d5 cli: Fix overly broad auto-approve argument
5 years ago
Alisdair McDiarmid 43028c4912 cli: Migrate apply to command views
5 years ago
Alisdair McDiarmid 94340b5940 cli: Add reference to global options to help text
5 years ago
Alisdair McDiarmid 68558ccd54 backend/local: Replace CLI with view instance
5 years ago
Alisdair McDiarmid a7b7cd29fc cli: Migrate Terraform UI hook to command views
5 years ago
Alisdair McDiarmid 536c80da23 backend: Add per-operation diagnostic rendering
5 years ago
Alisdair McDiarmid c5a6aa31d3 cli: Add initial command views abstraction
5 years ago
Alisdair McDiarmid 4991cc4835 cli: Improve error for invalid -target flags
5 years ago
Alisdair McDiarmid d7613a0aac cli: Better diagnostics for apply positional args
5 years ago
Alisdair McDiarmid b2ba650c21 cli: Remove deprecated destroy -force flag
5 years ago
Alisdair McDiarmid ca23a096d8 cli: Remove legacy positional path arguments
5 years ago
Brian Flad 70aac9c551
command: Use different warning messaging in init command and move above potentially confusing output (#27514)
5 years ago
Alisdair McDiarmid 5ca118b4e6 cli: Move resource count code to command package
5 years ago
Alisdair McDiarmid 2e62e03b64 cli: Remove dead code for output -module flag
5 years ago
James Bardin 6f577abc72 unused
6 years ago
Martin Atkins c94a6102df command: Improve consistency of the command short descriptions
6 years ago
Martin Atkins 30204ecded command/cliconfig: Allow development overrides for providers
6 years ago
Alisdair McDiarmid 8b2b569d6e repl: Improved value renderer for console outputs
6 years ago
Alisdair McDiarmid 0d614a8d01 command/apply: Remove implicit init call
6 years ago
Alisdair McDiarmid 67203dade8 command: Simplify Meta.process helper method
6 years ago
Martin Atkins c06675c616 command: New -compact-warnings option
7 years ago
Alex Pilon 4bf43efcfd
move hcl2shim package to configs
7 years ago
Sander van Harmelen ef9054562e commands: make sure the correct flagset is used
8 years ago
Sander van Harmelen 52a1b22f7a Implement the remote enhanced backend
8 years ago
Martin Atkins 8e51363f04 command: Don't allow -var and -var-file when applying saved plan
8 years ago
Martin Atkins 73abb6e8f4 command: Re-enable showing outputs after successful "apply"
8 years ago
Martin Atkins 025540789c command: Restore the "terraform output" functionality
8 years ago
Martin Atkins de3944b9bf command: collect root module variable values for apply/plan/refresh
8 years ago
Martin Atkins b0016e9cf6 command: Allow tests to run to completion without panics or hangs
8 years ago
Martin Atkins a3403f2766 terraform: Ugly huge change to weave in new State and Plan types
8 years ago
Martin Atkins c937c06a03 terraform: ugly huge change to weave in new HCL2-oriented types
8 years ago
Martin Atkins ebafa51723 command: Various updates for the new backend package API
8 years ago
Sander van Harmelen b1fdbd7db8 Allow enhanced backends to pass custom exit codes
8 years ago
Sander van Harmelen 67db9da000 Add checks for all flags we currently don’t support
8 years ago
Masayuki Morita 1e2bb07504 command: Restore `auto-approve` flag in the output of `apply -help`
8 years ago
Martin Atkins 6aefa5835c Merge #17218: Add -auto-approve to "terraform destroy" for consistency
8 years ago
James Bardin 67a6152091 move backend operation cancellation into meta
8 years ago
James Bardin 7cba68326a always wait for a RunningOperation to return
8 years ago
Laura Martin 6e1e614a56 Change -force to -auto-approve when destroying
8 years ago
Martin Atkins 9a5c865040 command: validate config as part of loading it
9 years ago
James Bardin 2941ed464c replace the testShutdownHook with a check for Stop
9 years ago
James Bardin e2501d7830 make apply shutdown test completely deterministic
9 years ago
James Bardin 3aaa1e9d04 make plans cancellable
9 years ago
Martin Atkins 400038eda4 command: "terraform apply" uses interactive confirmation by default
9 years ago
Martin Atkins 6f7bc4f5d7 command: use c.showDiagnostics for backend operation errors
9 years ago
Martin Atkins 5cd00a13ec command: use new diagnostics output for config errors
9 years ago
Robert Liebowitz 8d98fdecac Autoload only .auto.tfvars files
9 years ago
Robert Liebowitz 006744bfe0 Use all tfvars files in working directory
9 years ago