Skip to main content
An entity is a published app or service in the Synthetiq platform. The 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):

get

Shows the entity’s metadata, active version, and version count.

details

Enriched view: contributors, dependencies, and store/publish status.

update

Pass --description "" to clear the description.

delete

Deletes the entity and all its versions. Prompts for confirmation unless --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.
To publish an entity to your organization’s store instead of sharing with individuals, use store publish.

publisher

Manage who can publish new versions of an entity.
Find user IDs with entity share list or entity publisher list.