opentofu/internal/command/cliconfig
Christian Mesh 0abfd52e3e Terrible hacks to get some sort of wasm working
cp "$(go env GOROOT)/lib/wasm/wasm_exec.js" .
GOOS=js GOARCH=wasm go build -ldflags="-X 'main.experimentsAllowed=yes'" -o main.wasm ./cmd/tofu/

Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
2026-04-30 14:57:01 -04:00
..
ociauthconfig chore: typo fixes (#3957) 2026-03-27 18:25:56 -03:00
svcauthconfig Adopt OpenTofu's own "svchost" module 2025-06-12 09:37:59 -07:00
testdata tofu providers mirror: Add option to trust hashes from a mirror source (#3885) 2026-03-19 14:00:51 -04:00
cliconfig.go Terrible hacks to get some sort of wasm working 2026-04-30 14:57:01 -04:00
cliconfig_test.go command: "go fix" on various files we've changed recently anyway 2026-03-17 15:25:30 -07:00
config_loader.go cliconfig: Create testable shim for fs actions (#3435) 2025-10-29 12:03:55 -05:00
config_locations_helper_test.go cliconfig: Create testable shim for fs actions (#3435) 2025-10-29 12:03:55 -05:00
config_locations_macos_test.go various: Remove legacy "+build" comments 2025-11-01 08:00:01 -03:00
config_locations_unix_test.go command: "go fix" on various files we've changed recently anyway 2026-03-17 15:25:30 -07:00
config_locations_windows_test.go various: Remove legacy "+build" comments 2025-11-01 08:00:01 -03:00
config_unix.go various: Remove legacy "+build" comments 2025-11-01 08:00:01 -03:00
config_unix_test.go various: Remove legacy "+build" comments 2025-11-01 08:00:01 -03:00
config_windows.go various: Remove legacy "+build" comments 2025-11-01 08:00:01 -03:00
credentials.go hcl2shim: Split out legacy subset 2025-07-10 08:13:25 -07:00
credentials_test.go Add download_retry_count for direct and network_mirror in CLI configuration (#3368) 2025-10-18 11:42:25 +03:00
oci_credentials.go cliconfig: Config.OCICredentialsPolicy 2025-03-13 08:19:57 -07:00
oci_credentials_test.go command: "go fix" on various files we've changed recently anyway 2026-03-17 15:25:30 -07:00
provider_installation.go tofu providers mirror: Add option to trust hashes from a mirror source (#3885) 2026-03-19 14:00:51 -04:00
provider_installation_test.go tofu providers mirror: Add option to trust hashes from a mirror source (#3885) 2026-03-19 14:00:51 -04:00
registry_protocols.go cliconfig: Registry protocol retry count and timeout settings 2025-09-10 11:45:38 -07:00
registry_protocols_test.go cliconfig: Registry protocol retry count and timeout settings 2025-09-10 11:45:38 -07:00
util.go cliconfig: Create testable shim for fs actions (#3435) 2025-10-29 12:03:55 -05:00