🔹 organisation
🏢 Kelola organisasi Anda di Capgo Cloud untuk kolaborasi tim dan manajemen aplikasi.
📋 List
Section titled “ 📋 List”Alias: l
npx @capgo/cli@latest organisation list📋 Tampilkan semua organisasi yang Anda miliki akses di Capgo Cloud.
Contoh:
npx @capgo/cli@latest organisation listOpsi:
| Param | Type | Deskripsi |
|---|---|---|
| -a, | string | API key untuk link ke akun Anda |
| —supa-host | string | URL host Supabase kustom (untuk self-hosting atau development Capgo) |
| —supa-anon | string | Anon key Supabase kustom (untuk self-hosting) |
Alias: a
npx @capgo/cli@latest organisation add➕ Buat organisasi baru di Capgo Cloud untuk kolaborasi tim.
Contoh:
npx @capgo/cli@latest organisation add --name "My Company" --email admin@mycompany.comOpsi:
| Param | Type | Deskripsi |
|---|---|---|
| -n, | string | Nama organisasi |
| -e, | string | Email manajemen untuk organisasi |
| -a, | string | API key untuk link ke akun Anda |
| —supa-host | string | URL host Supabase kustom (untuk self-hosting atau development Capgo) |
| —supa-anon | string | Anon key Supabase kustom (untuk self-hosting) |
⚙️ Set
Section titled “ ⚙️ Set”Alias: s
npx @capgo/cli@latest organisation set⚙️ Update pengaturan organisasi seperti nama dan email manajemen.
Contoh:
npx @capgo/cli@latest organisation set ORG_ID --name "Updated Company Name"Opsi:
| Param | Type | Deskripsi |
|---|---|---|
| -n, | string | Nama organisasi |
| -e, | string | Email manajemen untuk organisasi |
| -a, | string | API key untuk link ke akun Anda |
| —supa-host | string | URL host Supabase kustom (untuk self-hosting atau development Capgo) |
| —supa-anon | string | Anon key Supabase kustom (untuk self-hosting) |
🗑️ Delete
Section titled “ 🗑️ Delete”Alias: d
npx @capgo/cli@latest organisation delete🗑️ Hapus organisasi dari Capgo Cloud. Tindakan ini tidak dapat dibatalkan. Hanya pemilik organisasi yang dapat menghapus organisasi.
Contoh:
npx @capgo/cli@latest organisation delete ORG_IDOpsi:
| Param | Type | Deskripsi |
|---|---|---|
| -a, | string | API key untuk link ke akun Anda |
| —supa-host | string | URL host Supabase kustom (untuk self-hosting atau development Capgo) |
| —supa-anon | string | Anon key Supabase kustom (untuk self-hosting) |