Skip to main content
Move an app from its current workspace into another one. The app keeps its ID, data, and owner. Only its workspace changes. You must be an owner, admin, or editor of the target workspace, and your role in the source workspace must permit transferring apps out. Purchased apps cannot be moved. The server enforces these rules and returns an error otherwise. By default, workspace move targets the app linked in the current project’s .app.jsonc. To move any other app on your account, pass --app-id or set the BASE44_APP_ID environment variable.

Usage

In interactive mode, omit the workspace ID to pick the target from a list and confirm the move.

Arguments

Flags

Example

Move the linked app to a workspace:
Move a specific app without prompts:

See also