rebase workspace create

Create a workspace and save it as a local profile.

Synopsis

rebase workspace create [workspace]
rebase workspace create energy-team --workspace-name "Energy Team"

Behavior

rebase workspace create authenticates with the same Supabase login flow used by rebase setup, claims a Rebase handle if needed, and creates the requested workspace.

Workspace creation is quota-gated by the Rebase API. If the account is not enrolled for workspace creation or has reached its workspace creation limit, the command fails before asking GitHub source-backing questions.

After the workspace is created, the command saves it as the selected local profile. Connect GitHub source backing separately with rebase connect github.

Options

OptionDescription
[workspace]Workspace handle to create. If omitted, the command prompts for one.
--workspace-name <name>Workspace display name.
--profile <profile>Local profile name to save. Defaults to default.
--no-browserPrint auth URLs instead of opening the browser.

On this page