Skip to main content
Apps are versioned through the Synthetiq platform. Each version is an immutable snapshot that can be installed, shared, or deployed.

Publishing a version

This builds, packages, and publishes a new version to the Synthetiq registry.

Version history

List all published versions:

Active version

Set which version is current in the app store:

Installing a specific version

By default, store install installs the active version. Use --version to install a specific version, such as when rolling back to a previous release. See the CLI app commands and Platform API versions docs for details.