๐น organisation
์ด ์ฝํ ์ธ ๋ ์์ง ๊ทํ์ ์ธ์ด๋ก ์ ๊ณต๋์ง ์์ต๋๋ค.
๐ข Manage your organizations in Capgo Cloud for team collaboration and app management.
๐ 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 list
Options:
Param | Type | Description |
---|---|---|
-a, | string | API key to link to your account |
โsupa-host | string | Supabase host URL for custom setups |
โsupa-anon | string | Supabase anon token for custom setups |
โ Add
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.com
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 | Supabase host URL for custom setups |
โsupa-anon | string | Supabase anon token for custom setups |
โ๏ธ 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 | Supabase host URL for custom setups |
โsupa-anon | string | Supabase anon token for custom setups |
๐๏ธ 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_ID
Options:
Param | Type | Description |
---|---|---|
-a, | string | API key to link to your account |
โsupa-host | string | Supabase host URL for custom setups |
โsupa-anon | string | Supabase anon token for custom setups |