🔹 organisation
🏢 Manage your organizations in Capgo Cloud for team collaboration and Application 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 | Clé API to link to your Compte |
| —supa-host | string | Custom Supabase host URL (for self-hosting or Capgo Développement) |
| —supa-anon | string | Custom Supabase anon key (for self-hosting) |
➕ Ajouter
Section titled “ ➕ Ajouter”Alias: a
npx @capgo/cli@latest organisation add➕ Créer a Nouveau Organisation 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 | Organisation name |
| -e, | string | Management email for the Organisation |
| -a, | string | Clé API to link to your Compte |
| —supa-host | string | Custom Supabase host URL (for self-hosting or Capgo Développement) |
| —supa-anon | string | Custom Supabase anon key (for self-hosting) |
⚙️ Set
Section titled “ ⚙️ Set”Alias: s
npx @capgo/cli@latest organisation set⚙️ Mise à jour Organisation Paramètres 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 | Organisation name |
| -e, | string | Management email for the Organisation |
| -a, | string | Clé API to link to your Compte |
| —supa-host | string | Custom Supabase host URL (for self-hosting or Capgo Développement) |
| —supa-anon | string | Custom Supabase anon key (for self-hosting) |
🗑️ Supprimer
Section titled “ 🗑️ Supprimer”Alias: d
npx @capgo/cli@latest organisation delete🗑️ Supprimer an Organisation from Capgo Cloud. This action cannot be undone. Only Organisation owners can Supprimer organizations.
Example:
npx @capgo/cli@latest organisation delete ORG_IDOptions:
| Param | Type | Description |
|---|---|---|
| -a, | string | Clé API to link to your Compte |
| —supa-host | string | Custom Supabase host URL (for self-hosting or Capgo Développement) |
| —supa-anon | string | Custom Supabase anon key (for self-hosting) |