You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/internal/command
Sarah French 143f710f62
chore: Remove unused `ModulePath` function
3 weeks ago
..
arguments command/init: Make validation of positional arguments happen in the `arguments` package. Refactor away unneeded code. (#38692) 3 weeks ago
cliconfig make copyrightfix 4 months ago
clistate make copyrightfix 4 months ago
e2etest test: Make capable E2E tests run in parallel (#38679) 3 weeks ago
format Add CLI and backend policy wiring for plan apply and query (#38518) 3 weeks ago
jsonchecks make copyrightfix 4 months ago
jsonconfig Use configuration values for jsonconfig 4 months ago
jsonformat don't panic on invalid keys for relevant attrs 4 months ago
jsonfunction Merge pull request #38160 from hashicorp/jbardin/inline-type-conversion 4 months ago
jsonplan fix: Filter out `forget` resources in jsonplan `planned_values` (#38665) 3 weeks ago
jsonprovider expose deprecation on provider schema 4 months ago
jsonstate feat(cli): add -json flag for state show (#38341) 3 months ago
junit make copyrightfix 4 months ago
testdata command/init: Only install PSS provider early (#38648) 3 weeks ago
testing make copyrightfix 4 months ago
views command/init: Only install PSS provider early (#38648) 3 weeks ago
webbrowser make copyrightfix 4 months ago
workdir PSS: Refactor how we handle unmanaged providers, add support for using dev_override (#38269) 3 months ago
apply.go Add CLI and backend policy wiring for plan apply and query (#38518) 3 weeks ago
apply_destroy_test.go test: Enable assertions about prompt text shown to users (#38212) 4 months ago
apply_policy_test.go Add CLI and backend policy wiring for plan apply and query (#38518) 3 weeks ago
apply_test.go refactor: Separate concerns in mock provider sources logic, handle callbacks using `t.Cleanup` (#38446) 2 months ago
autocomplete.go refactor: Replace use of `ModulePath` in workspace name autocomplete logic. 3 weeks ago
autocomplete_test.go refactor: Replace use of `ModulePath` in workspace name autocomplete logic. 3 weeks ago
cli_ui.go make copyrightfix 4 months ago
cli_ui_test.go test: Update tests in command package to use t.Parallel (#38688) 3 weeks ago
cloud.go fix: Block commands from using an invalid workspace name. (#38594) 1 month ago
cloud_mock.go Add CLI and backend policy wiring for plan apply and query (#38518) 3 weeks ago
cloud_test.go Mock the `cloud` backend with a list all vars response 3 months ago
command.go chore: Remove unused `ModulePath` function 3 weeks ago
command_test.go Add CLI and backend policy wiring for plan apply and query (#38518) 3 weeks ago
console.go Add CLI and backend policy wiring for plan apply and query (#38518) 3 weeks ago
console_interactive.go make copyrightfix 4 months ago
console_interactive_solaris.go make copyrightfix 4 months ago
console_test.go make copyrightfix 4 months ago
experimental_test.go make copyrightfix 4 months ago
flag_kv.go make copyrightfix 4 months ago
flag_kv_test.go test: Update tests in command package to use t.Parallel (#38688) 3 weeks ago
fmt.go Fix `fmt` for `.tfquery.hcl` files 2 months ago
fmt_test.go test: Update tests in command package to use t.Parallel (#38688) 3 weeks ago
get.go refactor: Replace use of `ModulePath` function in multiple commands: get, graph, modules, providers, unlock 3 weeks ago
get_test.go command: test `get` with const variables 3 months ago
graph.go refactor: Replace use of `ModulePath` function in multiple commands: get, graph, modules, providers, unlock 3 weeks ago
graph_test.go refactor: Replace use of `ModulePath` function in multiple commands: get, graph, modules, providers, unlock 3 weeks ago
helper.go make copyrightfix 4 months ago
hook_module_install.go make copyrightfix 4 months ago
import.go Add CLI and backend policy wiring for plan apply and query (#38518) 3 weeks ago
import_test.go refactor: Separate concerns in mock provider sources logic, handle callbacks using `t.Cleanup` (#38446) 2 months ago
init.go command/init: Only install PSS provider early (#38648) 3 weeks ago
init2_test.go add provider source back to success tests 2 months ago
init_run.go command/init: Make validation of positional arguments happen in the `arguments` package. Refactor away unneeded code. (#38692) 3 weeks ago
init_test.go command/init: Make validation of positional arguments happen in the `arguments` package. Refactor away unneeded code. (#38692) 3 weeks ago
login.go Fix resource leaks in provisioners and commands (#38585) 1 month ago
login_test.go test: Enable assertions about prompt text shown to users (#38212) 4 months ago
logout.go make copyrightfix 4 months ago
logout_test.go test: Update tests in command package to use t.Parallel (#38688) 3 weeks ago
meta.go docs: Add code comments to areas where refactoring to use (Meta).WorkingDir.RootModuleDir is not appropriate 3 weeks ago
meta_backend.go fix: Stop our anti-`init -upgrade` check panicking when an overridden provider is in use. (#38635) 1 month ago
meta_backend_errors.go PSS: Remove handling of state migrations including PSS from the `init` command (#38388) 2 months ago
meta_backend_migrate.go make copyrightfix 4 months ago
meta_backend_migrate_test.go test: Enable assertions about prompt text shown to users (#38212) 4 months ago
meta_backend_test.go PSS: Refactor how we handle unmanaged providers, add support for using dev_override (#38269) 3 months ago
meta_config.go fix: Stop our anti-`init -upgrade` check panicking when an overridden provider is in use. (#38635) 1 month ago
meta_dependencies.go command/init: Only install PSS provider early (#38648) 3 weeks ago
meta_dependencies_test.go make copyrightfix 4 months ago
meta_new.go make copyrightfix 4 months ago
meta_policy.go Add CLI and backend policy wiring for plan apply and query (#38518) 3 weeks ago
meta_providers.go feat: Add warnings to the `init` command if unmanaged providers will influence provider installation 1 month ago
meta_providers_test.go feat: Add warnings to the `init` command if unmanaged providers will influence provider installation 1 month ago
meta_test.go fix: Block commands from using an invalid workspace name. (#38594) 1 month ago
metadata_command.go make copyrightfix 4 months ago
metadata_functions.go make copyrightfix 4 months ago
metadata_functions_test.go test: Update tests in command package to use t.Parallel (#38688) 3 weeks ago
modules.go refactor: Replace use of `ModulePath` function in multiple commands: get, graph, modules, providers, unlock 3 weeks ago
modules_test.go command: test `modules` with const variables 3 months ago
output.go make copyrightfix 4 months ago
output_test.go command/output: Ignore warnings in JSON mode (#38530) 2 months ago
plan.go Add CLI and backend policy wiring for plan apply and query (#38518) 3 weeks ago
plan_policy_test.go Add CLI and backend policy wiring for plan apply and query (#38518) 3 weeks ago
plan_test.go Add exit code regression test for plan, query and refresh 3 weeks ago
plugins.go make copyrightfix 4 months ago
plugins_lock.go make copyrightfix 4 months ago
plugins_lock_test.go test: Update tests in command package to use t.Parallel (#38688) 3 weeks ago
plugins_test.go make copyrightfix 4 months ago
policy.go Add CLI and backend policy wiring for plan apply and query (#38518) 3 weeks ago
policy_test.go Add CLI and backend policy wiring for plan apply and query (#38518) 3 weeks ago
providers.go refactor: Replace use of `ModulePath` function in multiple commands: get, graph, modules, providers, unlock 3 weeks ago
providers_lock.go Fix: Remove erroneous warning about dev overrides in the providers lock command (#38655) 1 month ago
providers_lock_test.go command: test `providers lock` with const variables 3 months ago
providers_mirror.go Fix `providers mirrors` crash on empty config 3 months ago
providers_mirror_test.go command: test `providers mirror` with const variables 3 months ago
providers_schema.go refactor: Make `providers schema` command use the Meta's internal details about the path to the configuration directory. 3 weeks ago
providers_schema_test.go refactor: Make `providers schema` command use the Meta's internal details about the path to the configuration directory. 3 weeks ago
providers_test.go refactor: Replace use of `ModulePath` function in multiple commands: get, graph, modules, providers, unlock 3 weeks ago
push.go make copyrightfix 4 months ago
query.go Check for errors after variable collection 3 weeks ago
query_test.go Add exit code regression test for plan, query and refresh 3 weeks ago
refresh.go Check for errors after variable collection 3 weeks ago
refresh_test.go Add exit code regression test for plan, query and refresh 3 weeks ago
show.go Check variable collection errors during `show` 3 weeks ago
show_test.go Check variable collection errors during `show` 3 weeks ago
stacks.go make copyrightfix 4 months ago
stacks_test.go test: Update tests in command package to use t.Parallel (#38688) 3 weeks ago
state_command.go make copyrightfix 4 months ago
state_identities.go make copyrightfix 4 months ago
state_identities_test.go make copyrightfix 4 months ago
state_list.go refactor state-list command argument parsing 4 months ago
state_list_test.go make copyrightfix 4 months ago
state_meta.go make copyrightfix 4 months ago
state_migrate.go Update command help text for `state migrate` command (#38571) 2 months ago
state_migrate_test.go command: Implement skeleton for `state migrate` (#38435) 2 months ago
state_mv.go command: Add vars to state mv command 3 months ago
state_mv_test.go command: test `state mv` with const variables 3 months ago
state_pull.go command: Add vars to state pull command 3 months ago
state_pull_test.go refactor: Separate concerns in mock provider sources logic, handle callbacks using `t.Cleanup` (#38446) 2 months ago
state_push.go command: Add vars to state push command 3 months ago
state_push_test.go command: test `state push` with const variables 3 months ago
state_replace_provider.go command: Add vars to state replace command 3 months ago
state_replace_provider_test.go command: test `state replace-provider` with const variables 3 months ago
state_rm.go command: Add vars to state rm command 3 months ago
state_rm_test.go command: test `state rm` with const variables 3 months ago
state_show.go refactor: Make `state show` command use the Meta's internal details about the path to the configuration directory. 3 weeks ago
state_show_test.go feat(cli): add -json flag for state show (#38341) 3 months ago
state_test.go make copyrightfix 4 months ago
taint.go command: Add vars to taint command 3 months ago
taint_test.go command: test `taint` with const variables 3 months ago
telemetry.go make copyrightfix 4 months ago
test.go add tests for dynamic module sources in terraform test 4 months ago
test_cleanup.go make copyrightfix 4 months ago
test_test.go Fix flaky ordering test (#38650) 1 month ago
ui_input.go test: Enable assertions about prompt text shown to users (#38212) 4 months ago
ui_input_test.go test: Update tests in command package to use t.Parallel (#38688) 3 weeks ago
unlock.go refactor: Replace use of `ModulePath` function in multiple commands: get, graph, modules, providers, unlock 3 weeks ago
unlock_test.go refactor: Replace use of `ModulePath` function in multiple commands: get, graph, modules, providers, unlock 3 weeks ago
untaint.go use the arguments package for taint commands 4 months ago
untaint_test.go make copyrightfix 4 months ago
validate.go Limit backend block validation in the `validate` command to just backend type (#38468) 2 months ago
validate_test.go Limit backend block validation in the `validate` command to just backend type (#38468) 2 months ago
version.go make copyrightfix 4 months ago
version_test.go make copyrightfix 4 months ago
workspace_command.go refactor: Update `workspace select` and `new` subcommands to use the arguments package for parsing arguments and flags (#38430) 2 months ago
workspace_command_test.go test: Update tests in command package to use t.Parallel (#38688) 3 weeks ago
workspace_delete.go refactor: Update `workspace select` and `delete` subcommands to use the arguments package for parsing arguments and flags (#38429) 2 months ago
workspace_list.go fix: Block commands from using an invalid workspace name. (#38594) 1 month ago
workspace_new.go fix: Block commands from using an invalid workspace name. (#38594) 1 month ago
workspace_select.go fix: Block commands from using an invalid workspace name. (#38594) 1 month ago
workspace_show.go refactor: Update `workspace select` and `delete` subcommands to use the arguments package for parsing arguments and flags (#38429) 2 months ago