opentofu/internal/command
Andrew Hayes 131c2cadda
Adds multi line support to console (#1875)
Signed-off-by: Andrew Hayes <andrew.hayes@harness.io>
2024-08-02 10:21:44 +01:00
..
arguments Add -show-sensitive flag to tofu plan, apply, state-show and output commands (#1554) 2024-07-22 10:58:57 +01:00
cliconfig State Encryption Documentation and Partial Implementation (#1227) 2024-02-16 14:59:19 +00:00
clistate Review and order locked struct fields (#1493) 2024-04-25 10:25:13 -04:00
e2etest use dynamic types when handling variables during plan and show static evaluation (#1826) 2024-07-17 11:46:24 -04:00
format Avoid copies on calls to parser.Sources() (#1811) 2024-07-29 16:15:51 -04:00
jsonchecks Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
jsonconfig Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
jsonformat Add -show-sensitive flag to tofu plan, apply, state-show and output commands (#1554) 2024-07-22 10:58:57 +01:00
jsonfunction Integrate provider functions (#1439) 2024-04-10 08:04:08 -04:00
jsonplan Fixes: show insensitive plan details when resource in set with sensitive value (#1313) 2024-06-20 14:06:33 -04:00
jsonprovider Adds provider function to tofu scheme/metadata commands (#1753) 2024-07-01 16:41:27 +01:00
jsonstate Fixes: show insensitive plan details when resource in set with sensitive value (#1313) 2024-06-20 14:06:33 -04:00
testdata Adds multi line support to console (#1875) 2024-08-02 10:21:44 +01:00
testing Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
views Avoid copies on calls to parser.Sources() (#1811) 2024-07-29 16:15:51 -04:00
webbrowser Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
workdir Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
alias.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
apply_destroy_test.go Integrate Encryption into State Backends (#1288) 2024-03-04 09:25:14 -05:00
apply_test.go feat: Add support for tofu.workspace which will be resolved in the same way as terraform.workspace (#1305) 2024-08-01 08:14:34 -04:00
apply.go Add -show-sensitive flag to tofu plan, apply, state-show and output commands (#1554) 2024-07-22 10:58:57 +01:00
autocomplete_test.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
autocomplete.go Remove encryption diags from autocomplete (#1793) 2024-07-10 10:07:11 -04:00
cli_ui_test.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
cli_ui.go Fix struct names (#1494) 2024-04-25 08:15:46 +02:00
cloud.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
command_test.go Static Evaluation Base, Module Sources, Backend Config (#1718) 2024-06-24 09:13:07 -04:00
command.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
console_interactive_test.go Adds multi line support to console (#1875) 2024-08-02 10:21:44 +01:00
console_interactive.go Adds multi line support to console (#1875) 2024-08-02 10:21:44 +01:00
console_state_test.go Adds multi line support to console (#1875) 2024-08-02 10:21:44 +01:00
console_state.go Adds multi line support to console (#1875) 2024-08-02 10:21:44 +01:00
console_test.go Adds multi line support to console (#1875) 2024-08-02 10:21:44 +01:00
console.go Adds multi line support to console (#1875) 2024-08-02 10:21:44 +01:00
flag_kv_test.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
flag_kv.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
fmt_test.go Include .tofu in tofu fmt (#1790) 2024-07-10 09:06:08 -04:00
fmt.go Include .tofu in tofu fmt (#1790) 2024-07-10 09:06:08 -04:00
get_test.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
get.go Update help text for static variable support (#1804) 2024-07-11 11:00:18 -04:00
graph_test.go Fix tofu validate with static variables (#1788) 2024-07-11 10:16:20 -04:00
graph.go Update help text for static variable support (#1804) 2024-07-11 11:00:18 -04:00
helper.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
hook_module_install.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
import_test.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
import.go Static Evaluation Base, Module Sources, Backend Config (#1718) 2024-06-24 09:13:07 -04:00
init_test.go Static Evaluation Base, Module Sources, Backend Config (#1718) 2024-06-24 09:13:07 -04:00
init.go Update help text for static variable support (#1804) 2024-07-11 11:00:18 -04:00
login_test.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
login.go Improve panic handling within go-routines (#1425) 2024-03-26 07:41:16 -04:00
logout_test.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
logout.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
meta_backend_migrate_test.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
meta_backend_migrate.go chore: fix repetitive words (#1472) 2024-04-07 13:48:13 +02:00
meta_backend_test.go Static Evaluation Base, Module Sources, Backend Config (#1718) 2024-06-24 09:13:07 -04:00
meta_backend.go Static Evaluation Base, Module Sources, Backend Config (#1718) 2024-06-24 09:13:07 -04:00
meta_config.go Avoid copies on calls to parser.Sources() (#1811) 2024-07-29 16:15:51 -04:00
meta_dependencies.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
meta_encryption.go Fix plan static variable injection (#1771) 2024-07-09 07:17:45 -04:00
meta_new.go Initial wiring of encryption through the command package (#1316) 2024-03-07 08:55:57 -05:00
meta_providers.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
meta_test.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
meta_ui.go add automated copyright header check (#1696) 2024-06-03 16:49:36 +03:00
meta_vars.go Static Evaluation Base, Module Sources, Backend Config (#1718) 2024-06-24 09:13:07 -04:00
meta.go Static Evaluation Base, Module Sources, Backend Config (#1718) 2024-06-24 09:13:07 -04:00
metadata_command.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
metadata_functions_test.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
metadata_functions.go Integrate provider functions (#1439) 2024-04-10 08:04:08 -04:00
output_test.go Add -show-sensitive flag to tofu plan, apply, state-show and output commands (#1554) 2024-07-22 10:58:57 +01:00
output.go Add -show-sensitive flag to tofu plan, apply, state-show and output commands (#1554) 2024-07-22 10:58:57 +01:00
plan_test.go Add -show-sensitive flag to tofu plan, apply, state-show and output commands (#1554) 2024-07-22 10:58:57 +01:00
plan.go Add -show-sensitive flag to tofu plan, apply, state-show and output commands (#1554) 2024-07-22 10:58:57 +01:00
plugins_test.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
plugins.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
providers_lock_test.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
providers_lock.go Update help text for static variable support (#1804) 2024-07-11 11:00:18 -04:00
providers_mirror_test.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
providers_mirror.go Update help text for static variable support (#1804) 2024-07-11 11:00:18 -04:00
providers_schema_test.go Adds provider function to tofu scheme/metadata commands (#1753) 2024-07-01 16:41:27 +01:00
providers_schema.go Add missing [options] to help text where applicable (#1855) 2024-07-24 09:27:07 -04:00
providers_test.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
providers.go Update help text for static variable support (#1804) 2024-07-11 11:00:18 -04:00
push.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
refresh_test.go Write state using compact JSON representation (#1647) 2024-05-21 15:04:10 -04:00
refresh.go Static Evaluation Base, Module Sources, Backend Config (#1718) 2024-06-24 09:13:07 -04:00
show_test.go Add -show-sensitive flag to tofu plan, apply, state-show and output commands (#1554) 2024-07-22 10:58:57 +01:00
show.go Add -show-sensitive flag to tofu plan, apply, state-show and output commands (#1554) 2024-07-22 10:58:57 +01:00
state_command.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
state_list_test.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
state_list.go Update help text for static variable support (#1804) 2024-07-11 11:00:18 -04:00
state_meta.go Error handling fixes (#1816) 2024-07-15 11:58:43 +02:00
state_mv_test.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
state_mv.go Update help text for static variable support (#1804) 2024-07-11 11:00:18 -04:00
state_pull_test.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
state_pull.go Update help text for static variable support (#1804) 2024-07-11 11:00:18 -04:00
state_push_test.go Integrate Encryption into State Backends (#1288) 2024-03-04 09:25:14 -05:00
state_push.go Update help text for static variable support (#1804) 2024-07-11 11:00:18 -04:00
state_replace_provider_test.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
state_replace_provider.go Update help text for static variable support (#1804) 2024-07-11 11:00:18 -04:00
state_rm_test.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
state_rm.go Update help text for static variable support (#1804) 2024-07-11 11:00:18 -04:00
state_show_test.go Add -show-sensitive flag to tofu plan, apply, state-show and output commands (#1554) 2024-07-22 10:58:57 +01:00
state_show.go Add -show-sensitive flag to tofu plan, apply, state-show and output commands (#1554) 2024-07-22 10:58:57 +01:00
state_test.go Initial wiring of encryption through the command package (#1316) 2024-03-07 08:55:57 -05:00
taint_test.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
taint.go Update help text for static variable support (#1804) 2024-07-11 11:00:18 -04:00
telemetry.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
test_test.go Allowed variable to pass inside variables block (#1488) 2024-06-03 18:44:05 +05:30
test.go Update help text for static variable support (#1804) 2024-07-11 11:00:18 -04:00
ui_input_test.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
ui_input.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
unlock_test.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
unlock.go Add missing [options] to help text where applicable (#1855) 2024-07-24 09:27:07 -04:00
untaint_test.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
untaint.go Update help text for static variable support (#1804) 2024-07-11 11:00:18 -04:00
validate_test.go Static Evaluation Base, Module Sources, Backend Config (#1718) 2024-06-24 09:13:07 -04:00
validate.go Update help text for static variable support (#1804) 2024-07-11 11:00:18 -04:00
version_test.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
version.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
workspace_command_test.go Integrate Encryption into State Backends (#1288) 2024-03-04 09:25:14 -05:00
workspace_command.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
workspace_delete.go Add missing [options] to help text where applicable (#1855) 2024-07-24 09:27:07 -04:00
workspace_list.go Add missing [options] to help text where applicable (#1855) 2024-07-24 09:27:07 -04:00
workspace_new.go Update help text for static variable support (#1804) 2024-07-11 11:00:18 -04:00
workspace_select.go Add missing [options] to help text where applicable (#1855) 2024-07-24 09:27:07 -04:00
workspace_show.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00