You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cli): name the entity an environment in every string the os environments family prints (#12429)
ADR-0006's v5.0 rename `project` -> `environment` has no aliases, and AGENTS.md
states "Project now only means the npm/monorepo sense". #10967 (PR #11227)
renamed the COMMAND across these same five files; the ENTITY NOUN inside the
strings oclif prints was left behind, so `os environments switch <id>` answered
`Active project: ...`.
25 user-visible string literals swap to the post-rename noun:
5 `static override description`, 7 flag/arg descriptions, 9 success-path console
lines, 3 `examples` arg placeholders (`<project-id>` -> `<environment-id>`) and
the `switch` id-not-found error.
No behaviour, flag/argument names, exit codes or `--format json`/`yaml` payloads
change. `client.projects.*`, the `res.project`/`res.projects` response fields,
the locals bound from them and the docblock comments are deliberately untouched:
they are API surface in other packages, not CLI wording.
Claude-Session: https://claude.ai/code/session_01UjujZN219uFzBhSYfMykCd
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments