.app.jsonc file.
You can only link to Base44 backend projects, not Base44 apps.
Use this when you have a local project but haven’t yet connected it to Base44.
Usage
Flags
| Flag | Description |
|---|---|
-c, --create | Create a new backend project on Base44. This skips the selection prompt |
-n, --name <name> | Project name. Required when using --create |
-d, --description <description> | Project description |
-e, --existing | Link to an existing project. This skips the selection prompt |
-p, --projectId <id> | Project ID. Required when using --existing |
Non-interactive usage
For scripts or CI environments, use the flags to skip prompts: Create a new project:Requirements
- Must be run from a directory containing a
base44/config.jsoncfile. - Project must not already be linked. If an
.app.jsoncfile with an app ID already exists, the command will fail.

