list
List apps in the current workspace:| Flag | Description |
|---|---|
--json | Output as JSON |
create
Create a new app from the app-framework template:clone
Clone an existing app as a starting point for a new project:| Flag | Default | Description |
|---|---|---|
--as <new-name> | <name>-copy | Name for the cloned app |
config
View or edit app configuration:package
Build a self-contained production package:| Flag | Default | Description |
|---|---|---|
--db-adapter <type> | sqlite | Database adapter: sqlite, postgresql, mysql |
--target-arch <arch> | — | Target architecture (e.g., linux-arm64) |
Running the package
push
Publish a new version of an app to the Synthetiq registry:| Flag | Description |
|---|---|
--message <msg> | Version description |
--force | Publish even if no changes detected |
versions
List all published versions of an app:| Flag | Description |
|---|---|
--json | Output as JSON |

