opentofu/internal/command/arguments
Andrei Ciobanu a673617189
Refactor state rm command to use View instead of Ui and to use the arguments package (#3849)
Signed-off-by: Andrei Ciobanu <andrei.ciobanu@opentofu.org>
2026-03-10 17:54:01 +02:00
..
apply.go Support dual output streams in most commands (#3606) 2026-01-20 14:08:10 -05:00
apply_test.go Move all implementation of flag.Value in one package (#3725) 2026-02-10 16:26:09 +02:00
arguments.go Refactor console command to use View instead of Ui (#3764) 2026-03-02 18:58:11 +02:00
backend.go Refactor init command to use View instead of Ui (#3749) 2026-02-11 16:29:31 +02:00
backend_test.go Refactor init command to use View instead of Ui (#3749) 2026-02-11 16:29:31 +02:00
console.go Refactor console command to use View instead of Ui (#3764) 2026-03-02 18:58:11 +02:00
console_test.go Refactor console command to use View instead of Ui (#3764) 2026-03-02 18:58:11 +02:00
default.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
extended.go Move all implementation of flag.Value in one package (#3725) 2026-02-10 16:26:09 +02:00
fmt.go Refactor fmt command to use View instead of Ui and to use the arguments package (#3805) 2026-03-05 14:47:37 +02:00
fmt_test.go Refactor fmt command to use View instead of Ui and to use the arguments package (#3805) 2026-03-05 14:47:37 +02:00
get.go Refactor get command to use View instead of Ui (#3752) 2026-02-24 10:07:28 +02:00
get_test.go Refactor get command to use View instead of Ui (#3752) 2026-02-24 10:07:28 +02:00
graph.go Refactor graph command to use View instead of Ui and to use the arguments package (#3802) 2026-03-04 15:21:37 +02:00
graph_test.go Refactor graph command to use View instead of Ui and to use the arguments package (#3802) 2026-03-04 15:21:37 +02:00
import.go Refactor import command to use View instead of Ui and to use the arguments package (#3772) 2026-03-06 15:11:57 +02:00
import_test.go Refactor import command to use View instead of Ui and to use the arguments package (#3772) 2026-03-06 15:11:57 +02:00
init.go Refactor init command to use View instead of Ui (#3749) 2026-02-11 16:29:31 +02:00
init_test.go Refactor init command to use View instead of Ui (#3749) 2026-02-11 16:29:31 +02:00
login.go Refactor login command to use View instead of Ui (#3757) 2026-02-17 00:29:59 +02:00
login_test.go Refactor login command to use View instead of Ui (#3757) 2026-02-17 00:29:59 +02:00
logout.go Refactor logout command to use View instead of Ui (#3761) 2026-02-24 10:05:54 +02:00
logout_test.go Refactor logout command to use View instead of Ui (#3761) 2026-02-24 10:05:54 +02:00
metadata_functions.go Refactor version command to use View instead of Ui and to use the arguments package (#3806) 2026-03-05 14:47:29 +02:00
metadata_functions_test.go Refactor version command to use View instead of Ui and to use the arguments package (#3806) 2026-03-05 14:47:29 +02:00
output.go Support dual output streams in most commands (#3606) 2026-01-20 14:08:10 -05:00
output_test.go Support dual output streams in most commands (#3606) 2026-01-20 14:08:10 -05:00
plan.go Support dual output streams in most commands (#3606) 2026-01-20 14:08:10 -05:00
plan_test.go Move all implementation of flag.Value in one package (#3725) 2026-02-10 16:26:09 +02:00
providers.go Refactor providers command to use View instead of Ui and to use the arguments package (#3811) 2026-03-05 09:49:15 +02:00
providers_lock.go Refactor providers lock command to use View instead of Ui and to use the arguments package (#3812) 2026-03-05 09:49:36 +02:00
providers_lock_test.go Refactor providers lock command to use View instead of Ui and to use the arguments package (#3812) 2026-03-05 09:49:36 +02:00
providers_mirror.go Refactor providers mirror command to use View instead of Ui and to use the arguments package (#3813) 2026-03-04 15:20:39 +02:00
providers_mirror_test.go Refactor providers mirror command to use View instead of Ui and to use the arguments package (#3813) 2026-03-04 15:20:39 +02:00
providers_test.go Refactor providers command to use View instead of Ui and to use the arguments package (#3811) 2026-03-05 09:49:15 +02:00
refresh.go Support dual output streams in most commands (#3606) 2026-01-20 14:08:10 -05:00
refresh_test.go Move all implementation of flag.Value in one package (#3725) 2026-02-10 16:26:09 +02:00
show.go Support dual output streams in most commands (#3606) 2026-01-20 14:08:10 -05:00
show_test.go Support dual output streams in most commands (#3606) 2026-01-20 14:08:10 -05:00
showtargettype_string.go go.mod: Upgrade various golang.org/x/* dependencies 2025-10-10 08:23:54 -07:00
state_list.go Refactor state list command to use View instead of Ui and to use the arguments package (#3828) 2026-03-04 15:20:06 +02:00
state_list_test.go Refactor state list command to use View instead of Ui and to use the arguments package (#3828) 2026-03-04 15:20:06 +02:00
state_mv.go Refactor state mv command to use View instead of Ui and to use the arguments package (#3835) 2026-03-06 15:22:52 +02:00
state_mv_test.go Refactor state mv command to use View instead of Ui and to use the arguments package (#3835) 2026-03-06 15:22:52 +02:00
state_pull.go Refactor state pull command to use View instead of Ui and to use the arguments package (#3837) 2026-03-09 12:25:18 +02:00
state_pull_test.go Refactor state pull command to use View instead of Ui and to use the arguments package (#3837) 2026-03-09 12:25:18 +02:00
state_push.go Refactor state push command to use View instead of Ui and to use the arguments package (#3842) 2026-03-09 13:00:30 +02:00
state_push_test.go Refactor state push command to use View instead of Ui and to use the arguments package (#3842) 2026-03-09 13:00:30 +02:00
state_replace_provider.go Refactor state replace-provider command to use View instead of Ui and to use the arguments package (#3844) 2026-03-10 17:01:58 +02:00
state_replace_provider_test.go Refactor state replace-provider command to use View instead of Ui and to use the arguments package (#3844) 2026-03-10 17:01:58 +02:00
state_rm.go Refactor state rm command to use View instead of Ui and to use the arguments package (#3849) 2026-03-10 17:54:01 +02:00
state_rm_test.go Refactor state rm command to use View instead of Ui and to use the arguments package (#3849) 2026-03-10 17:54:01 +02:00
taint.go Refactor taint && untaint commands to use View instead of Ui and to use the arguments package (#3818) 2026-03-05 09:50:36 +02:00
taint_test.go Refactor taint && untaint commands to use View instead of Ui and to use the arguments package (#3818) 2026-03-05 09:50:36 +02:00
test.go Move all implementation of flag.Value in one package (#3725) 2026-02-10 16:26:09 +02:00
test_test.go Move all implementation of flag.Value in one package (#3725) 2026-02-10 16:26:09 +02:00
types.go Refactor version command to use View instead of Ui and to use the arguments package (#3806) 2026-03-05 14:47:29 +02:00
types_test.go command: -target-file and -exclude-file planning options 2025-04-22 13:05:40 -07:00
unlock.go Refactor unlock command to use View instead of Ui and to use the arguments package (#3823) 2026-03-04 15:20:19 +02:00
unlock_test.go Refactor unlock command to use View instead of Ui and to use the arguments package (#3823) 2026-03-04 15:20:19 +02:00
validate.go Support dual output streams in most commands (#3606) 2026-01-20 14:08:10 -05:00
validate_test.go Support dual output streams in most commands (#3606) 2026-01-20 14:08:10 -05:00
version.go Refactor version command to use View instead of Ui and to use the arguments package (#3806) 2026-03-05 14:47:29 +02:00
version_test.go Refactor version command to use View instead of Ui and to use the arguments package (#3806) 2026-03-05 14:47:29 +02:00
view.go Rename the CLI arg for deprecation outputs/variables (#2774) 2025-05-09 14:01:32 +03:00
view_test.go Rename the CLI arg for deprecation outputs/variables (#2774) 2025-05-09 14:01:32 +03:00
workspace.go Refactor all workspace commands to use View instead of Ui (#3770) 2026-03-03 12:44:56 +02:00
workspace_delete.go Refactor all workspace commands to use View instead of Ui (#3770) 2026-03-03 12:44:56 +02:00
workspace_delete_test.go Refactor all workspace commands to use View instead of Ui (#3770) 2026-03-03 12:44:56 +02:00
workspace_list.go Refactor all workspace commands to use View instead of Ui (#3770) 2026-03-03 12:44:56 +02:00
workspace_list_test.go Refactor all workspace commands to use View instead of Ui (#3770) 2026-03-03 12:44:56 +02:00
workspace_new.go Refactor all workspace commands to use View instead of Ui (#3770) 2026-03-03 12:44:56 +02:00
workspace_new_test.go Refactor all workspace commands to use View instead of Ui (#3770) 2026-03-03 12:44:56 +02:00
workspace_select.go Refactor all workspace commands to use View instead of Ui (#3770) 2026-03-03 12:44:56 +02:00
workspace_select_test.go Refactor all workspace commands to use View instead of Ui (#3770) 2026-03-03 12:44:56 +02:00
workspace_show.go Refactor all workspace commands to use View instead of Ui (#3770) 2026-03-03 12:44:56 +02:00
workspace_show_test.go Refactor all workspace commands to use View instead of Ui (#3770) 2026-03-03 12:44:56 +02:00