entity commands mirror the platform’s entities API and operate on a single
entity by its ID.
There is no
entity list — the platform has no list-all-entities endpoint.
Discover entity IDs with store browse or
shared list, both of which show an
ID column.create
Create a new entity (metadata only — publishing a version is a separate, future step):| Flag | Required | Description |
|---|---|---|
--type <type> | Yes | app, service, or chat_extension |
--name <name> | Yes | Display name |
--description <text> | No | Description |
--json | No | Output as JSON |
get
details
update
--description "" to clear the description.
delete
--force.
set-active
--version accepts either a version string (e.g. 2026.06.10-153042) or a version ID.
version
Manage an entity’s versions.download writes the version’s package to <slug>-<version>.zip by default.
Publishing a new version (push) requires local packaging and is not yet
available in the CLI — it lands with the filesystem command pass.
share
Manage who an entity is shared with.store publish.
publisher
Manage who can publish new versions of an entity.entity share list or entity publisher list.
