pulumi/pkg/backend
Pat Gavlin e05ded1380
[esc] Add a command to create an ESC env from stack config (#14634)
This change adds a command, `pulumi config env init`, that creates a new
environment for a stack based on the stack's configuration values.

From the usage:

* `pulumi config env init`

Creates an environment for a specific stack based on the stack's
configuration values, then replaces the stack's configuration values
with a reference to that environment. The environment will be created in
the same organization as the stack.
2023-11-22 20:57:02 +00:00
..
display Send all events to the engine event stream (#14607) 2023-11-20 21:55:59 +00:00
filestate Allow anything in resource names (#14107) 2023-11-20 08:59:00 +00:00
httpstate [cli] Include config from ESC in `pulumi config` (#14560) 2023-11-21 10:44:45 +00:00
state [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
apply.go Send all events to the engine event stream (#14607) 2023-11-20 21:55:59 +00:00
apply_test.go Make `engine.NewEvent` type safe (#14590) 2023-11-16 16:54:03 +00:00
backend.go [esc] Add a command to create an ESC env from stack config (#14634) 2023-11-22 20:57:02 +00:00
backend_test.go Allow anything in resource names (#14107) 2023-11-20 08:59:00 +00:00
cancellation_scope.go Make `engine.NewEvent` type safe (#14590) 2023-11-16 16:54:03 +00:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
errors.go Add a link to docs for the 409 Conflict error message (#3207) 2019-09-10 13:25:08 -07:00
mock.go [esc] Add a command to create an ESC env from stack config (#14634) 2023-11-22 20:57:02 +00:00
policypack.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
query.go Replace result.Result in Query with error (#13939) 2023-09-20 15:43:46 +00:00
snapshot.go SameSteps can fail (#14076) 2023-10-13 11:13:22 +00:00
snapshot_test.go SameSteps can fail (#14076) 2023-10-13 11:13:22 +00:00
stack.go Move sdk/go/common/display to /pkg/display (#13954) 2023-09-18 11:01:28 +00:00
updates.go [cli] Include config from ESC in `pulumi config` (#14560) 2023-11-21 10:44:45 +00:00
watch.go Don't pass a second SecretsProvider to backend.Watch 2023-05-08 20:38:40 +01:00