Skip to content

🔹 organisation

[DEPRECATED] Use “organization” instead. This command will be removed in a future version.

Alias: l

Terminal window
npx @capgo/cli@latest organisation list

[DEPRECATED] Use “organization list” instead.

Options:

ParamTypeDescription
-a,stringAPI key to link to your account
—supa-hoststringCustom Supabase host URL (for self-hosting or Capgo development)
—supa-anonstringCustom Supabase anon key (for self-hosting)

Alias: a

Terminal window
npx @capgo/cli@latest organisation add

[DEPRECATED] Use “organization add” instead.

Options:

ParamTypeDescription
-n,stringOrganization name
-e,stringManagement email for the organization
-a,stringAPI key to link to your account
—supa-hoststringCustom Supabase host URL (for self-hosting or Capgo development)
—supa-anonstringCustom Supabase anon key (for self-hosting)

Alias: s

Terminal window
npx @capgo/cli@latest organisation set

[DEPRECATED] Use “organization set” instead.

Options:

ParamTypeDescription
-n,stringOrganization name
-e,stringManagement email for the organization
—enforce-2fabooleanEnable 2FA enforcement for all organization members
—no-enforce-2fabooleanDisable 2FA enforcement for organization
—password-policybooleanEnable password policy enforcement for organization
—no-password-policybooleanDisable password policy enforcement
—min-lengthstringMinimum password length (6-128, default: 10)
—require-uppercasebooleanRequire uppercase letter in password
—no-require-uppercasebooleanDo not require uppercase letter
—require-numberbooleanRequire number in password
—no-require-numberbooleanDo not require number
—require-specialbooleanRequire special character in password
—no-require-specialbooleanDo not require special character
—require-apikey-expirationbooleanRequire all API keys to have an expiration date
—no-require-apikey-expirationbooleanDo not require API key expiration
—max-apikey-expiration-daysstringMaximum days before API key expiration (1-365, null for no limit)
—enforce-hashed-api-keysbooleanEnforce hashed/secure API keys (key value stored as hash, shown only once)
—no-enforce-hashed-api-keysbooleanAllow plain-text API keys
-a,stringAPI key to link to your account
—supa-hoststringCustom Supabase host URL (for self-hosting or Capgo development)
—supa-anonstringCustom Supabase anon key (for self-hosting)

Alias: d

Terminal window
npx @capgo/cli@latest organisation delete

[DEPRECATED] Use “organization delete” instead.

Options:

ParamTypeDescription
-a,stringAPI key to link to your account
—supa-hoststringCustom Supabase host URL (for self-hosting or Capgo development)
—supa-anonstringCustom Supabase anon key (for self-hosting)

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.