@capgo/cli 7.62.2 → 7.63.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -99
- package/dist/index.js +210 -210
- package/dist/package.json +1 -1
- package/dist/src/{organization → organisation}/add.d.ts.map +1 -1
- package/dist/src/{organization → organisation}/delete.d.ts.map +1 -1
- package/dist/src/{organization → organisation}/index.d.ts.map +1 -1
- package/dist/src/{organization → organisation}/list.d.ts.map +1 -1
- package/dist/src/{organization → organisation}/set.d.ts.map +1 -1
- package/dist/src/sdk.js +1 -1
- package/package.json +1 -1
- /package/dist/src/{organization → organisation}/add.d.ts +0 -0
- /package/dist/src/{organization → organisation}/delete.d.ts +0 -0
- /package/dist/src/{organization → organisation}/index.d.ts +0 -0
- /package/dist/src/{organization → organisation}/list.d.ts +0 -0
- /package/dist/src/{organization → organisation}/set.d.ts +0 -0
package/README.md
CHANGED
|
@@ -54,11 +54,6 @@ Follow the documentation here: https://capacitorjs.com/docs/getting-started/
|
|
|
54
54
|
- [Delete_old](#key-delete_old)
|
|
55
55
|
- 👤 [Account](#account)
|
|
56
56
|
- [Id](#account-id)
|
|
57
|
-
- 🔹 [Organization](#organization)
|
|
58
|
-
- [List](#organization-list)
|
|
59
|
-
- [Add](#organization-add)
|
|
60
|
-
- [Set](#organization-set)
|
|
61
|
-
- [Delete](#organization-delete)
|
|
62
57
|
- 🔹 [Organisation](#organisation)
|
|
63
58
|
- [List](#organisation-list)
|
|
64
59
|
- [Add](#organisation-add)
|
|
@@ -793,16 +788,16 @@ npx @capgo/cli@latest account id
|
|
|
793
788
|
| **-a,** | <code>string</code> | API key to link to your account |
|
|
794
789
|
|
|
795
790
|
|
|
796
|
-
## <a id="
|
|
791
|
+
## <a id="organisation"></a> 🔹 **Organisation**
|
|
797
792
|
|
|
798
793
|
🏢 Manage your organizations in Capgo Cloud for team collaboration and app management.
|
|
799
794
|
|
|
800
|
-
### <a id="
|
|
795
|
+
### <a id="organisation-list"></a> 📋 **List**
|
|
801
796
|
|
|
802
797
|
**Alias:** `l`
|
|
803
798
|
|
|
804
799
|
```bash
|
|
805
|
-
npx @capgo/cli@latest
|
|
800
|
+
npx @capgo/cli@latest organisation list
|
|
806
801
|
```
|
|
807
802
|
|
|
808
803
|
📋 List all organizations you have access to in Capgo Cloud.
|
|
@@ -810,7 +805,7 @@ npx @capgo/cli@latest organization list
|
|
|
810
805
|
**Example:**
|
|
811
806
|
|
|
812
807
|
```bash
|
|
813
|
-
npx @capgo/cli@latest
|
|
808
|
+
npx @capgo/cli@latest organisation list
|
|
814
809
|
```
|
|
815
810
|
|
|
816
811
|
**Options:**
|
|
@@ -821,12 +816,12 @@ npx @capgo/cli@latest organization list
|
|
|
821
816
|
| **--supa-host** | <code>string</code> | Custom Supabase host URL (for self-hosting or Capgo development) |
|
|
822
817
|
| **--supa-anon** | <code>string</code> | Custom Supabase anon key (for self-hosting) |
|
|
823
818
|
|
|
824
|
-
### <a id="
|
|
819
|
+
### <a id="organisation-add"></a> ➕ **Add**
|
|
825
820
|
|
|
826
821
|
**Alias:** `a`
|
|
827
822
|
|
|
828
823
|
```bash
|
|
829
|
-
npx @capgo/cli@latest
|
|
824
|
+
npx @capgo/cli@latest organisation add
|
|
830
825
|
```
|
|
831
826
|
|
|
832
827
|
➕ Create a new organization in Capgo Cloud for team collaboration.
|
|
@@ -834,7 +829,7 @@ npx @capgo/cli@latest organization add
|
|
|
834
829
|
**Example:**
|
|
835
830
|
|
|
836
831
|
```bash
|
|
837
|
-
npx @capgo/cli@latest
|
|
832
|
+
npx @capgo/cli@latest organisation add --name "My Company" --email admin@mycompany.com
|
|
838
833
|
```
|
|
839
834
|
|
|
840
835
|
**Options:**
|
|
@@ -847,12 +842,12 @@ npx @capgo/cli@latest organization add --name "My Company" --email admin@mycompa
|
|
|
847
842
|
| **--supa-host** | <code>string</code> | Custom Supabase host URL (for self-hosting or Capgo development) |
|
|
848
843
|
| **--supa-anon** | <code>string</code> | Custom Supabase anon key (for self-hosting) |
|
|
849
844
|
|
|
850
|
-
### <a id="
|
|
845
|
+
### <a id="organisation-set"></a> ⚙️ **Set**
|
|
851
846
|
|
|
852
847
|
**Alias:** `s`
|
|
853
848
|
|
|
854
849
|
```bash
|
|
855
|
-
npx @capgo/cli@latest
|
|
850
|
+
npx @capgo/cli@latest organisation set
|
|
856
851
|
```
|
|
857
852
|
|
|
858
853
|
⚙️ Update organization settings such as name and management email.
|
|
@@ -860,7 +855,7 @@ npx @capgo/cli@latest organization set
|
|
|
860
855
|
**Example:**
|
|
861
856
|
|
|
862
857
|
```bash
|
|
863
|
-
npx @capgo/cli@latest
|
|
858
|
+
npx @capgo/cli@latest organisation set ORG_ID --name "Updated Company Name"
|
|
864
859
|
```
|
|
865
860
|
|
|
866
861
|
**Options:**
|
|
@@ -873,12 +868,12 @@ npx @capgo/cli@latest organization set ORG_ID --name "Updated Company Name"
|
|
|
873
868
|
| **--supa-host** | <code>string</code> | Custom Supabase host URL (for self-hosting or Capgo development) |
|
|
874
869
|
| **--supa-anon** | <code>string</code> | Custom Supabase anon key (for self-hosting) |
|
|
875
870
|
|
|
876
|
-
### <a id="
|
|
871
|
+
### <a id="organisation-delete"></a> 🗑️ **Delete**
|
|
877
872
|
|
|
878
873
|
**Alias:** `d`
|
|
879
874
|
|
|
880
875
|
```bash
|
|
881
|
-
npx @capgo/cli@latest
|
|
876
|
+
npx @capgo/cli@latest organisation delete
|
|
882
877
|
```
|
|
883
878
|
|
|
884
879
|
🗑️ Delete an organization from Capgo Cloud. This action cannot be undone.
|
|
@@ -887,90 +882,9 @@ Only organization owners can delete organizations.
|
|
|
887
882
|
**Example:**
|
|
888
883
|
|
|
889
884
|
```bash
|
|
890
|
-
npx @capgo/cli@latest
|
|
891
|
-
```
|
|
892
|
-
|
|
893
|
-
**Options:**
|
|
894
|
-
|
|
895
|
-
| Param | Type | Description |
|
|
896
|
-
| -------------- | ------------- | -------------------- |
|
|
897
|
-
| **-a,** | <code>string</code> | API key to link to your account |
|
|
898
|
-
| **--supa-host** | <code>string</code> | Custom Supabase host URL (for self-hosting or Capgo development) |
|
|
899
|
-
| **--supa-anon** | <code>string</code> | Custom Supabase anon key (for self-hosting) |
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
## <a id="organisation"></a> 🔹 **Organisation**
|
|
903
|
-
|
|
904
|
-
[DEPRECATED] Use "organization" instead. This command will be removed in a future version.
|
|
905
|
-
|
|
906
|
-
### <a id="organisation-list"></a> 📋 **List**
|
|
907
|
-
|
|
908
|
-
**Alias:** `l`
|
|
909
|
-
|
|
910
|
-
```bash
|
|
911
|
-
npx @capgo/cli@latest organisation list
|
|
912
|
-
```
|
|
913
|
-
|
|
914
|
-
[DEPRECATED] Use "organization list" instead.
|
|
915
|
-
|
|
916
|
-
**Options:**
|
|
917
|
-
|
|
918
|
-
| Param | Type | Description |
|
|
919
|
-
| -------------- | ------------- | -------------------- |
|
|
920
|
-
| **-a,** | <code>string</code> | API key to link to your account |
|
|
921
|
-
| **--supa-host** | <code>string</code> | Custom Supabase host URL (for self-hosting or Capgo development) |
|
|
922
|
-
| **--supa-anon** | <code>string</code> | Custom Supabase anon key (for self-hosting) |
|
|
923
|
-
|
|
924
|
-
### <a id="organisation-add"></a> ➕ **Add**
|
|
925
|
-
|
|
926
|
-
**Alias:** `a`
|
|
927
|
-
|
|
928
|
-
```bash
|
|
929
|
-
npx @capgo/cli@latest organisation add
|
|
885
|
+
npx @capgo/cli@latest organisation delete ORG_ID
|
|
930
886
|
```
|
|
931
887
|
|
|
932
|
-
[DEPRECATED] Use "organization add" instead.
|
|
933
|
-
|
|
934
|
-
**Options:**
|
|
935
|
-
|
|
936
|
-
| Param | Type | Description |
|
|
937
|
-
| -------------- | ------------- | -------------------- |
|
|
938
|
-
| **-n,** | <code>string</code> | Organization name |
|
|
939
|
-
| **-e,** | <code>string</code> | Management email for the organization |
|
|
940
|
-
| **-a,** | <code>string</code> | API key to link to your account |
|
|
941
|
-
| **--supa-host** | <code>string</code> | Custom Supabase host URL (for self-hosting or Capgo development) |
|
|
942
|
-
| **--supa-anon** | <code>string</code> | Custom Supabase anon key (for self-hosting) |
|
|
943
|
-
|
|
944
|
-
### <a id="organisation-set"></a> ⚙️ **Set**
|
|
945
|
-
|
|
946
|
-
**Alias:** `s`
|
|
947
|
-
|
|
948
|
-
```bash
|
|
949
|
-
npx @capgo/cli@latest organisation set
|
|
950
|
-
```
|
|
951
|
-
|
|
952
|
-
[DEPRECATED] Use "organization set" instead.
|
|
953
|
-
|
|
954
|
-
**Options:**
|
|
955
|
-
|
|
956
|
-
| Param | Type | Description |
|
|
957
|
-
| -------------- | ------------- | -------------------- |
|
|
958
|
-
| **-n,** | <code>string</code> | Organization name |
|
|
959
|
-
| **-e,** | <code>string</code> | Management email for the organization |
|
|
960
|
-
| **-a,** | <code>string</code> | API key to link to your account |
|
|
961
|
-
| **--supa-host** | <code>string</code> | Custom Supabase host URL (for self-hosting or Capgo development) |
|
|
962
|
-
| **--supa-anon** | <code>string</code> | Custom Supabase anon key (for self-hosting) |
|
|
963
|
-
|
|
964
|
-
### <a id="organisation-delete"></a> 🗑️ **Delete**
|
|
965
|
-
|
|
966
|
-
**Alias:** `d`
|
|
967
|
-
|
|
968
|
-
```bash
|
|
969
|
-
npx @capgo/cli@latest organisation delete
|
|
970
|
-
```
|
|
971
|
-
|
|
972
|
-
[DEPRECATED] Use "organization delete" instead.
|
|
973
|
-
|
|
974
888
|
**Options:**
|
|
975
889
|
|
|
976
890
|
| Param | Type | Description |
|