Passer au contenu

🔹 organisation

🏢 Manage your organizations in Capgo Cloud for team collaboration and Application management.

Alias: l

Terminal window
npx @capgo/cli@latest organisation list

📋 List all organizations you have access to in Capgo Cloud.

Example:

Terminal window
npx @capgo/cli@latest organisation list

Options:

ParamTypeDescription
-a,stringClé API to link to your Compte
—supa-hoststringCustom Supabase host URL (for self-hosting or Capgo Développement)
—supa-anonstringCustom Supabase anon key (for self-hosting)

Alias: a

Terminal window
npx @capgo/cli@latest organisation add

➕ Créer a Nouveau Organisation in Capgo Cloud for team collaboration.

Example:

Terminal window
npx @capgo/cli@latest organisation add --name "My Company" --email admin@mycompany.com

Options:

ParamTypeDescription
-n,stringOrganisation name
-e,stringManagement email for the Organisation
-a,stringClé API to link to your Compte
—supa-hoststringCustom Supabase host URL (for self-hosting or Capgo Développement)
—supa-anonstringCustom Supabase anon key (for self-hosting)

Alias: s

Terminal window
npx @capgo/cli@latest organisation set

⚙️ Mise à jour Organisation Paramètres such as name and management email.

Example:

Terminal window
npx @capgo/cli@latest organisation set ORG_ID --name "Updated Company Name"

Options:

ParamTypeDescription
-n,stringOrganisation name
-e,stringManagement email for the Organisation
-a,stringClé API to link to your Compte
—supa-hoststringCustom Supabase host URL (for self-hosting or Capgo Développement)
—supa-anonstringCustom Supabase anon key (for self-hosting)

Alias: d

Terminal window
npx @capgo/cli@latest organisation delete

🗑️ Supprimer an Organisation from Capgo Cloud. This action cannot be undone. Only Organisation owners can Supprimer organizations.

Example:

Terminal window
npx @capgo/cli@latest organisation delete ORG_ID

Options:

ParamTypeDescription
-a,stringClé API to link to your Compte
—supa-hoststringCustom Supabase host URL (for self-hosting or Capgo Développement)
—supa-anonstringCustom Supabase anon key (for self-hosting)