base44 workspace move
Move the current app to another workspace (organization). Requires an app context — run from a linked project directory, or pass the global--app-id <id> flag.
Syntax
Arguments & Options
Non-Interactive Mode
A targetworkspace-id is required — without it, the command fails with:
Examples
What It Does
- Resolves the app from the linked project or
--app-id - If no
workspace-idargument is given and running interactively, prompts you to pick a destination workspace (every workspace you belong to except the app’s current one) - Prompts for confirmation unless
-y/--yesis passed - Calls the server to move the app; the server authorizes the move and returns a clear error if you’re not allowed (e.g. “Only workspace admins and owners can move apps out of this workspace”) rather than the CLI validating client-side
Output
With--json, stdout is the move result: success, message, appId, newWorkspaceId.