Replace retired esc CLI references with pulumi env in ESC docs - #20633
Replace retired esc CLI references with pulumi env in ESC docs#20633workprentice[bot] wants to merge 1 commit into
Conversation
Pre-merge Review — Last updated 2026-08-01T14:15:46ZTip Summary: This is a small docs correction across three ESC pages, replacing commands from the retired standalone Review confidence:
Investigation log
🔍 Verification trail5 claims extracted · 5 verified · 0 unverifiable · 0 contradicted
🚨 Outstanding in this PRNo outstanding findings in this PR.
|
|
Your site preview for commit 718b71d is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-20633-718b71de.s3-website.us-west-2.amazonaws.com Changed pages: |
Problem
The standalone
escCLI is retired (v0.26.0was its final release;pulumi/escisarchived and its code now lives in
pulumi/pulumi), but three ESC docs pages stillinstructed readers to run the retired CLI instead of
pulumi env.Changes
content/docs/esc/providers/secrets/1password-secrets.md: removed the retiredesc open <org>/<project>/<environment>bullet (which linked to a redirect at/docs/esc-cli/) and collapsed the "either of the following" list down to the singlecurrent
pulumi env openinstruction.content/docs/esc/concepts/interpolations-and-references.md:esc env open <environment> --lifetime 30m→pulumi env open <environment> --lifetime 30m.content/docs/esc/concepts/outputs.md:esc run default/greet -- printenv GREETING→
pulumi env run default/greet -- printenv GREETING, matching thepulumi env runusage already shown earlier in the same file.
All three commands and flags referenced (
pulumi env open --lifetime,pulumi env run)were verified against the current CLI reference docs before making the change. No
behavior described in the surrounding prose changes; only the retired command name is
replaced.
Out of scope
content/docs/iac/cli/commands/pulumi_env_webhook_new.mdalso mentions "esc env webhooksubcommands" in its generated help text, but that file is auto-generated CLIreference content. The stale phrasing originates upstream in
pulumi/pulumi's CLI helptext and isn't fixable from this repo.
Fixes #20632.
🧠 This PR was created by workprentice on behalf of the Docs Groundskeeper automation, running its scheduled freshness-audit backlog cycle.