mirror of https://github.com/pulumi/pulumi.git
064fb93587
These changes add two commands for managing a stack's environments: - `pulumi config env add`, which adds environments to a stack's import list - `pulumi config env rm`, which removes an environment from a stack's import list As implied by their paths, these commands hang off of a new sub-command of `pulumi config`, `pulumi config env`. From the usage: * `pulumi config env add` Adds environments to the end of a stack's import list. Imported environments are merged in order per the ESC merge rules. The list of stacks behaves as if it were the import list in an anonymous environment. * `pulumi config env rm` Removes an environment from a stack's import list. Each of these commands previews the new stack environment and shows the environment definition. These commands print a warning if the stack's environment does not define any of the `environmentVariables`, `files`, or `pulumiConfig` properties. |
||
---|---|---|
.. | ||
20230803--sdkgen-go-nodejs-python--resource-methods-can-return-plain-values.yaml | ||
20231026--engine--engine-now-correctly-handles-any-resource-name.yaml | ||
20231113--cli-plugin--load-policy-packs-in-parallel-on-startup-to-reduce-startup-time.yaml | ||
20231114--cli-config--include-config-values-from-esc-in-pulumi-config.yaml | ||
20231115--sdk-go--add-project-template-fields.yaml | ||
20231116--sdk-python--introduces-runtimeerror-when-we-detect-a-cycle-upon-adding-dependencies-to-the-graph.yaml | ||
20231117--engine--fix-a-panic-in-cancellation.yaml | ||
20231118--sdkgen-go--fixes-plain-and-optional-properties-for-generated-types-for-go-sdks-using-generics.yaml | ||
20231121--cli-config--add-commands-for-managing-stack-environments.yaml | ||
20231121--sdkgen-dotnet-go-nodejs-python--no-longer-writing-out-name-and-project-from-alias-definitions-into-sdks-only-type.yaml |