Commit Graph

189 Commits (361d00347a7ffceda4daad080bf370fd2f409cba)

Author SHA1 Message Date
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 a7c321a028 helper/scheam: support UI defaults
12 years ago
Mitchell Hashimoto b32470f070 command: accept defaults for UI
12 years ago
Mitchell Hashimoto 99044a1f14 Add descriptions for AWS inputs
12 years ago
Mitchell Hashimoto 901c1448b4 command: make the UI a look nicer
12 years ago
Mitchell Hashimoto 63453f3f1a command: apply and refresh ask for input
12 years ago
Mitchell Hashimoto af548c9b53 command/plan: ask for input
12 years ago
Mitchell Hashimoto 5b0859b3f5 command: Input tells us whether we should ask for input or not
12 years ago
Mitchell Hashimoto a918833edd command: UIInput implementation to ask via CLI
12 years ago
Mitchell Hashimoto 3941dbac5d fmt
12 years ago
Mitchell Hashimoto e041a52dab command: test init
12 years ago
Mitchell Hashimoto f4cc2c066f command: init works at a basic level
12 years ago
Mitchell Hashimoto 615192a6c4 command: init command start
12 years ago
Mitchell Hashimoto e5e51d7b17 command: state output is well formatted for modules
12 years ago
Mitchell Hashimoto 5f791051a6 command: render new modules properly
12 years ago
Mitchell Hashimoto 8c17062638 command: plan shows module-level, can control depth
12 years ago
Mitchell Hashimoto 72e6f97093 terraform: support graphing modules
12 years ago
Mitchell Hashimoto a36b3e1ec5 command: tests pass
12 years ago
Mitchell Hashimoto 672bf58337 command: compiles, tests don't pass yet
12 years ago
Mitchell Hashimoto 6f7c3caab3 command: get supports -update
12 years ago
Mitchell Hashimoto 1b8426f7ff command: Get works
12 years ago
Mitchell Hashimoto ed538a9594 command: Get command, not functional yet. Converted to use modules.
12 years ago
Mitchell Hashimoto 82e92e7024 command: fmt
12 years ago
Mitchell Hashimoto 91eb3c73fc command: fix failing tests
12 years ago
Mitchell Hashimoto 15564b04a5 command: tests pass
12 years ago
Mitchell Hashimoto 9b2b3a963f ResourceDiff => InstanceDiff
12 years ago
Mitchell Hashimoto cdad3036ae command: closer to compiling
12 years ago
Mitchell Hashimoto b5daa2f41e command: make the default var-file flag easier
12 years ago
Mitchell Hashimoto 546865e1ee command: make sure errors from flag go to UI [GH-269]
12 years ago
Mitchell Hashimoto 7b96a9fa06 command: expand ~ manually in var-file [GH-273]
12 years ago
Mitchell Hashimoto 69294b1ba3 command: adhere to -no-color, fix test [GH-250]
12 years ago
AJ Bourg aefa4b2399 expacts -> expects. (minor)
12 years ago
Mitchell Hashimoto 2caf33f97f command/apply: keep track of default variables separately [GH-153]
12 years ago
Mitchell Hashimoto bc1947124e command: fix data race on Ui
12 years ago
Mitchell Hashimoto 04975827ac Remove all traces of libucl
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 d28e5a1638 dos2unix
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 f26f432f4c command/refresh: Testing backup option
12 years ago
Armon Dadgar 54cc66367d command: Adding backup of state file
12 years ago
Mitchell Hashimoto 68c0bf3ced command: add provisioning output
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 2094326c10 command: plan that requires destroy and new is "-/+"
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 79033f240f command: error if variables present when creating context from plan
12 years ago
Mitchell Hashimoto 9aa88e9a1c command: show tainted state properly
12 years ago
Mitchell Hashimoto 1d3e28d7ee command: remove println
12 years ago
Mitchell Hashimoto fa175113fe config: case sensitive templates
12 years ago
Mitchell Hashimoto dc0ec11ec9 command: fix tests
12 years ago
Mitchell Hashimoto 51b2a8e7f2 command: output tainted state to CLI
12 years ago
Mitchell Hashimoto 7b4119027a command: -var-file works
12 years ago
Mitchell Hashimoto 3534470ca3 command: -var flag works
12 years ago
Mitchell Hashimoto 3276ae313f terraform: PostApply should get error result from Apply
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 541d23eea0 command: can set Color to false explicitly
12 years ago
Armon Dadgar 104b28e19e terraform: Remove ResourceConnectionInfo, use raw map
12 years ago
Mitchell Hashimoto 6c8c09c784 command/*: only Plan on the Apply
12 years ago
Mitchell Hashimoto ad3c0593a3 terraform: GraphDot
12 years ago
Mitchell Hashimoto dde0f0f8df command/version: use Meta
12 years ago
Mitchell Hashimoto 3f803cb75c command/output: protect againts blank params
12 years ago
Mitchell Hashimoto 2caff709d6 comand/output
12 years ago
Mitchell Hashimoto 52d29a6ecf command/apply: outputs
12 years ago
Mitchell Hashimoto 00ebedb4fb command: better whitespace in state formatting
12 years ago
Mitchell Hashimoto 2bf6f380dc command/show: fix tests
12 years ago
Mitchell Hashimoto 687c5cd35c command/show: remove unused fields in struct
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 79c60e0331 command/*: colors on error messages (red)
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 dbc1c63d79 command/show
12 years ago
Mitchell Hashimoto 3d35158170 command: update synopsis to be better
12 years ago
Mitchell Hashimoto 8e100869a4 command/graph: can graph plans
12 years ago
Mitchell Hashimoto b4b116a018 command/plan: output while refreshing since that can take awhile
12 years ago
Mitchell Hashimoto c615afc097 command/apply: improved output, still not done
12 years ago
Mitchell Hashimoto e0d3098d50 command/plan: better output
12 years ago
Mitchell Hashimoto 832211c17a command/plan: nice plan formatting
12 years ago
Mitchell Hashimoto e39378b254 command/refresh: better comment
12 years ago
Mitchell Hashimoto ff75d15f51 command/refresh: better error message if bad state
12 years ago
Mitchell Hashimoto 9a6f1e594b command/refresh: default state path, optional args
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 6bf543cb07 command/plan: default state path
12 years ago
Mitchell Hashimoto 04f7281e8c command/plan: can take no args and default to pwd for config
12 years ago
Mitchell Hashimoto 235a253848 command/graph: no args means pwd
12 years ago
Mitchell Hashimoto 8f7244695f command/graph: takes config dir as arg
12 years ago
Mitchell Hashimoto 6a7e3668a2 command: apply saves state even if error occurs
12 years ago
Mitchell Hashimoto d3d45ca064 command: fix some issues with refresh, tests passing
12 years ago
Mitchell Hashimoto 43889a8c59 command: validate context
12 years ago