Commit Graph

55 Commits (6fea336c09d9a0e4fd00ea43bcd7f215a71c00a4)

Author SHA1 Message Date
Mitchell Hashimoto 8fc134caa1 command/destroy: don't show outputs
12 years ago
Mitchell Hashimoto 0914e17a2a command/apply: more than one ctrl-c properly exits immediately
12 years ago
Mitchell Hashimoto 16b023bd2b command: ask for the proper level of input
12 years ago
Mitchell Hashimoto a5f70ead2d command: destroy should ask for confirmation always
12 years ago
Mitchell Hashimoto 95f43d8230 command/apply: if with plan, don't ask for input [GH-346]
12 years ago
Mitchell Hashimoto 817f0d9f30 command: don't ask for input if terraform.tfvars file given [GH-346]
12 years ago
Mitchell Hashimoto 2131e4ffd2 command: fix failing tests
12 years ago
Mitchell Hashimoto 245c1ce05a command: enable destroy
12 years ago
Mitchell Hashimoto ab9dd71bcb command/destroy: first steps
12 years ago
Mitchell Hashimoto 260c5301e6 command/apply: update usage
12 years ago
Mitchell Hashimoto 3572b8ff2f command/apply: allow `terraform apply SOURCE` as shortcut for init
12 years ago
Mitchell Hashimoto 63453f3f1a command: apply and refresh ask for input
12 years ago
Mitchell Hashimoto ed538a9594 command: Get command, not functional yet. Converted to use modules.
12 years ago
Mitchell Hashimoto cdad3036ae command: closer to compiling
12 years ago
AJ Bourg aefa4b2399 expacts -> expects. (minor)
12 years ago
Alex Gaynor 46154ca1d3 Fixed a ton of typos in docs and comments
12 years ago
Mitchell Hashimoto 642fed0356 command: terraform.tfvars loaded by default if it exists
12 years ago
Mitchell Hashimoto b172f45b94 command: make state unexported on Meta
12 years ago
Mitchell Hashimoto 80ce9ad513 command: f.Close instead of defer
12 years ago
Armon Dadgar 16ef3f5733 command: Testing the -backup feature
12 years ago
Armon Dadgar 54cc66367d command: Adding backup of state file
12 years ago
Mitchell Hashimoto 9759606989 command/apply: check if state non-nil for interrupt
12 years ago
Mitchell Hashimoto 0f45ebbdc3 command: better UI for showing completion of steps
12 years ago
Mitchell Hashimoto 795142c43c command/apply: -refresh flag
12 years ago
Mitchell Hashimoto ef6fba754d command: refactor so Context never plans
12 years ago
Mitchell Hashimoto 82e7d58250 command/apply: -init is gone
12 years ago
Mitchell Hashimoto 3534470ca3 command: -var flag works
12 years ago
Mitchell Hashimoto f78f97647a command/apply: clearer that in error state is updated
12 years ago
Mitchell Hashimoto ba4435f99c command/apply: show add/remove/change count for apply
12 years ago
Mitchell Hashimoto 6c8c09c784 command/*: only Plan on the Apply
12 years ago
Mitchell Hashimoto 52d29a6ecf command/apply: outputs
12 years ago
Mitchell Hashimoto 4bc00fa047 command/apply: cleaner output
12 years ago
Mitchell Hashimoto 9b090a5505 command/apply: use new state formatting
12 years ago
Mitchell Hashimoto 3a851bece0 command: convert all to use the new Meta thing
12 years ago
Mitchell Hashimoto 6c736bd3c4 command: introduce Meta and "-no-color" option
12 years ago
Mitchell Hashimoto c615afc097 command/apply: improved output, still not done
12 years ago
Mitchell Hashimoto 2c77837a64 command/apply: optional arg, default to pwd for config dir
12 years ago
Mitchell Hashimoto abc6df2a7d command/apply: default state path, only one optional arg
12 years ago
Mitchell Hashimoto 6a7e3668a2 command: apply saves state even if error occurs
12 years ago
Mitchell Hashimoto 43889a8c59 command: validate context
12 years ago
Mitchell Hashimoto a6ae7230d1 command: use new API
12 years ago
Mitchell Hashimoto 5608175c13 command: fix build
12 years ago
Mitchell Hashimoto 5aa6ada589 command/apply: Ctrl-C works
12 years ago
Mitchell Hashimoto 93fbb9ea8f command/graph
12 years ago
Mitchell Hashimoto 5c836ab861 terraform: PlanOpts for expanding plan configuration
12 years ago
Mitchell Hashimoto fe79e5df03 command/apply: can take a plan as an argument
12 years ago
Mitchell Hashimoto 6b765328c2 command: UI in Apply
12 years ago
Mitchell Hashimoto d64ba66edb command: adhere to new API
12 years ago
Mitchell Hashimoto 84cf644a30 command: apply uses the new plan structure
12 years ago
Mitchell Hashimoto bff4b8a58c command: plan
12 years ago