Commit c0c07ef
fix(cli): drop the deleted apps/cloud path from the publish help example (#15390)
`os package publish --help` printed its local-dev example as:
$ OS_CLOUD_URL=http://localhost:4000 os package publish # local dev (apps/cloud)
`apps/cloud` was deleted from this repository -- the reference cloud host
now lives in `objectstack-ai/cloud` -- so the parenthetical told a user to
run something against a directory absent from the tree they cloned. Unlike
the source comments swept alongside it, this string is user-facing output:
`static override examples` is printed verbatim by oclif under EXAMPLES.
The parenthetical is dropped rather than re-pointed at the other repo. The
example teaches that `OS_CLOUD_URL` overrides the control-plane URL, which
the `--server` flag documents a few lines above in the same output; which
directory happens to serve `localhost:4000` was never part of that, and a
`--help` reader is not looking for a file in a monorepo. Two things on the
tree already spell it that way: `content/docs/deployment/cli.mdx` publishes
this same example with no directory, and the sibling `os plugin publish`
gives the identical env-override example with no trailing comment at all.
No behaviour moves: no flag, argument, default or exit code changes.
Claude-Session: https://claude.ai/code/session_01D47qPfEWVPmhguWgBZCi5N
Co-authored-by: Claude <noreply@anthropic.com>1 parent 5f7fa1d commit c0c07ef
2 files changed
Lines changed: 18 additions & 1 deletion
File tree
- .changeset
- packages/cli/src/commands/package
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
0 commit comments