opentofu/internal/command/arguments
Andrei Ciobanu a59b4843a0
Some checks are pending
build / Build for freebsd_386 (push) Waiting to run
build / Build for linux_386 (push) Waiting to run
build / Build for openbsd_386 (push) Waiting to run
build / Build for windows_386 (push) Waiting to run
build / Build for freebsd_amd64 (push) Waiting to run
build / Build for linux_amd64 (push) Waiting to run
build / Build for openbsd_amd64 (push) Waiting to run
build / Build for solaris_amd64 (push) Waiting to run
build / Build for windows_amd64 (push) Waiting to run
build / Build for freebsd_arm (push) Waiting to run
build / Build for linux_arm (push) Waiting to run
build / Build for linux_arm64 (push) Waiting to run
build / Build for darwin_amd64 (push) Waiting to run
build / Build for darwin_arm64 (push) Waiting to run
build / End-to-end Tests for linux_386 (push) Waiting to run
build / End-to-end Tests for windows_386 (push) Waiting to run
build / End-to-end Tests for darwin_amd64 (push) Waiting to run
build / End-to-end Tests for linux_amd64 (push) Waiting to run
build / End-to-end Tests for windows_amd64 (push) Waiting to run
Quick Checks / List files changed for pull request (push) Waiting to run
Quick Checks / Unit tests for linux_386 (push) Blocked by required conditions
Quick Checks / Unit tests for linux_amd64 (push) Blocked by required conditions
Quick Checks / Unit tests for windows_amd64 (push) Blocked by required conditions
Quick Checks / Unit tests for linux_arm (push) Blocked by required conditions
Quick Checks / Unit tests for darwin_arm64 (push) Blocked by required conditions
Quick Checks / Unit tests for linux_arm64 (push) Blocked by required conditions
Quick Checks / Race Tests (push) Blocked by required conditions
Quick Checks / End-to-end Tests (push) Blocked by required conditions
Quick Checks / Code Consistency Checks (push) Blocked by required conditions
Quick Checks / License Checks (push) Waiting to run
Website checks / List files changed for pull request (push) Waiting to run
Website checks / Build (push) Blocked by required conditions
Website checks / Test Installation Instructions (push) Blocked by required conditions
Refactor login command to use View instead of Ui (#3757)
Signed-off-by: Andrei Ciobanu <andrei.ciobanu@opentofu.org>
2026-02-17 00:29:59 +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
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
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
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
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
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
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 Support dual output streams in most commands (#3606) 2026-01-20 14:08:10 -05:00
types_test.go command: -target-file and -exclude-file planning options 2025-04-22 13:05:40 -07: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
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