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: marketplace client is the open @objectstack/cloud-connection package + os package install (ADR-0008) (#22)
- marketplace.mdx: 'How it works' reflects the post-ADR-0008 reality —
the client is the open cloud-connection package, wired explicitly
(snippet included); installed apps run cloud-independent. New
'Installing from the CLI' section (catalog + air-gapped modes).
- packages.mdx: Installing table gains the two CLI rows; note that
install commands take the stable manifest id, never pkg_ row ids.
- reference/cli.mdx: document os package install.
- deploy/air-gapped.mdx: inline-install section for running instances.
English masters only; locale variants follow the translation pipeline.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
| Air-gapped | Mount the compiled `dist/objectstack.json` artifact (see [Air-gapped](/docs/deploy/air-gapped)) |
123
+
| CLI → running runtime |`os package install com.acme.crm --runtime <url>` — the runtime resolves the package from its configured catalog and merges it into its own kernel |
124
+
| CLI air-gapped |`os package install ./dist/objectstack.json --runtime <url>` — compiled artifact sent inline, no catalog round-trip |
0 commit comments