์ฝ˜ํ…์ธ ๋กœ ๊ฑด๋„ˆ๋›ฐ๊ธฐ

๐Ÿ”น organisation

์ด ์ฝ˜ํ…์ธ ๋Š” ์•„์ง ๊ท€ํ•˜์˜ ์–ธ์–ด๋กœ ์ œ๊ณต๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค.

๐Ÿข Manage your organizations in Capgo Cloud for team collaboration and app management.

๐Ÿ“‹ List

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,stringAPI key to link to your account
โ€”supa-hoststringSupabase host URL for custom setups
โ€”supa-anonstringSupabase anon token for custom setups

โž• Add

Alias: a

Terminal window
npx @capgo/cli@latest organisation add

โž• Create a new organization 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,stringOrganization name
-e,stringManagement email for the organization
-a,stringAPI key to link to your account
โ€”supa-hoststringSupabase host URL for custom setups
โ€”supa-anonstringSupabase anon token for custom setups

โš™๏ธ Set

Alias: s

Terminal window
npx @capgo/cli@latest organisation set

โš™๏ธ Update organization settings such as name and management email.

Example:

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

Options:

ParamTypeDescription
-n,stringOrganization name
-e,stringManagement email for the organization
-a,stringAPI key to link to your account
โ€”supa-hoststringSupabase host URL for custom setups
โ€”supa-anonstringSupabase anon token for custom setups

๐Ÿ—‘๏ธ Delete

Alias: d

Terminal window
npx @capgo/cli@latest organisation delete

๐Ÿ—‘๏ธ Delete an organization from Capgo Cloud. This action cannot be undone. Only organization owners can delete organizations.

Example:

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

Options:

ParamTypeDescription
-a,stringAPI key to link to your account
โ€”supa-hoststringSupabase host URL for custom setups
โ€”supa-anonstringSupabase anon token for custom setups