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
docs(packages): install is an in-environment action, not a publish flag (#21)
Follow-up to #20. The Installing table led with the CLI
`os package publish --env <id> --install` one-liner, which framed install as a
publish-time flag. That's backwards: a person installs from inside the target
environment's Marketplace (no env id, confirmed by their environment login).
Lead with the Console marketplace path; demote `--env --install` to a clearly
labelled CI shortcut.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: content/docs/build/packages.mdx
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,13 +112,22 @@ the compiled `dist/objectstack.json` directly to the target install
112
112
113
113
## Installing
114
114
115
+
Installing is an **in-environment** action — distinct from publishing. You
116
+
publish a package once (to the catalog), then install it from *inside* the
117
+
target environment, where the install is confirmed and authorized by your
118
+
environment login. You never need to know an environment id to install.
119
+
115
120
| Path | How |
116
121
|---|---|
117
-
| CLI (cloud-managed) |`os package publish --env <id> --install [--seed-sample-data]` — publish a version and install it into a cloud environment in one step |
0 commit comments