The standalone esc CLI is retired (v0.26.0 was its final release; pulumi/esc is
archived and the code now lives in pulumi/pulumi). See the retirement announcement:
Say hello to pulumi env, and goodbye to the standalone esc CLI
and the migration guide at Migrating from the esc CLI.
Several ESC docs pages still instruct readers to run the retired esc CLI instead of
pulumi env:
content/docs/esc/providers/secrets/1password-secrets.md — presents esc open ...
(linking to a redirect at /docs/esc-cli/) as a parallel option alongside
pulumi env open ..., when only the latter should be documented.
content/docs/esc/concepts/interpolations-and-references.md — an example uses
esc env open <environment> --lifetime 30m instead of
pulumi env open <environment> --lifetime 30m.
content/docs/esc/concepts/outputs.md — a "Precedence" example uses
esc run default/greet -- printenv GREETING instead of
pulumi env run default/greet -- printenv GREETING; a few lines above it, the same
file already correctly uses pulumi env run, so this is the last stale invocation.
Note: content/docs/iac/cli/commands/pulumi_env_webhook_new.md also mentions
"esc env webhook subcommands" in its generated help text, but that file is
auto-generated CLI reference content and out of scope for a docs-repo fix; the stale
phrasing originates upstream in pulumi/pulumi's CLI help text.
The standalone
escCLI is retired (v0.26.0 was its final release;pulumi/escisarchived and the code now lives in
pulumi/pulumi). See the retirement announcement:Say hello to
pulumi env, and goodbye to the standaloneescCLIand the migration guide at Migrating from the
escCLI.Several ESC docs pages still instruct readers to run the retired
escCLI instead ofpulumi env:content/docs/esc/providers/secrets/1password-secrets.md— presentsesc open ...(linking to a redirect at
/docs/esc-cli/) as a parallel option alongsidepulumi env open ..., when only the latter should be documented.content/docs/esc/concepts/interpolations-and-references.md— an example usesesc env open <environment> --lifetime 30minstead ofpulumi env open <environment> --lifetime 30m.content/docs/esc/concepts/outputs.md— a "Precedence" example usesesc run default/greet -- printenv GREETINGinstead ofpulumi env run default/greet -- printenv GREETING; a few lines above it, the samefile already correctly uses
pulumi env run, so this is the last stale invocation.Note:
content/docs/iac/cli/commands/pulumi_env_webhook_new.mdalso mentions"
esc env webhooksubcommands" in its generated help text, but that file isauto-generated CLI reference content and out of scope for a docs-repo fix; the stale
phrasing originates upstream in
pulumi/pulumi's CLI help text.