Commit Graph

96 Commits (650fd346aade3ffa212abb13fff9e1eacd68dd30)

Author SHA1 Message Date
Sarah French 694ed4a33d
Add machine-readable JSON output to the `workspace list` command (#38397)
2 months ago
Sarah French c975e0cd78
Refactor `workspace list` human output to use a views-like architecture, so adding JSON output is possible without breaking changes (#38392)
2 months ago
Kristin Laemmert 002476034a
feat(cli): add -json flag for state show (#38341)
2 months ago
Sarah French 2dbb7d9c05
PSS: Remove automatic creation of the default workspace's state file during `init` (#38281)
3 months ago
Daniel Banck 0fa9e5b4da command: Add vars to get command (and refactor it)
3 months ago
Daniel Banck cdbd4f17f2 command: Add vars to taint command
3 months ago
Daniel Banck a836cd610d command: Add vars to state rm command
3 months ago
Daniel Banck 2115032765 command: Add vars to state replace command
3 months ago
Daniel Banck 36b26535b9 command: Add vars to state push command
3 months ago
Daniel Banck aac8834600 command: Add vars to state pull command
3 months ago
Daniel Banck b2a5ce8af1 command: Add vars to state mv command
3 months ago
Daniel Banck c28c6c6d64 command: Add vars to providers schema command
3 months ago
Daniel Banck ed2bdf6825 command: Add vars to providers mirror command
3 months ago
Daniel Banck 6c6be5bcfa command: Add vars to pvoiders lock command
3 months ago
Daniel Banck 1cc8345926 command: Add vars to providers command
3 months ago
Daniel Banck c9e1b3a47b command: Add vars to modules command
3 months ago
Daniel Banck a1c74c7d4e command: Add vars to graph command
3 months ago
Daniel Banck 4b132a4879 command: Add vars to validate command
3 months ago
Daniel Banck f9cfdf1ebe Refactoring: Modernize graph command to use arguments
3 months ago
Daniel Banck 5a70c424b3 Fix import and show command
3 months ago
Daniel Schmidt de068da2ab refactor addVarsFromFile to use return value
4 months ago
Daniel Schmidt 4e921a8eae move CollectValuesFromTests to arguments package
4 months ago
Daniel Schmidt f6a3f271be refactor console command to use arguments
4 months ago
Daniel Schmidt 8faccde780 implement centralized variable collection
4 months ago
Daniel Schmidt 026c935961 move UnparsedVariableValue from backendrun to arguments
4 months ago
Daniel Schmidt 90eae782bf move vars handling into own file
4 months ago
Daniel Schmidt 81b328f924
update copyright headers
4 months ago
Daniel Schmidt 592d0fe4dd
don't explicitly specify defaults in argument parsing
4 months ago
Daniel Schmidt 5e51b831be
refactor state-replace-provider command argument parsing
4 months ago
Daniel Schmidt 32fb18572d
don't explicitly specify defaults in argument parsing
4 months ago
Daniel Schmidt 89bea5de5b
refactor state-rm command argument parsing
4 months ago
Daniel Schmidt c66d0d72c1
don't explicitly specify defaults in argument parsing
4 months ago
Daniel Schmidt 442126553b
refactor state-push command argument parsing
4 months ago
Daniel Schmidt b9f6f14003
don't explicitly specify defaults in argument parsing
4 months ago
Daniel Schmidt 9f3c282096
refactor state-mv command argument parsing
4 months ago
Daniel Schmidt 52bbc57c62
refactor state-pull command argument parsing
4 months ago
Daniel Schmidt acb6ed3f22
don't explicitly specify defaults in argument parsing
4 months ago
Daniel Schmidt f7cde006ff
refactor state-show command argument parsing
4 months ago
Daniel Schmidt da74b59ea1
don't explicitly specify defaults in argument parsing
4 months ago
Daniel Schmidt 3dbfbe5dc9
refactor state-list command argument parsing
4 months ago
Daniel Schmidt af7783eb62
refactor providers lock command argument parsing
4 months ago
Daniel Schmidt c7729926fa
don't explicitly specify defaults in argument parsing
4 months ago
Daniel Schmidt 0066780049
refactor providers mirror command argument parsing
4 months ago
Daniel Schmidt c15f0409ed
don't explicitly specify defaults in argument parsing
4 months ago
Daniel Schmidt 0c384e8cd8
refactor providers schema command argument parsing
4 months ago
Daniel Schmidt 6f32f249f7
refactor providers command argument parsing
4 months ago
Daniel Schmidt 3a2686938f
use the arguments package for import command
4 months ago
Daniel Schmidt 61923826f8
don't explicitly specify defaults in argument parsing
4 months ago
Daniel Schmidt 5a9c0196d9
let command handle defaults
4 months ago
Daniel Schmidt 6b83486498
use the arguments package for taint commands
4 months ago