🔹 organisation
Copy a setup prompt with the install steps and the full markdown guide for this plugin.
[DEPRECATED] Use “organization” instead. This command will be removed in a future version.
📋 List
Section titled “ 📋 List”Alias: l
npx @capgo/cli@latest organisation list[DEPRECATED] Use “organization list” instead.
Options:
| 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[DEPRECATED] Use “organization add” instead.
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) |
⚙️ Set
Section titled “ ⚙️ Set”Alias: s
npx @capgo/cli@latest organisation set[DEPRECATED] Use “organization set” instead.
Options:
| Param | Type | Description |
|---|---|---|
| -n, | string | Organization name |
| -e, | string | Management email for the organization |
| —enforce-2fa | boolean | Enable 2FA enforcement for all organization members |
| —no-enforce-2fa | boolean | Disable 2FA enforcement for organization |
| —password-policy | boolean | Enable password policy enforcement for organization |
| —no-password-policy | boolean | Disable password policy enforcement |
| —min-length | string | Minimum password length (6-128, default: 10) |
| —require-uppercase | boolean | Require uppercase letter in password |
| —no-require-uppercase | boolean | Do not require uppercase letter |
| —require-number | boolean | Require number in password |
| —no-require-number | boolean | Do not require number |
| —require-special | boolean | Require special character in password |
| —no-require-special | boolean | Do not require special character |
| —require-apikey-expiration | boolean | Require all API keys to have an expiration date |
| —no-require-apikey-expiration | boolean | Do not require API key expiration |
| —max-apikey-expiration-days | string | Maximum days before API key expiration (1-365, null for no limit) |
| —enforce-hashed-api-keys | boolean | Enforce hashed/secure API keys (key value stored as hash, shown only once) |
| —no-enforce-hashed-api-keys | boolean | Allow plain-text API keys |
| -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[DEPRECATED] Use “organization delete” instead.
Options:
| 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) |
Keep going from organisation
Section titled “Keep going from organisation”If you are using organisation to plan dashboard and API operations, connect it with API Overview for the implementation detail in API Overview, Introduction for the implementation detail in Introduction, API Keys for the implementation detail in API Keys, Devices for the implementation detail in Devices, and Bundles for the implementation detail in Bundles.