CLI
The qefro CLI lives in qefro-plugin-platform/services/qefro-cli.
Primary product configuration is still the Admin Console.
Marketplace Apps (default)
qefro app init <id> [--name NAME]
qefro app validate [dir]
qefro app package [dir]
qefro app install <name> [--version V] [--settings JSON]
app init aliases create-app and always scaffolds a metadata
Marketplace App (hosting: runtime). See
Build your first app.
Also available
qefro create-app <id> [--name NAME] [--hosting runtime|external]
[--endpoint URL] [--minimal]
qefro dev [dir]
qefro publish [dir]
qefro register --endpoint URL [--solution ID]
qefro solution build|publish|install|list
qefro workflow trigger|list|logs
qefro replay <execution-id>
--hosting external scaffolds an SDK /qefro process for connecting an
external ERP, POS, or CRM. hosting: managed is not supported.
See Runtime vs SDK.
Environment: QEFRO_SOLUTION_URL, QEFRO_RUNTIME_URL, QEFRO_TENANT_ID,
QEFRO_ORGANIZATION_ID, QEFRO_PUBLISHER_ID, QEFRO_SIGNING_KEY_HEX /
QEFRO_KEYS_FILE, QEFRO_INTERNAL_BEARER.
Language SDKs (@qefro-ai/backend, qefro-backend, qefro-backend-sdk)
are libraries embedded in your ERP/POS/CRM connector — they are not
required to build a Marketplace App.