πΉ organisation
π’ Manage your organizations in Capgo Cloud for team collaboration and app management.
π List
Section titled β π ListβAlias: l
npx @capgo/cli@latest organisation listπ List all organizations you have access to in Capgo Cloud.
Example:
npx @capgo/cli@latest organisation listOptions:
| Param | Type | Description |
|---|---|---|
| -a, | string | API key to link to your account |
| βsupa-host | string | Custom Supabase host URL (for self-hosting or Capgo development) |
| βsupa-anon | string | Custom Supabase anon key (for self-hosting) |
Alias: a
npx @capgo/cli@latest organisation addβ Create a new organization in Capgo Cloud for team collaboration.
Example:
npx @capgo/cli@latest organisation add --name "My Company" --email admin@mycompany.comOptions:
| Param | Type | Description |
|---|---|---|
| -n, | string | Organization name |
| -e, | string | Management email for the organization |
| -a, | string | API key to link to your account |
| βsupa-host | string | Custom Supabase host URL (for self-hosting or Capgo development) |
| βsupa-anon | string | Custom Supabase anon key (for self-hosting) |
βοΈ Set
Section titled β βοΈ SetβAlias: s
npx @capgo/cli@latest organisation setβοΈ Update organization settings such as name and management email.
Example:
npx @capgo/cli@latest organisation set ORG_ID --name "Updated Company Name"Options:
| Param | Type | Description |
|---|---|---|
| -n, | string | Organization name |
| -e, | string | Management email for the organization |
| -a, | string | API key to link to your account |
| βsupa-host | string | Custom Supabase host URL (for self-hosting or Capgo development) |
| βsupa-anon | string | Custom Supabase anon key (for self-hosting) |
ποΈ Delete
Section titled β ποΈ DeleteβAlias: d
npx @capgo/cli@latest organisation deleteποΈ Delete an organization from Capgo Cloud. This action cannot be undone. Only organization owners can delete organizations.
Example:
npx @capgo/cli@latest organisation delete ORG_IDOptions:
| Param | Type | Description |
|---|---|---|
| -a, | string | API key to link to your account |
| βsupa-host | string | Custom Supabase host URL (for self-hosting or Capgo development) |
| βsupa-anon | string | Custom Supabase anon key (for self-hosting) |