terraform/command
Kevin van Zonneveld 07505ed159 Fix typo: expacts -> expects 2015-01-03 17:59:55 +01:00
..
test-fixtures command: init works at a basic level 2014-09-26 16:30:49 -07:00
apply.go command: Meta provides the state output path 2014-12-10 13:27:09 -08:00
apply_destroy_test.go command: destroy should ask for confirmation always 2014-10-03 16:08:50 -07:00
apply_test.go command/apply: if with plan, don't ask for input [GH-346] 2014-10-01 08:43:00 -07:00
cli_ui.go command/*: colors on error messages (red) 2014-07-12 20:59:16 -07:00
cli_ui_test.go command/*: colors on error messages (red) 2014-07-12 20:59:16 -07:00
command.go command: put the modules in ".terraform/modules" 2014-10-13 12:05:28 -07:00
command_test.go command: cleanup test function names 2014-12-10 13:27:08 -08:00
config.go Compile 2014-07-03 12:01:20 -07:00
flag_var.go command: expand ~ manually in var-file [GH-273] 2014-09-08 20:43:59 -07:00
flag_var_test.go command: -var-file works 2014-07-18 14:00:40 -07:00
format_plan.go command: plan shows module-level, can control depth 2014-09-24 22:54:51 -07:00
format_state.go command: nil-check for instance state when showing state 2014-10-02 17:48:51 -07:00
get.go command: get supports -update 2014-09-22 11:18:49 -07:00
get_test.go command: put the modules in ".terraform/modules" 2014-10-13 12:05:28 -07:00
graph.go terraform: support graphing modules 2014-09-24 17:36:27 -07:00
graph_test.go command: tests pass 2014-09-24 15:48:46 -07:00
hook_count.go command: render new modules properly 2014-09-25 14:52:06 -07:00
hook_count_test.go command/apply: show add/remove/change count for apply 2014-07-17 15:14:45 -07:00
hook_ui.go command: prov UI should trim only right spaces 2014-10-12 09:59:08 -07:00
init.go command: updating for pluggable backends 2014-12-10 13:27:10 -08:00
init_test.go command: updating for pluggable backends 2014-12-10 13:27:10 -08:00
meta.go command: Refresh remote state when loading 2014-12-10 13:27:09 -08:00
meta_test.go command: Refresh remote state when loading 2014-12-10 13:27:09 -08:00
module_storage.go command: get supports -update 2014-09-22 11:18:49 -07:00
module_storage_test.go command: Get works 2014-09-22 11:15:27 -07:00
output.go command/output: Remote enable 2014-12-10 13:27:09 -08:00
output_test.go ResourceDiff => InstanceDiff 2014-09-17 16:33:24 -07:00
plan.go command/plan: remote enable 2014-12-10 13:27:09 -08:00
plan_test.go command: compiles, tests don't pass yet 2014-09-24 14:37:24 -07:00
pull.go command: Simplify push/pull, depend on remote command for setup 2014-12-10 13:27:08 -08:00
pull_test.go command: updating for pluggable backends 2014-12-10 13:27:10 -08:00
push.go command: Simplify push/pull, depend on remote command for setup 2014-12-10 13:27:08 -08:00
push_test.go command: Simplify push/pull, depend on remote command for setup 2014-12-10 13:27:08 -08:00
refresh.go Fix typo: expacts -> expects 2015-01-03 17:59:55 +01:00
refresh_test.go command: fmt 2014-09-21 09:42:48 -07:00
remote.go command: vet fix 2014-12-17 13:02:19 +01:00
remote_test.go command: updating tests 2014-12-10 13:27:10 -08:00
show.go command/show: enable printing of remote state 2014-12-10 13:27:11 -08:00
show_test.go command/show: show default state with no args [GH-349] 2014-10-11 12:56:55 -07:00
ui_input.go helper/scheam: support UI defaults 2014-09-29 14:00:35 -07:00
ui_input_test.go command: UIInput implementation to ask via CLI 2014-09-29 10:56:01 -07:00
version.go Add checkpoint 2014-10-13 14:05:43 -07:00
version_test.go Implement CLI, version command 2014-05-24 12:04:43 -07:00