terraform/internal/command
Martin Atkins ffe056bacb Move command/ to internal/command/
This is part of a general effort to move all of Terraform's non-library
package surface under internal in order to reinforce that these are for
internal use within Terraform only.

If you were previously importing packages under this prefix into an
external codebase, you could pin to an earlier release tag as an interim
solution until you've make a plan to achieve the same functionality some
other way.
2021-05-17 14:09:07 -07:00
..
arguments Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
cliconfig Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
clistate Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
e2etest Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
format Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
jsonconfig Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
jsonplan Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
jsonprovider Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
jsonstate Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
testdata Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
views Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
webbrowser Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
apply.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
apply_destroy_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
apply_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
autocomplete.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
autocomplete_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
cli_ui.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
cli_ui_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
command.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
command_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
console.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
console_interactive.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
console_interactive_solaris.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
console_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
flag_kv.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
flag_kv_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
fmt.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
fmt_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
get.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
get_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
graph.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
graph_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
hook_module_install.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
import.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
import_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
init.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
init_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
login.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
login_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
logout.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
logout_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
meta.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
meta_backend.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
meta_backend_migrate.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
meta_backend_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
meta_config.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
meta_dependencies.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
meta_new.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
meta_providers.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
meta_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
meta_vars.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
output.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
output_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
plan.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
plan_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
plugins.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
plugins_lock.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
plugins_lock_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
plugins_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
providers.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
providers_lock.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
providers_mirror.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
providers_schema.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
providers_schema_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
providers_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
push.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
refresh.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
refresh_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
show.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
show_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
state_command.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
state_list.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
state_list_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
state_meta.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
state_mv.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
state_mv_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
state_pull.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
state_pull_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
state_push.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
state_push_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
state_replace_provider.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
state_replace_provider_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
state_rm.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
state_rm_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
state_show.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
state_show_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
state_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
taint.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
taint_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
test_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
ui_input.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
ui_input_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
unlock.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
unlock_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
untaint.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
untaint_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
validate.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
validate_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
version.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
version_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
workspace_command.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
workspace_command_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
workspace_delete.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
workspace_list.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
workspace_new.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
workspace_select.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
workspace_show.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00