Registry / cloud / pulumi-esc

pulumi-esc

JSON →
library0.24.0gogounverified

Pulumi ESC (Environments, Secrets, and Configuration) provides a CLI and SDK for managing cloud configuration and secrets.

go get github.com/pulumi/esc
INSTALL
IMPORT
SIG · PULUMI-ESC
P
pulumi-esc
cloudgov0.24.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

esc
✓ github.com/pulumi/esc

Fetches a Pulumi ESC environment using the SDK.

package main import ( "context" "log" "github.com/pulumi/esc" ) func main() { client, err := esc.NewClient(context.Background(), esc.WithAccessToken("your-token")) if err != nil { log.Fatal(err) } env, err := client.GetEnvironment(context.Background(), "org", "project", "env") if err != nil { log.Fatal(err) } log.Printf("Environment: %s", env.Name) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.24.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
43 hits · last 30 days
node
38
OpenAI (training)
1
Resources
pulumi-esc — go get pulumi-esc · libregistry