@capgo/cli 5.0.0-alpha.3 → 5.0.0-alpha.7
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/CHANGELOG.md +139 -5
- package/README.md +4 -0
- package/bun.lockb +0 -0
- package/dist/index.js +31453 -807
- package/package.json +2 -1
- package/src/api/channels.ts +2 -4
- package/src/api/versions.ts +14 -11
- package/src/app/add.ts +43 -6
- package/src/app/debug.ts +9 -3
- package/src/app/delete.ts +44 -6
- package/src/app/list.ts +4 -0
- package/src/app/set.ts +4 -4
- package/src/bundle/cleanup.ts +5 -6
- package/src/bundle/compatibility.ts +3 -3
- package/src/bundle/delete.ts +3 -3
- package/src/bundle/list.ts +3 -3
- package/src/bundle/unlink.ts +13 -7
- package/src/bundle/upload.ts +105 -23
- package/src/bundle/zip.ts +11 -9
- package/src/channel/add.ts +4 -4
- package/src/channel/currentBundle.ts +4 -5
- package/src/channel/delete.ts +3 -3
- package/src/channel/list.ts +3 -3
- package/src/channel/set.ts +7 -4
- package/src/index.ts +12 -7
- package/src/types/supabase.types.ts +589 -183
- package/src/utils.ts +36 -17
package/CHANGELOG.md
CHANGED
|
@@ -2,23 +2,157 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
-
## [5.0.0-alpha.
|
|
5
|
+
## [5.0.0-alpha.7](https://github.com/Cap-go/CLI/compare/v4.3.5...v5.0.0-alpha.7) (2024-04-21)
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* add more retry ([a3e4c8e](https://github.com/Cap-go/CLI/commit/a3e4c8e3de66a9dca05fd48a4c480c6b54328c1b))
|
|
11
|
+
|
|
12
|
+
## [5.0.0-alpha.6](https://github.com/Cap-go/CLI/compare/v5.0.0-alpha.5...v5.0.0-alpha.6) (2024-04-10)
|
|
8
13
|
|
|
9
14
|
|
|
10
15
|
### Bug Fixes
|
|
11
16
|
|
|
12
|
-
*
|
|
17
|
+
* add check for private key ([aa5c949](https://github.com/Cap-go/CLI/commit/aa5c94905fd4888aafa60d3cf2fc1dc9a6d5c7a7))
|
|
18
|
+
|
|
19
|
+
## [5.0.0-alpha.5](https://github.com/Cap-go/CLI/compare/v4.3.0...v5.0.0-alpha.5) (2024-04-10)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Bug Fixes
|
|
23
|
+
|
|
24
|
+
* typo text ([08574a4](https://github.com/Cap-go/CLI/commit/08574a429f99bd61212b488290d25455521a0035))
|
|
25
|
+
|
|
26
|
+
## [5.0.0-alpha.4](https://github.com/Cap-go/CLI/compare/v4.2.5...v5.0.0-alpha.4) (2024-03-22)
|
|
27
|
+
|
|
28
|
+
## [5.0.0-alpha.3](https://github.com/Cap-go/CLI/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2024-03-22)
|
|
29
|
+
|
|
30
|
+
## [5.0.0-alpha.2](https://github.com/Cap-go/CLI/compare/v4.2.4...v5.0.0-alpha.2) (2024-03-22)
|
|
13
31
|
|
|
14
32
|
## [5.0.0-alpha.1](https://github.com/Cap-go/CLI/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2024-03-22)
|
|
15
33
|
|
|
16
|
-
|
|
34
|
+
## [5.0.0-alpha.0](https://github.com/Cap-go/CLI/compare/v4.2.3...v5.0.0-alpha.0) (2024-03-22)
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
### ⚠ BREAKING CHANGES
|
|
38
|
+
|
|
39
|
+
* Merge branch 'jawa-the-hutt/main' into development
|
|
40
|
+
* use new end to end
|
|
41
|
+
|
|
42
|
+
### Features
|
|
43
|
+
|
|
44
|
+
* Merge branch 'jawa-the-hutt/main' into development ([b3fa8f5](https://github.com/Cap-go/CLI/commit/b3fa8f5d7af8a04e94527e8444aa1fa1ecb4ec12))
|
|
45
|
+
* use new end to end ([37b9475](https://github.com/Cap-go/CLI/commit/37b9475ce62b557d39c4046f7dee3d196943db4c))
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
### Bug Fixes
|
|
49
|
+
|
|
50
|
+
* add better warning for old system ([df89bfc](https://github.com/Cap-go/CLI/commit/df89bfc561515618272d304de20098024a23c3ce))
|
|
51
|
+
|
|
52
|
+
### [4.2.2-alpha.0](https://github.com/Cap-go/CLI/compare/v4.2.1...v4.2.2-alpha.0) (2024-03-08)
|
|
53
|
+
|
|
54
|
+
### [3.14.56-alpha.0](https://github.com/Cap-go/CLI/compare/v3.14.55...v3.14.56-alpha.0) (2023-12-29)
|
|
55
|
+
|
|
56
|
+
## [5.0.0-alpha.6](https://github.com/Cap-go/CLI/compare/v5.0.0-alpha.5...v5.0.0-alpha.6) (2024-04-10)
|
|
57
|
+
|
|
58
|
+
### [4.3.5](https://github.com/Cap-go/CLI/compare/v4.3.4...v4.3.5) (2024-04-18)
|
|
59
|
+
|
|
60
|
+
### [4.3.4](https://github.com/Cap-go/CLI/compare/v4.3.3...v4.3.4) (2024-04-17)
|
|
61
|
+
|
|
62
|
+
### [4.3.3](https://github.com/Cap-go/CLI/compare/v4.3.2...v4.3.3) (2024-04-16)
|
|
63
|
+
|
|
64
|
+
### [4.3.2](https://github.com/Cap-go/CLI/compare/v4.3.1...v4.3.2) (2024-04-14)
|
|
65
|
+
|
|
66
|
+
### [4.3.1](https://github.com/Cap-go/CLI/compare/v4.3.0...v4.3.1) (2024-04-14)
|
|
67
|
+
|
|
68
|
+
## [4.3.0](https://github.com/Cap-go/CLI/compare/v4.2.12...v4.3.0) (2024-03-31)
|
|
69
|
+
|
|
70
|
+
### Features
|
|
71
|
+
|
|
72
|
+
- add S3 upload support
|
|
73
|
+
([f0353f5](https://github.com/Cap-go/CLI/commit/f0353f583a265a6d4f3621639384b1b43f60f53e))
|
|
74
|
+
|
|
75
|
+
### [4.2.12](https://github.com/Cap-go/CLI/compare/v4.2.11...v4.2.12) (2024-03-29)
|
|
76
|
+
|
|
77
|
+
### Bug Fixes
|
|
78
|
+
|
|
79
|
+
- types issue
|
|
80
|
+
([ad9afa1](https://github.com/Cap-go/CLI/commit/ad9afa184f35863ba0d9f942bed133ee68e9661a))
|
|
17
81
|
|
|
82
|
+
### [4.2.11](https://github.com/Cap-go/CLI/compare/v4.2.10...v4.2.11) (2024-03-25)
|
|
83
|
+
|
|
84
|
+
### [4.2.10](https://github.com/Cap-go/CLI/compare/v4.2.9...v4.2.10) (2024-03-25)
|
|
85
|
+
|
|
86
|
+
### [4.2.9](https://github.com/Cap-go/CLI/compare/v4.2.8...v4.2.9) (2024-03-23)
|
|
87
|
+
|
|
88
|
+
### Bug Fixes
|
|
89
|
+
|
|
90
|
+
- empty list issue
|
|
91
|
+
([dac8617](https://github.com/Cap-go/CLI/commit/dac86177c55c71bd3ad3bbbca7833ba30d461c33))
|
|
92
|
+
|
|
93
|
+
### [4.2.8](https://github.com/Cap-go/CLI/compare/v4.2.7...v4.2.8) (2024-03-23)
|
|
94
|
+
|
|
95
|
+
### [4.2.7](https://github.com/Cap-go/CLI/compare/v4.2.6...v4.2.7) (2024-03-23)
|
|
96
|
+
|
|
97
|
+
### Bug Fixes
|
|
98
|
+
|
|
99
|
+
- lint issue
|
|
100
|
+
([a836b3c](https://github.com/Cap-go/CLI/commit/a836b3cf59a6396f2200a3a5383d5dd10e19ad07))
|
|
101
|
+
|
|
102
|
+
### [4.2.6](https://github.com/Cap-go/CLI/compare/v4.2.5...v4.2.6) (2024-03-23)
|
|
18
103
|
|
|
19
104
|
### Bug Fixes
|
|
20
105
|
|
|
21
|
-
|
|
106
|
+
- lint
|
|
107
|
+
([92b0e46](https://github.com/Cap-go/CLI/commit/92b0e462b7cc3d2c77b585d6596aba746df16b71))
|
|
108
|
+
- upload
|
|
109
|
+
([394b2ce](https://github.com/Cap-go/CLI/commit/394b2ceb1947de2e86870f1f3d57e9efe646b40a))
|
|
110
|
+
|
|
111
|
+
### [4.2.5](https://github.com/Cap-go/CLI/compare/v4.2.4...v4.2.5) (2024-03-22)
|
|
112
|
+
|
|
113
|
+
### Bug Fixes
|
|
114
|
+
|
|
115
|
+
- zip json output
|
|
116
|
+
([4028f9b](https://github.com/Cap-go/CLI/commit/4028f9b79b3c53a7967a137784918f4ac614d011))
|
|
117
|
+
|
|
118
|
+
### [4.2.4](https://github.com/Cap-go/CLI/compare/v4.2.3...v4.2.4) (2024-03-22)
|
|
119
|
+
|
|
120
|
+
### Bug Fixes
|
|
121
|
+
|
|
122
|
+
- add check for private key
|
|
123
|
+
([aa5c949](https://github.com/Cap-go/CLI/commit/aa5c94905fd4888aafa60d3cf2fc1dc9a6d5c7a7))
|
|
124
|
+
|
|
125
|
+
## [5.0.0-alpha.5](https://github.com/Cap-go/CLI/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2024-04-10)
|
|
126
|
+
|
|
127
|
+
### Bug Fixes
|
|
128
|
+
|
|
129
|
+
- typo text
|
|
130
|
+
([08574a4](https://github.com/Cap-go/CLI/commit/08574a429f99bd61212b488290d25455521a0035))
|
|
131
|
+
|
|
132
|
+
## [5.0.0-alpha.4](https://github.com/Cap-go/CLI/compare/v5.0.0-alpha.3...v5.0.0-alpha.4) (2024-03-22)
|
|
133
|
+
|
|
134
|
+
### Bug Fixes
|
|
135
|
+
|
|
136
|
+
- zip json output
|
|
137
|
+
([4028f9b](https://github.com/Cap-go/CLI/commit/4028f9b79b3c53a7967a137784918f4ac614d011))
|
|
138
|
+
|
|
139
|
+
### [4.2.4](https://github.com/Cap-go/CLI/compare/v5.0.0-alpha.1...v4.2.4) (2024-03-22)
|
|
140
|
+
|
|
141
|
+
## [5.0.0-alpha.3](https://github.com/Cap-go/CLI/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2024-03-22)
|
|
142
|
+
|
|
143
|
+
## [5.0.0-alpha.2](https://github.com/Cap-go/CLI/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2024-03-22)
|
|
144
|
+
|
|
145
|
+
### Bug Fixes
|
|
146
|
+
|
|
147
|
+
- make no-key works
|
|
148
|
+
([11eed1a](https://github.com/Cap-go/CLI/commit/11eed1a515d44800ef369303dd14c5218b2164ca))
|
|
149
|
+
|
|
150
|
+
### [4.2.3](https://github.com/Cap-go/CLI/compare/v4.2.2...v4.2.3) (2024-03-12)
|
|
151
|
+
|
|
152
|
+
### Bug Fixes
|
|
153
|
+
|
|
154
|
+
- issue check plan
|
|
155
|
+
([ed64d10](https://github.com/Cap-go/CLI/commit/ed64d107612cfc58548dca80bf1915e90b98ec33))
|
|
22
156
|
|
|
23
157
|
### [4.2.2](https://github.com/Cap-go/CLI/compare/v4.2.2-alpha.0...v4.2.2) (2024-03-11)
|
|
24
158
|
|
package/README.md
CHANGED
|
@@ -133,6 +133,10 @@ Optionally, you can give:
|
|
|
133
133
|
* `--no-key` to ignore the signing key and send clear update.
|
|
134
134
|
* `--bundle [1.0.0]` to set the bundle version number of the file to upload.
|
|
135
135
|
* `--iv-session-key [key]` to send a custom session key to the cloud.
|
|
136
|
+
* `--s3-apikey [key]` API key to upload to an AWS S3 account directly.
|
|
137
|
+
* `--s3-apisecret [secretkey]` API secret necessary for uploading to S3.
|
|
138
|
+
* `--s3-region [region]` to set the region of the AWS S3 account of the two previous API keys.
|
|
139
|
+
* `--s3-bucket-name [bucketName]` to set the name of the AWS S3 bucket to which upload.
|
|
136
140
|
* `--bundle-url` prints bundle url into stdout. Useful when [parsing bundle url from shell](https://github.com/Cap-go/CLI/pull/132).
|
|
137
141
|
* `--no-code-check` to ignore the code check and send the bundle anyway.
|
|
138
142
|
|
package/bun.lockb
CHANGED
|
Binary file
|