{"id":70960,"library":"pulumi-esc","title":"Pulumi ESC","description":"Pulumi ESC (Environments, Secrets, and Configuration) provides a CLI and SDK for managing cloud configuration and secrets.","status":"active","version":"0.24.0","language":"go","source_language":null,"source_url":"https://github.com/pulumi/esc","tags":["pulumi","secrets","configuration","cloud"],"install":[{"cmd":"go get github.com/pulumi/esc","lang":"bash","label":"Install github.com/pulumi/esc"}],"dependencies":[],"imports":[{"symbol":"esc","correct":"github.com/pulumi/esc"}],"quickstart":{"code":"package main\n\nimport (\n\t\"context\"\n\t\"log\"\n\t\"github.com/pulumi/esc\"\n)\n\nfunc main() {\n\tclient, err := esc.NewClient(context.Background(), esc.WithAccessToken(\"your-token\"))\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\tenv, err := client.GetEnvironment(context.Background(), \"org\", \"project\", \"env\")\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\tlog.Printf(\"Environment: %s\", env.Name)\n}","lang":"go","description":"Fetches a Pulumi ESC environment using the SDK."},"warnings":[],"env_vars":null,"search_vec":"'cli':11 'cloud':16,23 'configur':8,17,22 'environ':5 'esc':2,4 'manag':15 'provid':9 'pulumi':1,3,20 'sdk':13 'secret':6,19,21","created_at":"2026-06-17T18:21:05.804833+00:00","updated_at":"2026-06-17T18:21:05.804833+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/pulumi/esc","github":"https://github.com/pulumi/esc","docs":"https://pkg.go.dev/github.com/pulumi/esc#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["cloud","config"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}