shipthis 0.0.6 → 0.0.8
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 +34 -34
- package/dist/{App-Cp2dHD6n.js → App-SiSXLW2s.js} +1 -1
- package/dist/{AppleBundleIdDetails-ENjeKNOv.js → AppleBundleIdDetails-Nk85zNWP.js} +3 -3
- package/dist/{UserCredentialsTable-BMYMmTfG.js → UserCredentialsTable-CyNAsFc1.js} +2 -2
- package/dist/{baseAppleCommand-BLSOrhPf.js → baseAppleCommand-IhowpKpk.js} +1 -1
- package/dist/{baseGameCommand-DDj0395o.js → baseGameCommand-BeUNc6Wy.js} +1 -1
- package/dist/commands/apple/apiKey/create.js +4 -4
- package/dist/commands/apple/apiKey/export.js +3 -3
- package/dist/commands/apple/apiKey/import.js +3 -3
- package/dist/commands/apple/apiKey/status.js +4 -4
- package/dist/commands/apple/certificate/create.js +4 -4
- package/dist/commands/apple/certificate/export.js +3 -3
- package/dist/commands/apple/certificate/import.js +3 -3
- package/dist/commands/apple/certificate/status.js +4 -4
- package/dist/commands/apple/login.js +2 -2
- package/dist/commands/apple/status.js +3 -3
- package/dist/commands/dashboard.js +1 -1
- package/dist/commands/game/build/download.js +2 -2
- package/dist/commands/game/build/list.js +5 -5
- package/dist/commands/game/create.js +2 -2
- package/dist/commands/game/details.js +3 -3
- package/dist/commands/game/export.js +1 -1
- package/dist/commands/game/ios/app/addTester.js +4 -4
- package/dist/commands/game/ios/app/create.js +3 -3
- package/dist/commands/game/ios/app/status.js +5 -5
- package/dist/commands/game/ios/app/sync.js +3 -3
- package/dist/commands/game/ios/profile/create.js +4 -4
- package/dist/commands/game/ios/profile/export.js +3 -3
- package/dist/commands/game/ios/profile/import.js +3 -3
- package/dist/commands/game/ios/profile/status.js +3 -3
- package/dist/commands/game/ios/status.js +6 -6
- package/dist/commands/game/job/list.js +4 -4
- package/dist/commands/game/job/status.js +5 -5
- package/dist/commands/game/list.js +3 -3
- package/dist/commands/game/ship.js +2 -2
- package/dist/commands/game/status.js +3 -3
- package/dist/commands/game/wizard.js +1 -1
- package/dist/commands/login.js +2 -2
- package/dist/commands/status.js +2 -2
- package/dist/{export-B1yFtX2m.js → export-CQ_P94We.js} +1 -1
- package/dist/{import-CZoi54_C.js → import-BGHUTVNR.js} +1 -1
- package/dist/{index-DCqAd30u.js → index-CNME7EEo.js} +1 -1
- package/dist/{upload-S09gow_I.js → upload-D6ScllRL.js} +1 -1
- package/dist/{useAppleApp-DUGmY7Zx.js → useAppleApp-D0wyTA6C.js} +1 -1
- package/dist/{useAppleBundleId-2Lguhhia.js → useAppleBundleId-VKmaX7sP.js} +1 -1
- package/dist/{useBuilds-FnvpFuuU.js → useBuilds-e6LIXrOH.js} +3 -3
- package/dist/{useJob-CV3YKClU.js → useJob-D8xNld5t.js} +2 -2
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ $ npm install -g shipthis
|
|
|
21
21
|
$ shipthis COMMAND
|
|
22
22
|
running command...
|
|
23
23
|
$ shipthis (--version)
|
|
24
|
-
shipthis/0.0.
|
|
24
|
+
shipthis/0.0.8 linux-x64 node-v20.17.0
|
|
25
25
|
$ shipthis --help [COMMAND]
|
|
26
26
|
USAGE
|
|
27
27
|
$ shipthis COMMAND
|
|
@@ -87,7 +87,7 @@ EXAMPLES
|
|
|
87
87
|
$ shipthis apple apiKey create --force
|
|
88
88
|
```
|
|
89
89
|
|
|
90
|
-
_See code: [src/commands/apple/apiKey/create.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.
|
|
90
|
+
_See code: [src/commands/apple/apiKey/create.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.8/src/commands/apple/apiKey/create.ts)_
|
|
91
91
|
|
|
92
92
|
## `shipthis apple apiKey export FILE`
|
|
93
93
|
|
|
@@ -110,7 +110,7 @@ EXAMPLES
|
|
|
110
110
|
$ shipthis apple apiKey export userApiKey.zip
|
|
111
111
|
```
|
|
112
112
|
|
|
113
|
-
_See code: [src/commands/apple/apiKey/export.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.
|
|
113
|
+
_See code: [src/commands/apple/apiKey/export.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.8/src/commands/apple/apiKey/export.ts)_
|
|
114
114
|
|
|
115
115
|
## `shipthis apple apiKey import FILE`
|
|
116
116
|
|
|
@@ -133,7 +133,7 @@ EXAMPLES
|
|
|
133
133
|
$ shipthis apple apiKey import userApiKey.zip
|
|
134
134
|
```
|
|
135
135
|
|
|
136
|
-
_See code: [src/commands/apple/apiKey/import.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.
|
|
136
|
+
_See code: [src/commands/apple/apiKey/import.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.8/src/commands/apple/apiKey/import.ts)_
|
|
137
137
|
|
|
138
138
|
## `shipthis apple apiKey status`
|
|
139
139
|
|
|
@@ -156,7 +156,7 @@ EXAMPLES
|
|
|
156
156
|
$ shipthis apple apiKey status --noAppleAuth
|
|
157
157
|
```
|
|
158
158
|
|
|
159
|
-
_See code: [src/commands/apple/apiKey/status.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.
|
|
159
|
+
_See code: [src/commands/apple/apiKey/status.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.8/src/commands/apple/apiKey/status.ts)_
|
|
160
160
|
|
|
161
161
|
## `shipthis apple certificate create`
|
|
162
162
|
|
|
@@ -180,7 +180,7 @@ EXAMPLES
|
|
|
180
180
|
$ shipthis apple certificate create --force
|
|
181
181
|
```
|
|
182
182
|
|
|
183
|
-
_See code: [src/commands/apple/certificate/create.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.
|
|
183
|
+
_See code: [src/commands/apple/certificate/create.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.8/src/commands/apple/certificate/create.ts)_
|
|
184
184
|
|
|
185
185
|
## `shipthis apple certificate export FILE`
|
|
186
186
|
|
|
@@ -203,7 +203,7 @@ EXAMPLES
|
|
|
203
203
|
$ shipthis apple certificate export userCert.zip
|
|
204
204
|
```
|
|
205
205
|
|
|
206
|
-
_See code: [src/commands/apple/certificate/export.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.
|
|
206
|
+
_See code: [src/commands/apple/certificate/export.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.8/src/commands/apple/certificate/export.ts)_
|
|
207
207
|
|
|
208
208
|
## `shipthis apple certificate import FILE`
|
|
209
209
|
|
|
@@ -226,7 +226,7 @@ EXAMPLES
|
|
|
226
226
|
$ shipthis apple certificate import userCert.zip
|
|
227
227
|
```
|
|
228
228
|
|
|
229
|
-
_See code: [src/commands/apple/certificate/import.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.
|
|
229
|
+
_See code: [src/commands/apple/certificate/import.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.8/src/commands/apple/certificate/import.ts)_
|
|
230
230
|
|
|
231
231
|
## `shipthis apple certificate status`
|
|
232
232
|
|
|
@@ -249,7 +249,7 @@ EXAMPLES
|
|
|
249
249
|
$ shipthis apple certificate status --noAppleAuth
|
|
250
250
|
```
|
|
251
251
|
|
|
252
|
-
_See code: [src/commands/apple/certificate/status.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.
|
|
252
|
+
_See code: [src/commands/apple/certificate/status.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.8/src/commands/apple/certificate/status.ts)_
|
|
253
253
|
|
|
254
254
|
## `shipthis apple login`
|
|
255
255
|
|
|
@@ -273,7 +273,7 @@ EXAMPLES
|
|
|
273
273
|
$ shipthis apple login --force --appleEmail me@email.nowhere
|
|
274
274
|
```
|
|
275
275
|
|
|
276
|
-
_See code: [src/commands/apple/login.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.
|
|
276
|
+
_See code: [src/commands/apple/login.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.8/src/commands/apple/login.ts)_
|
|
277
277
|
|
|
278
278
|
## `shipthis apple status`
|
|
279
279
|
|
|
@@ -290,7 +290,7 @@ EXAMPLES
|
|
|
290
290
|
$ shipthis apple status
|
|
291
291
|
```
|
|
292
292
|
|
|
293
|
-
_See code: [src/commands/apple/status.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.
|
|
293
|
+
_See code: [src/commands/apple/status.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.8/src/commands/apple/status.ts)_
|
|
294
294
|
|
|
295
295
|
## `shipthis dashboard`
|
|
296
296
|
|
|
@@ -307,7 +307,7 @@ EXAMPLES
|
|
|
307
307
|
$ shipthis dashboard
|
|
308
308
|
```
|
|
309
309
|
|
|
310
|
-
_See code: [src/commands/dashboard.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.
|
|
310
|
+
_See code: [src/commands/dashboard.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.8/src/commands/dashboard.ts)_
|
|
311
311
|
|
|
312
312
|
## `shipthis game build download BUILD_ID FILE`
|
|
313
313
|
|
|
@@ -334,7 +334,7 @@ EXAMPLES
|
|
|
334
334
|
$ shipthis game build download --gameId 0c179fc4 e4b9a3d7 output.apk
|
|
335
335
|
```
|
|
336
336
|
|
|
337
|
-
_See code: [src/commands/game/build/download.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.
|
|
337
|
+
_See code: [src/commands/game/build/download.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.8/src/commands/game/build/download.ts)_
|
|
338
338
|
|
|
339
339
|
## `shipthis game build list`
|
|
340
340
|
|
|
@@ -364,7 +364,7 @@ EXAMPLES
|
|
|
364
364
|
$ shipthis game build list --gameId 0c179fc4 --pageSize 20 --pageNumber 1
|
|
365
365
|
```
|
|
366
366
|
|
|
367
|
-
_See code: [src/commands/game/build/list.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.
|
|
367
|
+
_See code: [src/commands/game/build/list.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.8/src/commands/game/build/list.ts)_
|
|
368
368
|
|
|
369
369
|
## `shipthis game create`
|
|
370
370
|
|
|
@@ -386,7 +386,7 @@ EXAMPLES
|
|
|
386
386
|
$ shipthis game create
|
|
387
387
|
```
|
|
388
388
|
|
|
389
|
-
_See code: [src/commands/game/create.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.
|
|
389
|
+
_See code: [src/commands/game/create.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.8/src/commands/game/create.ts)_
|
|
390
390
|
|
|
391
391
|
## `shipthis game details`
|
|
392
392
|
|
|
@@ -420,7 +420,7 @@ EXAMPLES
|
|
|
420
420
|
$ shipthis game details --gameEngine godot --gameEngineVersion 4.2 --force
|
|
421
421
|
```
|
|
422
422
|
|
|
423
|
-
_See code: [src/commands/game/details.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.
|
|
423
|
+
_See code: [src/commands/game/details.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.8/src/commands/game/details.ts)_
|
|
424
424
|
|
|
425
425
|
## `shipthis game export GAME_ID`
|
|
426
426
|
|
|
@@ -445,7 +445,7 @@ EXAMPLES
|
|
|
445
445
|
$ shipthis game export abcd1234 --force
|
|
446
446
|
```
|
|
447
447
|
|
|
448
|
-
_See code: [src/commands/game/export.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.
|
|
448
|
+
_See code: [src/commands/game/export.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.8/src/commands/game/export.ts)_
|
|
449
449
|
|
|
450
450
|
## `shipthis game ios app addTester`
|
|
451
451
|
|
|
@@ -468,7 +468,7 @@ EXAMPLES
|
|
|
468
468
|
$ shipthis game ios app addTester
|
|
469
469
|
```
|
|
470
470
|
|
|
471
|
-
_See code: [src/commands/game/ios/app/addTester.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.
|
|
471
|
+
_See code: [src/commands/game/ios/app/addTester.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.8/src/commands/game/ios/app/addTester.ts)_
|
|
472
472
|
|
|
473
473
|
## `shipthis game ios app create`
|
|
474
474
|
|
|
@@ -493,7 +493,7 @@ EXAMPLES
|
|
|
493
493
|
$ shipthis game ios app create
|
|
494
494
|
```
|
|
495
495
|
|
|
496
|
-
_See code: [src/commands/game/ios/app/create.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.
|
|
496
|
+
_See code: [src/commands/game/ios/app/create.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.8/src/commands/game/ios/app/create.ts)_
|
|
497
497
|
|
|
498
498
|
## `shipthis game ios app status`
|
|
499
499
|
|
|
@@ -513,7 +513,7 @@ EXAMPLES
|
|
|
513
513
|
$ shipthis game ios app status
|
|
514
514
|
```
|
|
515
515
|
|
|
516
|
-
_See code: [src/commands/game/ios/app/status.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.
|
|
516
|
+
_See code: [src/commands/game/ios/app/status.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.8/src/commands/game/ios/app/status.ts)_
|
|
517
517
|
|
|
518
518
|
## `shipthis game ios app sync`
|
|
519
519
|
|
|
@@ -536,7 +536,7 @@ EXAMPLES
|
|
|
536
536
|
$ shipthis game ios app sync
|
|
537
537
|
```
|
|
538
538
|
|
|
539
|
-
_See code: [src/commands/game/ios/app/sync.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.
|
|
539
|
+
_See code: [src/commands/game/ios/app/sync.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.8/src/commands/game/ios/app/sync.ts)_
|
|
540
540
|
|
|
541
541
|
## `shipthis game ios profile create`
|
|
542
542
|
|
|
@@ -559,7 +559,7 @@ EXAMPLES
|
|
|
559
559
|
$ shipthis game ios profile create
|
|
560
560
|
```
|
|
561
561
|
|
|
562
|
-
_See code: [src/commands/game/ios/profile/create.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.
|
|
562
|
+
_See code: [src/commands/game/ios/profile/create.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.8/src/commands/game/ios/profile/create.ts)_
|
|
563
563
|
|
|
564
564
|
## `shipthis game ios profile export FILE`
|
|
565
565
|
|
|
@@ -583,7 +583,7 @@ EXAMPLES
|
|
|
583
583
|
$ shipthis game ios profile export userProfile.zip
|
|
584
584
|
```
|
|
585
585
|
|
|
586
|
-
_See code: [src/commands/game/ios/profile/export.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.
|
|
586
|
+
_See code: [src/commands/game/ios/profile/export.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.8/src/commands/game/ios/profile/export.ts)_
|
|
587
587
|
|
|
588
588
|
## `shipthis game ios profile import FILE`
|
|
589
589
|
|
|
@@ -607,7 +607,7 @@ EXAMPLES
|
|
|
607
607
|
$ shipthis game ios profile import profile.zip
|
|
608
608
|
```
|
|
609
609
|
|
|
610
|
-
_See code: [src/commands/game/ios/profile/import.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.
|
|
610
|
+
_See code: [src/commands/game/ios/profile/import.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.8/src/commands/game/ios/profile/import.ts)_
|
|
611
611
|
|
|
612
612
|
## `shipthis game ios profile status`
|
|
613
613
|
|
|
@@ -629,7 +629,7 @@ EXAMPLES
|
|
|
629
629
|
$ shipthis game ios profile status
|
|
630
630
|
```
|
|
631
631
|
|
|
632
|
-
_See code: [src/commands/game/ios/profile/status.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.
|
|
632
|
+
_See code: [src/commands/game/ios/profile/status.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.8/src/commands/game/ios/profile/status.ts)_
|
|
633
633
|
|
|
634
634
|
## `shipthis game ios status`
|
|
635
635
|
|
|
@@ -651,7 +651,7 @@ EXAMPLES
|
|
|
651
651
|
$ shipthis game ios status --gameId 0c179fc4
|
|
652
652
|
```
|
|
653
653
|
|
|
654
|
-
_See code: [src/commands/game/ios/status.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.
|
|
654
|
+
_See code: [src/commands/game/ios/status.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.8/src/commands/game/ios/status.ts)_
|
|
655
655
|
|
|
656
656
|
## `shipthis game job list`
|
|
657
657
|
|
|
@@ -679,7 +679,7 @@ EXAMPLES
|
|
|
679
679
|
$ shipthis game job list --gameId 0c179fc4
|
|
680
680
|
```
|
|
681
681
|
|
|
682
|
-
_See code: [src/commands/game/job/list.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.
|
|
682
|
+
_See code: [src/commands/game/job/list.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.8/src/commands/game/job/list.ts)_
|
|
683
683
|
|
|
684
684
|
## `shipthis game job status JOB_ID`
|
|
685
685
|
|
|
@@ -708,7 +708,7 @@ EXAMPLES
|
|
|
708
708
|
$ shipthis game job status --gameId 0c179fc4 --lines 20 --follow 4d32239e
|
|
709
709
|
```
|
|
710
710
|
|
|
711
|
-
_See code: [src/commands/game/job/status.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.
|
|
711
|
+
_See code: [src/commands/game/job/status.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.8/src/commands/game/job/status.ts)_
|
|
712
712
|
|
|
713
713
|
## `shipthis game list`
|
|
714
714
|
|
|
@@ -733,7 +733,7 @@ EXAMPLES
|
|
|
733
733
|
$ shipthis game list
|
|
734
734
|
```
|
|
735
735
|
|
|
736
|
-
_See code: [src/commands/game/list.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.
|
|
736
|
+
_See code: [src/commands/game/list.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.8/src/commands/game/list.ts)_
|
|
737
737
|
|
|
738
738
|
## `shipthis game ship`
|
|
739
739
|
|
|
@@ -753,7 +753,7 @@ EXAMPLES
|
|
|
753
753
|
$ shipthis game ship
|
|
754
754
|
```
|
|
755
755
|
|
|
756
|
-
_See code: [src/commands/game/ship.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.
|
|
756
|
+
_See code: [src/commands/game/ship.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.8/src/commands/game/ship.ts)_
|
|
757
757
|
|
|
758
758
|
## `shipthis game status`
|
|
759
759
|
|
|
@@ -775,7 +775,7 @@ EXAMPLES
|
|
|
775
775
|
$ shipthis game status --gameId 0c179fc4
|
|
776
776
|
```
|
|
777
777
|
|
|
778
|
-
_See code: [src/commands/game/status.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.
|
|
778
|
+
_See code: [src/commands/game/status.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.8/src/commands/game/status.ts)_
|
|
779
779
|
|
|
780
780
|
## `shipthis game wizard`
|
|
781
781
|
|
|
@@ -797,7 +797,7 @@ EXAMPLES
|
|
|
797
797
|
$ shipthis game wizard
|
|
798
798
|
```
|
|
799
799
|
|
|
800
|
-
_See code: [src/commands/game/wizard.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.
|
|
800
|
+
_See code: [src/commands/game/wizard.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.8/src/commands/game/wizard.ts)_
|
|
801
801
|
|
|
802
802
|
## `shipthis help [COMMAND]`
|
|
803
803
|
|
|
@@ -840,7 +840,7 @@ EXAMPLES
|
|
|
840
840
|
$ shipthis login --force --email me@email.nowhere
|
|
841
841
|
```
|
|
842
842
|
|
|
843
|
-
_See code: [src/commands/login.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.
|
|
843
|
+
_See code: [src/commands/login.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.8/src/commands/login.ts)_
|
|
844
844
|
|
|
845
845
|
## `shipthis status`
|
|
846
846
|
|
|
@@ -857,5 +857,5 @@ EXAMPLES
|
|
|
857
857
|
$ shipthis status
|
|
858
858
|
```
|
|
859
859
|
|
|
860
|
-
_See code: [src/commands/status.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.
|
|
860
|
+
_See code: [src/commands/status.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.8/src/commands/status.ts)_
|
|
861
861
|
<!-- commandsstop -->
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { Box } from 'ink';
|
|
3
3
|
import { QueryClientProvider } from '@tanstack/react-query';
|
|
4
|
-
import { Q as queryClient } from './baseGameCommand-
|
|
4
|
+
import { Q as queryClient } from './baseGameCommand-BeUNc6Wy.js';
|
|
5
5
|
import 'luxon';
|
|
6
6
|
import '@expo/apple-utils/build/index.js';
|
|
7
7
|
import 'crypto';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
2
2
|
import { Box, Text } from 'ink';
|
|
3
3
|
import Spinner from 'ink-spinner';
|
|
4
|
-
import './baseGameCommand-
|
|
4
|
+
import './baseGameCommand-BeUNc6Wy.js';
|
|
5
5
|
import 'luxon';
|
|
6
6
|
import '@tanstack/react-query';
|
|
7
7
|
import '@expo/apple-utils/build/index.js';
|
|
8
|
-
import { u as useAppleApp } from './useAppleApp-
|
|
8
|
+
import { u as useAppleApp } from './useAppleApp-D0wyTA6C.js';
|
|
9
9
|
import 'crypto';
|
|
10
10
|
import 'fs';
|
|
11
11
|
import 'readline-sync';
|
|
@@ -16,7 +16,7 @@ import 'socket.io-client';
|
|
|
16
16
|
import 'isomorphic-git';
|
|
17
17
|
import { T as Title } from './Title-BCQtayg6.js';
|
|
18
18
|
import { T as Table } from './Table-CvM6pccN.js';
|
|
19
|
-
import { u as useAppleBundleId } from './useAppleBundleId-
|
|
19
|
+
import { u as useAppleBundleId } from './useAppleBundleId-VKmaX7sP.js';
|
|
20
20
|
|
|
21
21
|
const AppleAppDetails = (props) => {
|
|
22
22
|
const { data, isLoading } = useAppleApp(props);
|
|
@@ -8,12 +8,12 @@ import 'node:readline';
|
|
|
8
8
|
import 'react';
|
|
9
9
|
import axios from 'axios';
|
|
10
10
|
import { useQuery } from '@tanstack/react-query';
|
|
11
|
-
import { f as getShortDate, o as getAuthedHeaders, p as API_URL, I as castArrayObjectDates } from './baseGameCommand-
|
|
11
|
+
import { f as getShortDate, o as getAuthedHeaders, p as API_URL, I as castArrayObjectDates } from './baseGameCommand-BeUNc6Wy.js';
|
|
12
12
|
import 'luxon';
|
|
13
13
|
import 'socket.io-client';
|
|
14
14
|
import '@expo/apple-utils/build/index.js';
|
|
15
15
|
import { c as cacheKeys } from './cacheKeys-CShA-ZjE.js';
|
|
16
|
-
import { g as getShortUUID } from './index-
|
|
16
|
+
import { g as getShortUUID } from './index-CNME7EEo.js';
|
|
17
17
|
import 'isomorphic-git';
|
|
18
18
|
import { T as Table } from './Table-CvM6pccN.js';
|
|
19
19
|
import { T as Title } from './Title-BCQtayg6.js';
|
|
@@ -319,7 +319,7 @@ function getGodotVersion() {
|
|
|
319
319
|
if (!match) throw new Error("Couldn't find Godot version in project.godot");
|
|
320
320
|
return match[1];
|
|
321
321
|
}
|
|
322
|
-
return "3.
|
|
322
|
+
return "3.6";
|
|
323
323
|
}
|
|
324
324
|
function getGodotExportPresets(platform) {
|
|
325
325
|
const { warn } = console;
|
|
@@ -3,7 +3,7 @@ import { Flags } from '@oclif/core';
|
|
|
3
3
|
import { render } from 'ink';
|
|
4
4
|
import 'path';
|
|
5
5
|
import 'fs';
|
|
6
|
-
import { g as getUserCredentials, P as Platform, C as CredentialsType, A as ApiKey, U as UserRole, a as ApiKeyType } from '../../../baseGameCommand-
|
|
6
|
+
import { g as getUserCredentials, P as Platform, C as CredentialsType, A as ApiKey, U as UserRole, a as ApiKeyType } from '../../../baseGameCommand-BeUNc6Wy.js';
|
|
7
7
|
import 'axios';
|
|
8
8
|
import 'luxon';
|
|
9
9
|
import 'crypto';
|
|
@@ -13,13 +13,13 @@ import 'react';
|
|
|
13
13
|
import '@tanstack/react-query';
|
|
14
14
|
import 'socket.io-client';
|
|
15
15
|
import 'isomorphic-git';
|
|
16
|
-
import { B as BaseAppleCommand } from '../../../baseAppleCommand-
|
|
17
|
-
import { A as App } from '../../../App-
|
|
16
|
+
import { B as BaseAppleCommand } from '../../../baseAppleCommand-IhowpKpk.js';
|
|
17
|
+
import { A as App } from '../../../App-SiSXLW2s.js';
|
|
18
18
|
import 'ink-spinner';
|
|
19
19
|
import 'string-length';
|
|
20
20
|
import 'strip-ansi';
|
|
21
21
|
import { R as RunWithSpinner } from '../../../RunWithSpinner-BVXNWGD3.js';
|
|
22
|
-
import { u as uploadUserCredentials } from '../../../upload-
|
|
22
|
+
import { u as uploadUserCredentials } from '../../../upload-D6ScllRL.js';
|
|
23
23
|
import '@expo/apple-utils/build/index.js';
|
|
24
24
|
import 'ini';
|
|
25
25
|
import 'deepmerge';
|
|
@@ -2,7 +2,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { Args, Flags } from '@oclif/core';
|
|
3
3
|
import { render } from 'ink';
|
|
4
4
|
import * as fs from 'fs';
|
|
5
|
-
import { B as BaseAuthenticatedCommand, g as getUserCredentials, P as Platform, C as CredentialsType } from '../../../baseGameCommand-
|
|
5
|
+
import { B as BaseAuthenticatedCommand, g as getUserCredentials, P as Platform, C as CredentialsType } from '../../../baseGameCommand-BeUNc6Wy.js';
|
|
6
6
|
import 'path';
|
|
7
7
|
import '@expo/apple-utils/build/index.js';
|
|
8
8
|
import 'axios';
|
|
@@ -14,12 +14,12 @@ import 'react';
|
|
|
14
14
|
import '@tanstack/react-query';
|
|
15
15
|
import 'socket.io-client';
|
|
16
16
|
import 'isomorphic-git';
|
|
17
|
-
import { A as App } from '../../../App-
|
|
17
|
+
import { A as App } from '../../../App-SiSXLW2s.js';
|
|
18
18
|
import 'ink-spinner';
|
|
19
19
|
import 'string-length';
|
|
20
20
|
import 'strip-ansi';
|
|
21
21
|
import { R as RunWithSpinner } from '../../../RunWithSpinner-BVXNWGD3.js';
|
|
22
|
-
import { e as exportCredential } from '../../../export-
|
|
22
|
+
import { e as exportCredential } from '../../../export-CQ_P94We.js';
|
|
23
23
|
import 'ini';
|
|
24
24
|
import 'deepmerge';
|
|
25
25
|
|
|
@@ -2,7 +2,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { Args, Flags } from '@oclif/core';
|
|
3
3
|
import { render } from 'ink';
|
|
4
4
|
import * as fs from 'fs';
|
|
5
|
-
import { B as BaseAuthenticatedCommand, g as getUserCredentials, P as Platform, C as CredentialsType } from '../../../baseGameCommand-
|
|
5
|
+
import { B as BaseAuthenticatedCommand, g as getUserCredentials, P as Platform, C as CredentialsType } from '../../../baseGameCommand-BeUNc6Wy.js';
|
|
6
6
|
import 'path';
|
|
7
7
|
import '@expo/apple-utils/build/index.js';
|
|
8
8
|
import 'axios';
|
|
@@ -14,12 +14,12 @@ import 'react';
|
|
|
14
14
|
import '@tanstack/react-query';
|
|
15
15
|
import 'socket.io-client';
|
|
16
16
|
import 'isomorphic-git';
|
|
17
|
-
import { A as App } from '../../../App-
|
|
17
|
+
import { A as App } from '../../../App-SiSXLW2s.js';
|
|
18
18
|
import 'ink-spinner';
|
|
19
19
|
import 'string-length';
|
|
20
20
|
import 'strip-ansi';
|
|
21
21
|
import { R as RunWithSpinner } from '../../../RunWithSpinner-BVXNWGD3.js';
|
|
22
|
-
import { i as importCredential } from '../../../import-
|
|
22
|
+
import { i as importCredential } from '../../../import-BGHUTVNR.js';
|
|
23
23
|
import 'ini';
|
|
24
24
|
import 'deepmerge';
|
|
25
25
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
2
2
|
import { Flags } from '@oclif/core';
|
|
3
3
|
import { Box, Text, render } from 'ink';
|
|
4
|
-
import { f as getShortDate, A as ApiKey, P as Platform, C as CredentialsType, B as BaseAuthenticatedCommand } from '../../../baseGameCommand-
|
|
4
|
+
import { f as getShortDate, A as ApiKey, P as Platform, C as CredentialsType, B as BaseAuthenticatedCommand } from '../../../baseGameCommand-BeUNc6Wy.js';
|
|
5
5
|
import 'path';
|
|
6
6
|
import 'fs';
|
|
7
7
|
import '@expo/apple-utils/build/index.js';
|
|
@@ -14,9 +14,9 @@ import 'react';
|
|
|
14
14
|
import { useQuery } from '@tanstack/react-query';
|
|
15
15
|
import 'socket.io-client';
|
|
16
16
|
import 'isomorphic-git';
|
|
17
|
-
import { A as App } from '../../../App-
|
|
17
|
+
import { A as App } from '../../../App-SiSXLW2s.js';
|
|
18
18
|
import Spinner from 'ink-spinner';
|
|
19
|
-
import { u as useUserCredentials, U as UserCredentialsTable } from '../../../UserCredentialsTable-
|
|
19
|
+
import { u as useUserCredentials, U as UserCredentialsTable } from '../../../UserCredentialsTable-CyNAsFc1.js';
|
|
20
20
|
import { T as Title } from '../../../Title-BCQtayg6.js';
|
|
21
21
|
import { T as Table } from '../../../Table-CvM6pccN.js';
|
|
22
22
|
import 'string-length';
|
|
@@ -25,7 +25,7 @@ import { N as NextSteps } from '../../../NextSteps-CK9zHOCt.js';
|
|
|
25
25
|
import 'ini';
|
|
26
26
|
import 'deepmerge';
|
|
27
27
|
import '../../../cacheKeys-CShA-ZjE.js';
|
|
28
|
-
import '../../../index-
|
|
28
|
+
import '../../../index-CNME7EEo.js';
|
|
29
29
|
|
|
30
30
|
async function queryAppleApiKeys({ ctx }) {
|
|
31
31
|
const keys = await ApiKey.getAsync(ctx);
|
|
@@ -5,7 +5,7 @@ import 'path';
|
|
|
5
5
|
import 'fs';
|
|
6
6
|
import '@expo/apple-utils/build/index.js';
|
|
7
7
|
import 'axios';
|
|
8
|
-
import { q as Certificate, r as CertificateType, g as getUserCredentials, P as Platform, C as CredentialsType } from '../../../baseGameCommand-
|
|
8
|
+
import { q as Certificate, r as CertificateType, g as getUserCredentials, P as Platform, C as CredentialsType } from '../../../baseGameCommand-BeUNc6Wy.js';
|
|
9
9
|
import 'luxon';
|
|
10
10
|
import 'crypto';
|
|
11
11
|
import 'readline-sync';
|
|
@@ -14,14 +14,14 @@ import 'react';
|
|
|
14
14
|
import '@tanstack/react-query';
|
|
15
15
|
import 'socket.io-client';
|
|
16
16
|
import 'isomorphic-git';
|
|
17
|
-
import { B as BaseAppleCommand } from '../../../baseAppleCommand-
|
|
18
|
-
import { A as App } from '../../../App-
|
|
17
|
+
import { B as BaseAppleCommand } from '../../../baseAppleCommand-IhowpKpk.js';
|
|
18
|
+
import { A as App } from '../../../App-SiSXLW2s.js';
|
|
19
19
|
import 'ink-spinner';
|
|
20
20
|
import 'string-length';
|
|
21
21
|
import 'strip-ansi';
|
|
22
22
|
import { R as RunWithSpinner } from '../../../RunWithSpinner-BVXNWGD3.js';
|
|
23
23
|
import forge from 'node-forge';
|
|
24
|
-
import { u as uploadUserCredentials } from '../../../upload-
|
|
24
|
+
import { u as uploadUserCredentials } from '../../../upload-D6ScllRL.js';
|
|
25
25
|
import 'ini';
|
|
26
26
|
import 'deepmerge';
|
|
27
27
|
|
|
@@ -2,7 +2,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { Args, Flags } from '@oclif/core';
|
|
3
3
|
import { render } from 'ink';
|
|
4
4
|
import * as fs from 'fs';
|
|
5
|
-
import { B as BaseAuthenticatedCommand, g as getUserCredentials, P as Platform, C as CredentialsType } from '../../../baseGameCommand-
|
|
5
|
+
import { B as BaseAuthenticatedCommand, g as getUserCredentials, P as Platform, C as CredentialsType } from '../../../baseGameCommand-BeUNc6Wy.js';
|
|
6
6
|
import 'path';
|
|
7
7
|
import '@expo/apple-utils/build/index.js';
|
|
8
8
|
import 'axios';
|
|
@@ -14,12 +14,12 @@ import 'react';
|
|
|
14
14
|
import '@tanstack/react-query';
|
|
15
15
|
import 'socket.io-client';
|
|
16
16
|
import 'isomorphic-git';
|
|
17
|
-
import { A as App } from '../../../App-
|
|
17
|
+
import { A as App } from '../../../App-SiSXLW2s.js';
|
|
18
18
|
import 'ink-spinner';
|
|
19
19
|
import 'string-length';
|
|
20
20
|
import 'strip-ansi';
|
|
21
21
|
import { R as RunWithSpinner } from '../../../RunWithSpinner-BVXNWGD3.js';
|
|
22
|
-
import { e as exportCredential } from '../../../export-
|
|
22
|
+
import { e as exportCredential } from '../../../export-CQ_P94We.js';
|
|
23
23
|
import 'ini';
|
|
24
24
|
import 'deepmerge';
|
|
25
25
|
|
|
@@ -2,7 +2,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { Args, Flags } from '@oclif/core';
|
|
3
3
|
import { render } from 'ink';
|
|
4
4
|
import * as fs from 'fs';
|
|
5
|
-
import { B as BaseAuthenticatedCommand, g as getUserCredentials, P as Platform, C as CredentialsType } from '../../../baseGameCommand-
|
|
5
|
+
import { B as BaseAuthenticatedCommand, g as getUserCredentials, P as Platform, C as CredentialsType } from '../../../baseGameCommand-BeUNc6Wy.js';
|
|
6
6
|
import 'path';
|
|
7
7
|
import '@expo/apple-utils/build/index.js';
|
|
8
8
|
import 'axios';
|
|
@@ -14,12 +14,12 @@ import 'react';
|
|
|
14
14
|
import '@tanstack/react-query';
|
|
15
15
|
import 'socket.io-client';
|
|
16
16
|
import 'isomorphic-git';
|
|
17
|
-
import { A as App } from '../../../App-
|
|
17
|
+
import { A as App } from '../../../App-SiSXLW2s.js';
|
|
18
18
|
import 'ink-spinner';
|
|
19
19
|
import 'string-length';
|
|
20
20
|
import 'strip-ansi';
|
|
21
21
|
import { R as RunWithSpinner } from '../../../RunWithSpinner-BVXNWGD3.js';
|
|
22
|
-
import { i as importCredential } from '../../../import-
|
|
22
|
+
import { i as importCredential } from '../../../import-BGHUTVNR.js';
|
|
23
23
|
import 'ini';
|
|
24
24
|
import 'deepmerge';
|
|
25
25
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
2
2
|
import { Flags } from '@oclif/core';
|
|
3
3
|
import { Box, Text, render } from 'ink';
|
|
4
|
-
import { f as getShortDate, q as Certificate, r as CertificateType, P as Platform, C as CredentialsType, B as BaseAuthenticatedCommand } from '../../../baseGameCommand-
|
|
4
|
+
import { f as getShortDate, q as Certificate, r as CertificateType, P as Platform, C as CredentialsType, B as BaseAuthenticatedCommand } from '../../../baseGameCommand-BeUNc6Wy.js';
|
|
5
5
|
import 'path';
|
|
6
6
|
import 'fs';
|
|
7
7
|
import '@expo/apple-utils/build/index.js';
|
|
@@ -14,10 +14,10 @@ import 'react';
|
|
|
14
14
|
import { useQuery } from '@tanstack/react-query';
|
|
15
15
|
import 'socket.io-client';
|
|
16
16
|
import 'isomorphic-git';
|
|
17
|
-
import { A as App } from '../../../App-
|
|
17
|
+
import { A as App } from '../../../App-SiSXLW2s.js';
|
|
18
18
|
import Spinner from 'ink-spinner';
|
|
19
|
-
import { g as getShortUUID } from '../../../index-
|
|
20
|
-
import { u as useUserCredentials, U as UserCredentialsTable } from '../../../UserCredentialsTable-
|
|
19
|
+
import { g as getShortUUID } from '../../../index-CNME7EEo.js';
|
|
20
|
+
import { u as useUserCredentials, U as UserCredentialsTable } from '../../../UserCredentialsTable-CyNAsFc1.js';
|
|
21
21
|
import { T as Title } from '../../../Title-BCQtayg6.js';
|
|
22
22
|
import { T as Table } from '../../../Table-CvM6pccN.js';
|
|
23
23
|
import 'string-length';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { Flags } from '@oclif/core';
|
|
2
|
-
import { Z as Auth, B as BaseAuthenticatedCommand } from '../../baseGameCommand-
|
|
2
|
+
import { Z as Auth, B as BaseAuthenticatedCommand } from '../../baseGameCommand-BeUNc6Wy.js';
|
|
3
3
|
import 'path';
|
|
4
4
|
import 'fs';
|
|
5
5
|
import '@expo/apple-utils/build/index.js';
|
|
6
6
|
import 'axios';
|
|
7
7
|
import 'luxon';
|
|
8
|
-
import { a as getInput, f as getMaskedInput } from '../../index-
|
|
8
|
+
import { a as getInput, f as getMaskedInput } from '../../index-CNME7EEo.js';
|
|
9
9
|
import 'crypto';
|
|
10
10
|
import 'readline-sync';
|
|
11
11
|
import 'node:readline';
|
|
@@ -4,7 +4,7 @@ import 'fs';
|
|
|
4
4
|
import '@oclif/core';
|
|
5
5
|
import '@expo/apple-utils/build/index.js';
|
|
6
6
|
import 'axios';
|
|
7
|
-
import '../../baseGameCommand-
|
|
7
|
+
import '../../baseGameCommand-BeUNc6Wy.js';
|
|
8
8
|
import 'luxon';
|
|
9
9
|
import 'crypto';
|
|
10
10
|
import 'readline-sync';
|
|
@@ -13,8 +13,8 @@ import 'react';
|
|
|
13
13
|
import '@tanstack/react-query';
|
|
14
14
|
import 'socket.io-client';
|
|
15
15
|
import 'isomorphic-git';
|
|
16
|
-
import { B as BaseAppleCommand } from '../../baseAppleCommand-
|
|
17
|
-
import { A as App } from '../../App-
|
|
16
|
+
import { B as BaseAppleCommand } from '../../baseAppleCommand-IhowpKpk.js';
|
|
17
|
+
import { A as App } from '../../App-SiSXLW2s.js';
|
|
18
18
|
import { render } from 'ink';
|
|
19
19
|
import 'ink-spinner';
|
|
20
20
|
import { S as StatusTable } from '../../StatusTable-CxuX_R1D.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import open from 'open';
|
|
2
|
-
import { B as BaseAuthenticatedCommand, T as getSingleUseUrl } from '../baseGameCommand-
|
|
2
|
+
import { B as BaseAuthenticatedCommand, T as getSingleUseUrl } from '../baseGameCommand-BeUNc6Wy.js';
|
|
3
3
|
import 'path';
|
|
4
4
|
import 'fs';
|
|
5
5
|
import '@oclif/core';
|
|
@@ -4,7 +4,7 @@ import { render } from 'ink';
|
|
|
4
4
|
import * as fs from 'fs';
|
|
5
5
|
import 'path';
|
|
6
6
|
import '@expo/apple-utils/build/index.js';
|
|
7
|
-
import { d as BaseGameCommand, F as getBuild } from '../../../baseGameCommand-
|
|
7
|
+
import { d as BaseGameCommand, F as getBuild } from '../../../baseGameCommand-BeUNc6Wy.js';
|
|
8
8
|
import 'crypto';
|
|
9
9
|
import 'readline-sync';
|
|
10
10
|
import 'node:readline';
|
|
@@ -14,7 +14,7 @@ import '@tanstack/react-query';
|
|
|
14
14
|
import 'socket.io-client';
|
|
15
15
|
import 'luxon';
|
|
16
16
|
import 'isomorphic-git';
|
|
17
|
-
import { A as App } from '../../../App-
|
|
17
|
+
import { A as App } from '../../../App-SiSXLW2s.js';
|
|
18
18
|
import 'ink-spinner';
|
|
19
19
|
import 'string-length';
|
|
20
20
|
import 'strip-ansi';
|
|
@@ -5,7 +5,7 @@ import 'path';
|
|
|
5
5
|
import 'fs';
|
|
6
6
|
import '@expo/apple-utils/build/index.js';
|
|
7
7
|
import 'axios';
|
|
8
|
-
import { d as BaseGameCommand } from '../../../baseGameCommand-
|
|
8
|
+
import { d as BaseGameCommand } from '../../../baseGameCommand-BeUNc6Wy.js';
|
|
9
9
|
import 'luxon';
|
|
10
10
|
import 'crypto';
|
|
11
11
|
import 'readline-sync';
|
|
@@ -14,9 +14,9 @@ import 'react';
|
|
|
14
14
|
import '@tanstack/react-query';
|
|
15
15
|
import 'socket.io-client';
|
|
16
16
|
import 'isomorphic-git';
|
|
17
|
-
import { A as App } from '../../../App-
|
|
17
|
+
import { A as App } from '../../../App-SiSXLW2s.js';
|
|
18
18
|
import Spinner from 'ink-spinner';
|
|
19
|
-
import { u as useBuilds, g as getBuildSummary } from '../../../useBuilds-
|
|
19
|
+
import { u as useBuilds, g as getBuildSummary } from '../../../useBuilds-e6LIXrOH.js';
|
|
20
20
|
import { T as Table } from '../../../Table-CvM6pccN.js';
|
|
21
21
|
import { T as Title } from '../../../Title-BCQtayg6.js';
|
|
22
22
|
import 'string-length';
|
|
@@ -24,8 +24,8 @@ import 'strip-ansi';
|
|
|
24
24
|
import 'ini';
|
|
25
25
|
import 'deepmerge';
|
|
26
26
|
import '../../../cacheKeys-CShA-ZjE.js';
|
|
27
|
-
import '../../../index-
|
|
28
|
-
import '../../../useJob-
|
|
27
|
+
import '../../../index-CNME7EEo.js';
|
|
28
|
+
import '../../../useJob-D8xNld5t.js';
|
|
29
29
|
|
|
30
30
|
const BuildsTable = ({ queryProps, ...boxProps }) => {
|
|
31
31
|
const { isLoading, data } = useBuilds(queryProps);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { Flags } from '@oclif/core';
|
|
2
|
-
import { B as BaseAuthenticatedCommand, i as isCWDGodotGame, x as GameEngine, y as getGodotVersion, z as createProject, D as DEFAULT_SHIPPED_FILES_GLOBS, c as DEFAULT_IGNORED_FILES_GLOBS, E as getGodotProjectName } from '../../baseGameCommand-
|
|
2
|
+
import { B as BaseAuthenticatedCommand, i as isCWDGodotGame, x as GameEngine, y as getGodotVersion, z as createProject, D as DEFAULT_SHIPPED_FILES_GLOBS, c as DEFAULT_IGNORED_FILES_GLOBS, E as getGodotProjectName } from '../../baseGameCommand-BeUNc6Wy.js';
|
|
3
3
|
import 'path';
|
|
4
4
|
import 'fs';
|
|
5
5
|
import '@expo/apple-utils/build/index.js';
|
|
6
|
-
import { a as getInput } from '../../index-
|
|
6
|
+
import { a as getInput } from '../../index-CNME7EEo.js';
|
|
7
7
|
import 'axios';
|
|
8
8
|
import 'luxon';
|
|
9
9
|
import 'crypto';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
|
-
import { A as App } from '../../App-
|
|
4
|
+
import { A as App } from '../../App-SiSXLW2s.js';
|
|
5
5
|
import 'ink-spinner';
|
|
6
|
-
import { d as BaseGameCommand, x as GameEngine } from '../../baseGameCommand-
|
|
7
|
-
import { i as isValidSemVer } from '../../index-
|
|
6
|
+
import { d as BaseGameCommand, x as GameEngine } from '../../baseGameCommand-BeUNc6Wy.js';
|
|
7
|
+
import { i as isValidSemVer } from '../../index-CNME7EEo.js';
|
|
8
8
|
import 'react';
|
|
9
9
|
import 'luxon';
|
|
10
10
|
import '@tanstack/react-query';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Args, Flags } from '@oclif/core';
|
|
2
|
-
import { B as BaseAuthenticatedCommand, i as isCWDGodotGame, b as getProject, D as DEFAULT_SHIPPED_FILES_GLOBS, c as DEFAULT_IGNORED_FILES_GLOBS } from '../../baseGameCommand-
|
|
2
|
+
import { B as BaseAuthenticatedCommand, i as isCWDGodotGame, b as getProject, D as DEFAULT_SHIPPED_FILES_GLOBS, c as DEFAULT_IGNORED_FILES_GLOBS } from '../../baseGameCommand-BeUNc6Wy.js';
|
|
3
3
|
import 'path';
|
|
4
4
|
import 'fs';
|
|
5
5
|
import '@expo/apple-utils/build/index.js';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
|
-
import { A as App } from '../../../../App-
|
|
4
|
+
import { A as App } from '../../../../App-SiSXLW2s.js';
|
|
5
5
|
import 'ink-spinner';
|
|
6
|
-
import { a as getInput } from '../../../../index-
|
|
6
|
+
import { a as getInput } from '../../../../index-CNME7EEo.js';
|
|
7
7
|
import 'react';
|
|
8
|
-
import { d as BaseGameCommand, j as BetaGroup } from '../../../../baseGameCommand-
|
|
8
|
+
import { d as BaseGameCommand, j as BetaGroup } from '../../../../baseGameCommand-BeUNc6Wy.js';
|
|
9
9
|
import 'luxon';
|
|
10
10
|
import '@tanstack/react-query';
|
|
11
|
-
import { q as queryAppleApp } from '../../../../useAppleApp-
|
|
11
|
+
import { q as queryAppleApp } from '../../../../useAppleApp-D0wyTA6C.js';
|
|
12
12
|
import 'axios';
|
|
13
13
|
import 'fs';
|
|
14
14
|
import 'socket.io-client';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
|
-
import { A as App } from '../../../../App-
|
|
4
|
+
import { A as App } from '../../../../App-SiSXLW2s.js';
|
|
5
5
|
import 'ink-spinner';
|
|
6
|
-
import { a as getInput, b as generatePackageName } from '../../../../index-
|
|
6
|
+
import { a as getInput, b as generatePackageName } from '../../../../index-CNME7EEo.js';
|
|
7
7
|
import 'react';
|
|
8
|
-
import { d as BaseGameCommand, l as getGodotAppleBundleIdentifier, m as BundleId, k as App$1 } from '../../../../baseGameCommand-
|
|
8
|
+
import { d as BaseGameCommand, l as getGodotAppleBundleIdentifier, m as BundleId, k as App$1 } from '../../../../baseGameCommand-BeUNc6Wy.js';
|
|
9
9
|
import 'luxon';
|
|
10
10
|
import '@tanstack/react-query';
|
|
11
11
|
import 'axios';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
|
-
import { A as App } from '../../../../App-
|
|
4
|
+
import { A as App } from '../../../../App-SiSXLW2s.js';
|
|
5
5
|
import 'ink-spinner';
|
|
6
6
|
import 'crypto';
|
|
7
7
|
import 'fs';
|
|
@@ -10,22 +10,22 @@ import 'node:readline';
|
|
|
10
10
|
import 'react';
|
|
11
11
|
import 'axios';
|
|
12
12
|
import '@tanstack/react-query';
|
|
13
|
-
import { d as BaseGameCommand } from '../../../../baseGameCommand-
|
|
13
|
+
import { d as BaseGameCommand } from '../../../../baseGameCommand-BeUNc6Wy.js';
|
|
14
14
|
import 'luxon';
|
|
15
15
|
import 'socket.io-client';
|
|
16
16
|
import '@expo/apple-utils/build/index.js';
|
|
17
17
|
import 'isomorphic-git';
|
|
18
|
-
import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../../AppleBundleIdDetails-
|
|
18
|
+
import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../../AppleBundleIdDetails-Nk85zNWP.js';
|
|
19
19
|
import 'string-length';
|
|
20
20
|
import 'strip-ansi';
|
|
21
21
|
import { N as NextSteps } from '../../../../NextSteps-CK9zHOCt.js';
|
|
22
22
|
import 'path';
|
|
23
23
|
import 'ini';
|
|
24
24
|
import 'deepmerge';
|
|
25
|
-
import '../../../../useAppleApp-
|
|
25
|
+
import '../../../../useAppleApp-D0wyTA6C.js';
|
|
26
26
|
import '../../../../Title-BCQtayg6.js';
|
|
27
27
|
import '../../../../Table-CvM6pccN.js';
|
|
28
|
-
import '../../../../useAppleBundleId-
|
|
28
|
+
import '../../../../useAppleBundleId-VKmaX7sP.js';
|
|
29
29
|
|
|
30
30
|
class GameIosAppStatus extends BaseGameCommand {
|
|
31
31
|
static args = {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
|
-
import { A as App } from '../../../../App-
|
|
4
|
+
import { A as App } from '../../../../App-SiSXLW2s.js';
|
|
5
5
|
import 'ink-spinner';
|
|
6
6
|
import 'crypto';
|
|
7
7
|
import 'fs';
|
|
@@ -10,10 +10,10 @@ import 'node:readline';
|
|
|
10
10
|
import 'react';
|
|
11
11
|
import 'axios';
|
|
12
12
|
import '@tanstack/react-query';
|
|
13
|
-
import { d as BaseGameCommand, h as CapabilityTypeOption } from '../../../../baseGameCommand-
|
|
13
|
+
import { d as BaseGameCommand, h as CapabilityTypeOption } from '../../../../baseGameCommand-BeUNc6Wy.js';
|
|
14
14
|
import 'luxon';
|
|
15
15
|
import 'socket.io-client';
|
|
16
|
-
import { f as fetchBundleId } from '../../../../useAppleBundleId-
|
|
16
|
+
import { f as fetchBundleId } from '../../../../useAppleBundleId-VKmaX7sP.js';
|
|
17
17
|
import 'isomorphic-git';
|
|
18
18
|
import 'string-length';
|
|
19
19
|
import 'strip-ansi';
|
|
@@ -2,9 +2,9 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
4
|
import axios from 'axios';
|
|
5
|
-
import { A as App } from '../../../../App-
|
|
5
|
+
import { A as App } from '../../../../App-SiSXLW2s.js';
|
|
6
6
|
import 'ink-spinner';
|
|
7
|
-
import { d as BaseGameCommand, n as getProjectCredentials, P as Platform, C as CredentialsType, q as Certificate, r as CertificateType, g as getUserCredentials, s as Profile, t as ProfileType } from '../../../../baseGameCommand-
|
|
7
|
+
import { d as BaseGameCommand, n as getProjectCredentials, P as Platform, C as CredentialsType, q as Certificate, r as CertificateType, g as getUserCredentials, s as Profile, t as ProfileType } from '../../../../baseGameCommand-BeUNc6Wy.js';
|
|
8
8
|
import 'crypto';
|
|
9
9
|
import 'fs';
|
|
10
10
|
import 'readline-sync';
|
|
@@ -13,13 +13,13 @@ import 'react';
|
|
|
13
13
|
import '@tanstack/react-query';
|
|
14
14
|
import 'luxon';
|
|
15
15
|
import 'socket.io-client';
|
|
16
|
-
import { f as fetchBundleId } from '../../../../useAppleBundleId-
|
|
16
|
+
import { f as fetchBundleId } from '../../../../useAppleBundleId-VKmaX7sP.js';
|
|
17
17
|
import 'isomorphic-git';
|
|
18
18
|
import 'string-length';
|
|
19
19
|
import 'strip-ansi';
|
|
20
20
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-BVXNWGD3.js';
|
|
21
21
|
import 'path';
|
|
22
|
-
import { a as uploadProjectCredentials } from '../../../../upload-
|
|
22
|
+
import { a as uploadProjectCredentials } from '../../../../upload-D6ScllRL.js';
|
|
23
23
|
import '@expo/apple-utils/build/index.js';
|
|
24
24
|
import 'ini';
|
|
25
25
|
import 'deepmerge';
|
|
@@ -5,7 +5,7 @@ import * as fs from 'fs';
|
|
|
5
5
|
import 'path';
|
|
6
6
|
import '@expo/apple-utils/build/index.js';
|
|
7
7
|
import 'axios';
|
|
8
|
-
import { d as BaseGameCommand, n as getProjectCredentials, P as Platform, C as CredentialsType } from '../../../../baseGameCommand-
|
|
8
|
+
import { d as BaseGameCommand, n as getProjectCredentials, P as Platform, C as CredentialsType } from '../../../../baseGameCommand-BeUNc6Wy.js';
|
|
9
9
|
import 'luxon';
|
|
10
10
|
import 'crypto';
|
|
11
11
|
import 'readline-sync';
|
|
@@ -14,12 +14,12 @@ import 'react';
|
|
|
14
14
|
import '@tanstack/react-query';
|
|
15
15
|
import 'socket.io-client';
|
|
16
16
|
import 'isomorphic-git';
|
|
17
|
-
import { A as App } from '../../../../App-
|
|
17
|
+
import { A as App } from '../../../../App-SiSXLW2s.js';
|
|
18
18
|
import 'ink-spinner';
|
|
19
19
|
import 'string-length';
|
|
20
20
|
import 'strip-ansi';
|
|
21
21
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-BVXNWGD3.js';
|
|
22
|
-
import { e as exportCredential } from '../../../../export-
|
|
22
|
+
import { e as exportCredential } from '../../../../export-CQ_P94We.js';
|
|
23
23
|
import 'ini';
|
|
24
24
|
import 'deepmerge';
|
|
25
25
|
|
|
@@ -5,7 +5,7 @@ import * as fs from 'fs';
|
|
|
5
5
|
import 'path';
|
|
6
6
|
import '@expo/apple-utils/build/index.js';
|
|
7
7
|
import 'axios';
|
|
8
|
-
import { d as BaseGameCommand, n as getProjectCredentials, P as Platform, C as CredentialsType } from '../../../../baseGameCommand-
|
|
8
|
+
import { d as BaseGameCommand, n as getProjectCredentials, P as Platform, C as CredentialsType } from '../../../../baseGameCommand-BeUNc6Wy.js';
|
|
9
9
|
import 'luxon';
|
|
10
10
|
import 'crypto';
|
|
11
11
|
import 'readline-sync';
|
|
@@ -14,12 +14,12 @@ import 'react';
|
|
|
14
14
|
import '@tanstack/react-query';
|
|
15
15
|
import 'socket.io-client';
|
|
16
16
|
import 'isomorphic-git';
|
|
17
|
-
import { A as App } from '../../../../App-
|
|
17
|
+
import { A as App } from '../../../../App-SiSXLW2s.js';
|
|
18
18
|
import 'ink-spinner';
|
|
19
19
|
import 'string-length';
|
|
20
20
|
import 'strip-ansi';
|
|
21
21
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-BVXNWGD3.js';
|
|
22
|
-
import { i as importCredential } from '../../../../import-
|
|
22
|
+
import { i as importCredential } from '../../../../import-BGHUTVNR.js';
|
|
23
23
|
import 'ini';
|
|
24
24
|
import 'deepmerge';
|
|
25
25
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
2
2
|
import { Box, Text, render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
|
-
import { A as App } from '../../../../App-
|
|
4
|
+
import { A as App } from '../../../../App-SiSXLW2s.js';
|
|
5
5
|
import Spinner from 'ink-spinner';
|
|
6
|
-
import { f as getShortDate, s as Profile, t as ProfileType, o as getAuthedHeaders, p as API_URL, I as castArrayObjectDates, P as Platform, C as CredentialsType, d as BaseGameCommand } from '../../../../baseGameCommand-
|
|
6
|
+
import { f as getShortDate, s as Profile, t as ProfileType, o as getAuthedHeaders, p as API_URL, I as castArrayObjectDates, P as Platform, C as CredentialsType, d as BaseGameCommand } from '../../../../baseGameCommand-BeUNc6Wy.js';
|
|
7
7
|
import 'crypto';
|
|
8
8
|
import 'fs';
|
|
9
9
|
import 'readline-sync';
|
|
@@ -16,7 +16,7 @@ import 'socket.io-client';
|
|
|
16
16
|
import '@expo/apple-utils/build/index.js';
|
|
17
17
|
import 'isomorphic-git';
|
|
18
18
|
import { c as cacheKeys } from '../../../../cacheKeys-CShA-ZjE.js';
|
|
19
|
-
import { g as getShortUUID } from '../../../../index-
|
|
19
|
+
import { g as getShortUUID } from '../../../../index-CNME7EEo.js';
|
|
20
20
|
import { T as Title } from '../../../../Title-BCQtayg6.js';
|
|
21
21
|
import { T as Table } from '../../../../Table-CvM6pccN.js';
|
|
22
22
|
import 'string-length';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
|
-
import { A as App } from '../../../App-
|
|
4
|
+
import { A as App } from '../../../App-SiSXLW2s.js';
|
|
5
5
|
import 'ink-spinner';
|
|
6
|
-
import { d as BaseGameCommand, e as getProjectPlatformProgress, P as Platform, f as getShortDate } from '../../../baseGameCommand-
|
|
7
|
-
import { g as getShortUUID, m as makeHumanReadable } from '../../../index-
|
|
6
|
+
import { d as BaseGameCommand, e as getProjectPlatformProgress, P as Platform, f as getShortDate } from '../../../baseGameCommand-BeUNc6Wy.js';
|
|
7
|
+
import { g as getShortUUID, m as makeHumanReadable } from '../../../index-CNME7EEo.js';
|
|
8
8
|
import 'react';
|
|
9
|
-
import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../AppleBundleIdDetails-
|
|
9
|
+
import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../AppleBundleIdDetails-Nk85zNWP.js';
|
|
10
10
|
import { S as StatusTable } from '../../../StatusTable-CxuX_R1D.js';
|
|
11
11
|
import 'axios';
|
|
12
12
|
import '@tanstack/react-query';
|
|
@@ -24,10 +24,10 @@ import 'node:readline';
|
|
|
24
24
|
import 'isomorphic-git';
|
|
25
25
|
import 'ini';
|
|
26
26
|
import 'deepmerge';
|
|
27
|
-
import '../../../useAppleApp-
|
|
27
|
+
import '../../../useAppleApp-D0wyTA6C.js';
|
|
28
28
|
import '../../../Title-BCQtayg6.js';
|
|
29
29
|
import '../../../Table-CvM6pccN.js';
|
|
30
|
-
import '../../../useAppleBundleId-
|
|
30
|
+
import '../../../useAppleBundleId-VKmaX7sP.js';
|
|
31
31
|
|
|
32
32
|
class GameIosStatus extends BaseGameCommand {
|
|
33
33
|
static args = {};
|
|
@@ -4,15 +4,15 @@ import { Flags } from '@oclif/core';
|
|
|
4
4
|
import 'path';
|
|
5
5
|
import 'fs';
|
|
6
6
|
import '@expo/apple-utils/build/index.js';
|
|
7
|
-
import { d as BaseGameCommand, J as getProjectJobs } from '../../../baseGameCommand-
|
|
8
|
-
import { d as getJobStatusColor } from '../../../index-
|
|
9
|
-
import { A as App } from '../../../App-
|
|
7
|
+
import { d as BaseGameCommand, J as getProjectJobs } from '../../../baseGameCommand-BeUNc6Wy.js';
|
|
8
|
+
import { d as getJobStatusColor } from '../../../index-CNME7EEo.js';
|
|
9
|
+
import { A as App } from '../../../App-SiSXLW2s.js';
|
|
10
10
|
import 'ink-spinner';
|
|
11
11
|
import { T as Table } from '../../../Table-CvM6pccN.js';
|
|
12
12
|
import { DateTime } from 'luxon';
|
|
13
13
|
import '@tanstack/react-query';
|
|
14
14
|
import 'axios';
|
|
15
|
-
import { a as getJobSummary } from '../../../useJob-
|
|
15
|
+
import { a as getJobSummary } from '../../../useJob-D8xNld5t.js';
|
|
16
16
|
import 'react';
|
|
17
17
|
import 'socket.io-client';
|
|
18
18
|
import 'string-length';
|
|
@@ -4,7 +4,7 @@ import { measureElement, Box, Text, render } from 'ink';
|
|
|
4
4
|
import 'path';
|
|
5
5
|
import 'fs';
|
|
6
6
|
import '@expo/apple-utils/build/index.js';
|
|
7
|
-
import { o as getAuthedHeaders, p as API_URL, I as castArrayObjectDates, a0 as getAuthToken, $ as WS_URL, a1 as castObjectDates, a2 as castJobDates, a3 as getShortTime, K as JobStatus, d as BaseGameCommand, M as getJob } from '../../../baseGameCommand-
|
|
7
|
+
import { o as getAuthedHeaders, p as API_URL, I as castArrayObjectDates, a0 as getAuthToken, $ as WS_URL, a1 as castObjectDates, a2 as castJobDates, a3 as getShortTime, K as JobStatus, d as BaseGameCommand, M as getJob } from '../../../baseGameCommand-BeUNc6Wy.js';
|
|
8
8
|
import 'crypto';
|
|
9
9
|
import 'readline-sync';
|
|
10
10
|
import 'node:readline';
|
|
@@ -14,16 +14,16 @@ import { useInfiniteQuery } from '@tanstack/react-query';
|
|
|
14
14
|
import { io } from 'socket.io-client';
|
|
15
15
|
import { DateTime } from 'luxon';
|
|
16
16
|
import 'isomorphic-git';
|
|
17
|
-
import { A as App } from '../../../App-
|
|
17
|
+
import { A as App } from '../../../App-SiSXLW2s.js';
|
|
18
18
|
import Spinner from 'ink-spinner';
|
|
19
|
-
import { h as getStageColor, j as getMessageColor, d as getJobStatusColor } from '../../../index-
|
|
19
|
+
import { h as getStageColor, j as getMessageColor, d as getJobStatusColor } from '../../../index-CNME7EEo.js';
|
|
20
20
|
import { c as cacheKeys } from '../../../cacheKeys-CShA-ZjE.js';
|
|
21
21
|
import { T as Title } from '../../../Title-BCQtayg6.js';
|
|
22
22
|
import stringLength from 'string-length';
|
|
23
23
|
import stripAnsi from 'strip-ansi';
|
|
24
|
-
import { u as useJob, a as getJobSummary } from '../../../useJob-
|
|
24
|
+
import { u as useJob, a as getJobSummary } from '../../../useJob-D8xNld5t.js';
|
|
25
25
|
import { a as StatusRow, b as StatusRowLabel } from '../../../StatusTable-CxuX_R1D.js';
|
|
26
|
-
import { g as getBuildSummary } from '../../../useBuilds-
|
|
26
|
+
import { g as getBuildSummary } from '../../../useBuilds-e6LIXrOH.js';
|
|
27
27
|
import { N as NextSteps } from '../../../NextSteps-CK9zHOCt.js';
|
|
28
28
|
import 'ini';
|
|
29
29
|
import 'deepmerge';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { render, Box, Text } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
|
-
import { B as BaseAuthenticatedCommand, w as getProjects, f as getShortDate } from '../../baseGameCommand-
|
|
4
|
+
import { B as BaseAuthenticatedCommand, w as getProjects, f as getShortDate } from '../../baseGameCommand-BeUNc6Wy.js';
|
|
5
5
|
import 'path';
|
|
6
6
|
import 'fs';
|
|
7
7
|
import '@expo/apple-utils/build/index.js';
|
|
8
|
-
import { g as getShortUUID } from '../../index-
|
|
9
|
-
import { A as App } from '../../App-
|
|
8
|
+
import { g as getShortUUID } from '../../index-CNME7EEo.js';
|
|
9
|
+
import { A as App } from '../../App-SiSXLW2s.js';
|
|
10
10
|
import 'ink-spinner';
|
|
11
11
|
import { T as Table } from '../../Table-CvM6pccN.js';
|
|
12
12
|
import 'luxon';
|
|
@@ -3,8 +3,8 @@ import axios from 'axios';
|
|
|
3
3
|
import fg from 'fast-glob';
|
|
4
4
|
import fs__default from 'fs';
|
|
5
5
|
import yazl from 'yazl';
|
|
6
|
-
import { d as BaseGameCommand, D as DEFAULT_SHIPPED_FILES_GLOBS, c as DEFAULT_IGNORED_FILES_GLOBS, N as getNewUploadTicket, O as startJobsFromUpload } from '../../baseGameCommand-
|
|
7
|
-
import { e as getFileHash } from '../../index-
|
|
6
|
+
import { d as BaseGameCommand, D as DEFAULT_SHIPPED_FILES_GLOBS, c as DEFAULT_IGNORED_FILES_GLOBS, N as getNewUploadTicket, O as startJobsFromUpload } from '../../baseGameCommand-BeUNc6Wy.js';
|
|
7
|
+
import { e as getFileHash } from '../../index-CNME7EEo.js';
|
|
8
8
|
import { g as getCWDGitInfo } from '../../git-DREGq-jc.js';
|
|
9
9
|
import '@oclif/core';
|
|
10
10
|
import 'path';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
|
-
import { A as App } from '../../App-
|
|
4
|
+
import { A as App } from '../../App-SiSXLW2s.js';
|
|
5
5
|
import 'ink-spinner';
|
|
6
|
-
import { d as BaseGameCommand, e as getProjectPlatformProgress, P as Platform, f as getShortDate } from '../../baseGameCommand-
|
|
7
|
-
import { g as getShortUUID, m as makeHumanReadable } from '../../index-
|
|
6
|
+
import { d as BaseGameCommand, e as getProjectPlatformProgress, P as Platform, f as getShortDate } from '../../baseGameCommand-BeUNc6Wy.js';
|
|
7
|
+
import { g as getShortUUID, m as makeHumanReadable } from '../../index-CNME7EEo.js';
|
|
8
8
|
import 'react';
|
|
9
9
|
import 'luxon';
|
|
10
10
|
import '@tanstack/react-query';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Flags } from '@oclif/core';
|
|
2
|
-
import { B as BaseAuthenticatedCommand, i as isCWDGodotGame, g as getUserCredentials, P as Platform, C as CredentialsType, n as getProjectCredentials } from '../../baseGameCommand-
|
|
2
|
+
import { B as BaseAuthenticatedCommand, i as isCWDGodotGame, g as getUserCredentials, P as Platform, C as CredentialsType, n as getProjectCredentials } from '../../baseGameCommand-BeUNc6Wy.js';
|
|
3
3
|
import 'path';
|
|
4
4
|
import 'fs';
|
|
5
5
|
import '@expo/apple-utils/build/index.js';
|
package/dist/commands/login.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import axios from 'axios';
|
|
2
2
|
import { Flags } from '@oclif/core';
|
|
3
|
-
import { W as WEB_URL, V as BaseCommand, p as API_URL, X as setAuthToken, Y as acceptTerms } from '../baseGameCommand-
|
|
4
|
-
import { a as getInput } from '../index-
|
|
3
|
+
import { W as WEB_URL, V as BaseCommand, p as API_URL, X as setAuthToken, Y as acceptTerms } from '../baseGameCommand-BeUNc6Wy.js';
|
|
4
|
+
import { a as getInput } from '../index-CNME7EEo.js';
|
|
5
5
|
import 'path';
|
|
6
6
|
import 'fs';
|
|
7
7
|
import '@expo/apple-utils/build/index.js';
|
package/dist/commands/status.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
2
|
import { render } from 'ink';
|
|
3
|
-
import { _ as DOMAIN, p as API_URL, $ as WS_URL, W as WEB_URL, V as BaseCommand, i as isCWDGodotGame } from '../baseGameCommand-
|
|
3
|
+
import { _ as DOMAIN, p as API_URL, $ as WS_URL, W as WEB_URL, V as BaseCommand, i as isCWDGodotGame } from '../baseGameCommand-BeUNc6Wy.js';
|
|
4
4
|
import 'axios';
|
|
5
5
|
import 'luxon';
|
|
6
6
|
import 'fs';
|
|
7
|
-
import { A as App } from '../App-
|
|
7
|
+
import { A as App } from '../App-SiSXLW2s.js';
|
|
8
8
|
import 'ink-spinner';
|
|
9
9
|
import 'crypto';
|
|
10
10
|
import 'readline-sync';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import axios from 'axios';
|
|
2
2
|
import * as fs from 'fs';
|
|
3
|
-
import { o as getAuthedHeaders, p as API_URL } from './baseGameCommand-
|
|
3
|
+
import { o as getAuthedHeaders, p as API_URL } from './baseGameCommand-BeUNc6Wy.js';
|
|
4
4
|
|
|
5
5
|
async function exportCredential({ zipPath, credentialId, projectId }) {
|
|
6
6
|
const headers = getAuthedHeaders();
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import axios from 'axios';
|
|
2
2
|
import { promises } from 'fs';
|
|
3
|
-
import { o as getAuthedHeaders, p as API_URL } from './baseGameCommand-
|
|
3
|
+
import { o as getAuthedHeaders, p as API_URL } from './baseGameCommand-BeUNc6Wy.js';
|
|
4
4
|
|
|
5
5
|
async function getNewImportTicket(projectId) {
|
|
6
6
|
const url = projectId ? `${API_URL}/projects/${projectId}/credentials/import/url` : `${API_URL}/credentials/import/url`;
|
|
@@ -2,7 +2,7 @@ import crypto from 'crypto';
|
|
|
2
2
|
import fs__default from 'fs';
|
|
3
3
|
import readlineSync from 'readline-sync';
|
|
4
4
|
import { promises } from 'node:readline';
|
|
5
|
-
import { K as JobStatus, P as Platform, R as JobStage, S as LogLevel } from './baseGameCommand-
|
|
5
|
+
import { K as JobStatus, P as Platform, R as JobStage, S as LogLevel } from './baseGameCommand-BeUNc6Wy.js';
|
|
6
6
|
import 'react';
|
|
7
7
|
import 'axios';
|
|
8
8
|
import '@tanstack/react-query';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import axios from 'axios';
|
|
2
|
-
import { o as getAuthedHeaders, p as API_URL } from './baseGameCommand-
|
|
2
|
+
import { o as getAuthedHeaders, p as API_URL } from './baseGameCommand-BeUNc6Wy.js';
|
|
3
3
|
|
|
4
4
|
async function getNewUploadTicket(projectId = null) {
|
|
5
5
|
const url = projectId ? `${API_URL}/projects/${projectId}/credentials/url` : `${API_URL}/credentials/url`;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useQuery } from '@tanstack/react-query';
|
|
2
|
-
import { m as BundleId, u as getGodotProjectCapabilities, P as Platform, G as GODOT_CAPABILITIES, v as CapabilityType } from './baseGameCommand-
|
|
2
|
+
import { m as BundleId, u as getGodotProjectCapabilities, P as Platform, G as GODOT_CAPABILITIES, v as CapabilityType } from './baseGameCommand-BeUNc6Wy.js';
|
|
3
3
|
|
|
4
4
|
async function getBundleIdCapabilities(bundleId) {
|
|
5
5
|
const current = await bundleId.getBundleIdCapabilitiesAsync();
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import axios from 'axios';
|
|
2
2
|
import { useQuery } from '@tanstack/react-query';
|
|
3
|
-
import { P as Platform, H as getShortDateTime, o as getAuthedHeaders, p as API_URL, I as castArrayObjectDates } from './baseGameCommand-
|
|
3
|
+
import { P as Platform, H as getShortDateTime, o as getAuthedHeaders, p as API_URL, I as castArrayObjectDates } from './baseGameCommand-BeUNc6Wy.js';
|
|
4
4
|
import { c as cacheKeys } from './cacheKeys-CShA-ZjE.js';
|
|
5
|
-
import { g as getShortUUID, c as getPlatformName } from './index-
|
|
6
|
-
import { g as getJobDetailsSummary } from './useJob-
|
|
5
|
+
import { g as getShortUUID, c as getPlatformName } from './index-CNME7EEo.js';
|
|
6
|
+
import { g as getJobDetailsSummary } from './useJob-D8xNld5t.js';
|
|
7
7
|
|
|
8
8
|
async function queryBuilds({ projectId, ...pageAndSortParams }) {
|
|
9
9
|
try {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useQuery } from '@tanstack/react-query';
|
|
2
2
|
import { c as cacheKeys } from './cacheKeys-CShA-ZjE.js';
|
|
3
|
-
import { K as JobStatus, H as getShortDateTime, L as getShortTimeDelta, M as getJob } from './baseGameCommand-
|
|
4
|
-
import { g as getShortUUID, c as getPlatformName } from './index-
|
|
3
|
+
import { K as JobStatus, H as getShortDateTime, L as getShortTimeDelta, M as getJob } from './baseGameCommand-BeUNc6Wy.js';
|
|
4
|
+
import { g as getShortUUID, c as getPlatformName } from './index-CNME7EEo.js';
|
|
5
5
|
|
|
6
6
|
function getJobDetailsSummary(jobDetails) {
|
|
7
7
|
const semanticVersion = jobDetails?.semanticVersion || "N/A";
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shipthis",
|
|
3
3
|
"description": "Game Shipping Tool",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.8",
|
|
5
5
|
"author": "Hello Invent Ltd",
|
|
6
6
|
"bin": {
|
|
7
7
|
"shipthis": "./bin/run.js"
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"/dist",
|
|
76
76
|
"/oclif.manifest.json"
|
|
77
77
|
],
|
|
78
|
-
"homepage": "https://
|
|
78
|
+
"homepage": "https://shipthis.cc",
|
|
79
79
|
"keywords": [
|
|
80
80
|
"oclif"
|
|
81
81
|
],
|