shipthis 0.0.1 → 0.0.2
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/oclif.manifest.json +135 -135
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -54,7 +54,7 @@ $ npm install -g shipthis
|
|
|
54
54
|
$ shipthis COMMAND
|
|
55
55
|
running command...
|
|
56
56
|
$ shipthis (--version)
|
|
57
|
-
shipthis/0.0.
|
|
57
|
+
shipthis/0.0.2 linux-x64 node-v20.17.0
|
|
58
58
|
$ shipthis --help [COMMAND]
|
|
59
59
|
USAGE
|
|
60
60
|
$ shipthis COMMAND
|
|
@@ -120,7 +120,7 @@ EXAMPLES
|
|
|
120
120
|
$ shipthis apple apiKey create --force
|
|
121
121
|
```
|
|
122
122
|
|
|
123
|
-
_See code: [src/commands/apple/apiKey/create.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.
|
|
123
|
+
_See code: [src/commands/apple/apiKey/create.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.2/src/commands/apple/apiKey/create.ts)_
|
|
124
124
|
|
|
125
125
|
## `shipthis apple apiKey export FILE`
|
|
126
126
|
|
|
@@ -143,7 +143,7 @@ EXAMPLES
|
|
|
143
143
|
$ shipthis apple apiKey export userApiKey.zip
|
|
144
144
|
```
|
|
145
145
|
|
|
146
|
-
_See code: [src/commands/apple/apiKey/export.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.
|
|
146
|
+
_See code: [src/commands/apple/apiKey/export.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.2/src/commands/apple/apiKey/export.ts)_
|
|
147
147
|
|
|
148
148
|
## `shipthis apple apiKey import FILE`
|
|
149
149
|
|
|
@@ -166,7 +166,7 @@ EXAMPLES
|
|
|
166
166
|
$ shipthis apple apiKey import userApiKey.zip
|
|
167
167
|
```
|
|
168
168
|
|
|
169
|
-
_See code: [src/commands/apple/apiKey/import.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.
|
|
169
|
+
_See code: [src/commands/apple/apiKey/import.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.2/src/commands/apple/apiKey/import.ts)_
|
|
170
170
|
|
|
171
171
|
## `shipthis apple apiKey status`
|
|
172
172
|
|
|
@@ -189,7 +189,7 @@ EXAMPLES
|
|
|
189
189
|
$ shipthis apple apiKey status --noAppleAuth
|
|
190
190
|
```
|
|
191
191
|
|
|
192
|
-
_See code: [src/commands/apple/apiKey/status.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.
|
|
192
|
+
_See code: [src/commands/apple/apiKey/status.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.2/src/commands/apple/apiKey/status.ts)_
|
|
193
193
|
|
|
194
194
|
## `shipthis apple certificate create`
|
|
195
195
|
|
|
@@ -213,7 +213,7 @@ EXAMPLES
|
|
|
213
213
|
$ shipthis apple certificate create --force
|
|
214
214
|
```
|
|
215
215
|
|
|
216
|
-
_See code: [src/commands/apple/certificate/create.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.
|
|
216
|
+
_See code: [src/commands/apple/certificate/create.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.2/src/commands/apple/certificate/create.ts)_
|
|
217
217
|
|
|
218
218
|
## `shipthis apple certificate export FILE`
|
|
219
219
|
|
|
@@ -236,7 +236,7 @@ EXAMPLES
|
|
|
236
236
|
$ shipthis apple certificate export userCert.zip
|
|
237
237
|
```
|
|
238
238
|
|
|
239
|
-
_See code: [src/commands/apple/certificate/export.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.
|
|
239
|
+
_See code: [src/commands/apple/certificate/export.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.2/src/commands/apple/certificate/export.ts)_
|
|
240
240
|
|
|
241
241
|
## `shipthis apple certificate import FILE`
|
|
242
242
|
|
|
@@ -259,7 +259,7 @@ EXAMPLES
|
|
|
259
259
|
$ shipthis apple certificate import userCert.zip
|
|
260
260
|
```
|
|
261
261
|
|
|
262
|
-
_See code: [src/commands/apple/certificate/import.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.
|
|
262
|
+
_See code: [src/commands/apple/certificate/import.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.2/src/commands/apple/certificate/import.ts)_
|
|
263
263
|
|
|
264
264
|
## `shipthis apple certificate status`
|
|
265
265
|
|
|
@@ -282,7 +282,7 @@ EXAMPLES
|
|
|
282
282
|
$ shipthis apple certificate status --noAppleAuth
|
|
283
283
|
```
|
|
284
284
|
|
|
285
|
-
_See code: [src/commands/apple/certificate/status.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.
|
|
285
|
+
_See code: [src/commands/apple/certificate/status.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.2/src/commands/apple/certificate/status.ts)_
|
|
286
286
|
|
|
287
287
|
## `shipthis apple login`
|
|
288
288
|
|
|
@@ -306,7 +306,7 @@ EXAMPLES
|
|
|
306
306
|
$ shipthis apple login --force --appleEmail me@email.nowhere
|
|
307
307
|
```
|
|
308
308
|
|
|
309
|
-
_See code: [src/commands/apple/login.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.
|
|
309
|
+
_See code: [src/commands/apple/login.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.2/src/commands/apple/login.ts)_
|
|
310
310
|
|
|
311
311
|
## `shipthis apple status`
|
|
312
312
|
|
|
@@ -323,7 +323,7 @@ EXAMPLES
|
|
|
323
323
|
$ shipthis apple status
|
|
324
324
|
```
|
|
325
325
|
|
|
326
|
-
_See code: [src/commands/apple/status.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.
|
|
326
|
+
_See code: [src/commands/apple/status.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.2/src/commands/apple/status.ts)_
|
|
327
327
|
|
|
328
328
|
## `shipthis dashboard`
|
|
329
329
|
|
|
@@ -340,7 +340,7 @@ EXAMPLES
|
|
|
340
340
|
$ shipthis dashboard
|
|
341
341
|
```
|
|
342
342
|
|
|
343
|
-
_See code: [src/commands/dashboard.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.
|
|
343
|
+
_See code: [src/commands/dashboard.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.2/src/commands/dashboard.ts)_
|
|
344
344
|
|
|
345
345
|
## `shipthis game build download BUILD_ID FILE`
|
|
346
346
|
|
|
@@ -367,7 +367,7 @@ EXAMPLES
|
|
|
367
367
|
$ shipthis game build download --gameId 0c179fc4 e4b9a3d7 output.apk
|
|
368
368
|
```
|
|
369
369
|
|
|
370
|
-
_See code: [src/commands/game/build/download.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.
|
|
370
|
+
_See code: [src/commands/game/build/download.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.2/src/commands/game/build/download.ts)_
|
|
371
371
|
|
|
372
372
|
## `shipthis game build list`
|
|
373
373
|
|
|
@@ -397,7 +397,7 @@ EXAMPLES
|
|
|
397
397
|
$ shipthis game build list --gameId 0c179fc4 --pageSize 20 --pageNumber 1
|
|
398
398
|
```
|
|
399
399
|
|
|
400
|
-
_See code: [src/commands/game/build/list.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.
|
|
400
|
+
_See code: [src/commands/game/build/list.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.2/src/commands/game/build/list.ts)_
|
|
401
401
|
|
|
402
402
|
## `shipthis game create`
|
|
403
403
|
|
|
@@ -419,7 +419,7 @@ EXAMPLES
|
|
|
419
419
|
$ shipthis game create
|
|
420
420
|
```
|
|
421
421
|
|
|
422
|
-
_See code: [src/commands/game/create.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.
|
|
422
|
+
_See code: [src/commands/game/create.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.2/src/commands/game/create.ts)_
|
|
423
423
|
|
|
424
424
|
## `shipthis game details`
|
|
425
425
|
|
|
@@ -453,7 +453,7 @@ EXAMPLES
|
|
|
453
453
|
$ shipthis game details --gameEngine godot --gameEngineVersion 4.2 --force
|
|
454
454
|
```
|
|
455
455
|
|
|
456
|
-
_See code: [src/commands/game/details.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.
|
|
456
|
+
_See code: [src/commands/game/details.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.2/src/commands/game/details.ts)_
|
|
457
457
|
|
|
458
458
|
## `shipthis game export GAME_ID`
|
|
459
459
|
|
|
@@ -478,7 +478,7 @@ EXAMPLES
|
|
|
478
478
|
$ shipthis game export abcd1234 --force
|
|
479
479
|
```
|
|
480
480
|
|
|
481
|
-
_See code: [src/commands/game/export.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.
|
|
481
|
+
_See code: [src/commands/game/export.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.2/src/commands/game/export.ts)_
|
|
482
482
|
|
|
483
483
|
## `shipthis game ios app addTester`
|
|
484
484
|
|
|
@@ -501,7 +501,7 @@ EXAMPLES
|
|
|
501
501
|
$ shipthis game ios app addTester
|
|
502
502
|
```
|
|
503
503
|
|
|
504
|
-
_See code: [src/commands/game/ios/app/addTester.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.
|
|
504
|
+
_See code: [src/commands/game/ios/app/addTester.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.2/src/commands/game/ios/app/addTester.ts)_
|
|
505
505
|
|
|
506
506
|
## `shipthis game ios app create`
|
|
507
507
|
|
|
@@ -526,7 +526,7 @@ EXAMPLES
|
|
|
526
526
|
$ shipthis game ios app create
|
|
527
527
|
```
|
|
528
528
|
|
|
529
|
-
_See code: [src/commands/game/ios/app/create.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.
|
|
529
|
+
_See code: [src/commands/game/ios/app/create.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.2/src/commands/game/ios/app/create.ts)_
|
|
530
530
|
|
|
531
531
|
## `shipthis game ios app status`
|
|
532
532
|
|
|
@@ -546,7 +546,7 @@ EXAMPLES
|
|
|
546
546
|
$ shipthis game ios app status
|
|
547
547
|
```
|
|
548
548
|
|
|
549
|
-
_See code: [src/commands/game/ios/app/status.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.
|
|
549
|
+
_See code: [src/commands/game/ios/app/status.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.2/src/commands/game/ios/app/status.ts)_
|
|
550
550
|
|
|
551
551
|
## `shipthis game ios app sync`
|
|
552
552
|
|
|
@@ -569,7 +569,7 @@ EXAMPLES
|
|
|
569
569
|
$ shipthis game ios app sync
|
|
570
570
|
```
|
|
571
571
|
|
|
572
|
-
_See code: [src/commands/game/ios/app/sync.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.
|
|
572
|
+
_See code: [src/commands/game/ios/app/sync.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.2/src/commands/game/ios/app/sync.ts)_
|
|
573
573
|
|
|
574
574
|
## `shipthis game ios profile create`
|
|
575
575
|
|
|
@@ -592,7 +592,7 @@ EXAMPLES
|
|
|
592
592
|
$ shipthis game ios profile create
|
|
593
593
|
```
|
|
594
594
|
|
|
595
|
-
_See code: [src/commands/game/ios/profile/create.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.
|
|
595
|
+
_See code: [src/commands/game/ios/profile/create.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.2/src/commands/game/ios/profile/create.ts)_
|
|
596
596
|
|
|
597
597
|
## `shipthis game ios profile export FILE`
|
|
598
598
|
|
|
@@ -616,7 +616,7 @@ EXAMPLES
|
|
|
616
616
|
$ shipthis game ios profile export userProfile.zip
|
|
617
617
|
```
|
|
618
618
|
|
|
619
|
-
_See code: [src/commands/game/ios/profile/export.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.
|
|
619
|
+
_See code: [src/commands/game/ios/profile/export.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.2/src/commands/game/ios/profile/export.ts)_
|
|
620
620
|
|
|
621
621
|
## `shipthis game ios profile import FILE`
|
|
622
622
|
|
|
@@ -640,7 +640,7 @@ EXAMPLES
|
|
|
640
640
|
$ shipthis game ios profile import profile.zip
|
|
641
641
|
```
|
|
642
642
|
|
|
643
|
-
_See code: [src/commands/game/ios/profile/import.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.
|
|
643
|
+
_See code: [src/commands/game/ios/profile/import.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.2/src/commands/game/ios/profile/import.ts)_
|
|
644
644
|
|
|
645
645
|
## `shipthis game ios profile status`
|
|
646
646
|
|
|
@@ -662,7 +662,7 @@ EXAMPLES
|
|
|
662
662
|
$ shipthis game ios profile status
|
|
663
663
|
```
|
|
664
664
|
|
|
665
|
-
_See code: [src/commands/game/ios/profile/status.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.
|
|
665
|
+
_See code: [src/commands/game/ios/profile/status.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.2/src/commands/game/ios/profile/status.ts)_
|
|
666
666
|
|
|
667
667
|
## `shipthis game ios status`
|
|
668
668
|
|
|
@@ -684,7 +684,7 @@ EXAMPLES
|
|
|
684
684
|
$ shipthis game ios status --gameId 0c179fc4
|
|
685
685
|
```
|
|
686
686
|
|
|
687
|
-
_See code: [src/commands/game/ios/status.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.
|
|
687
|
+
_See code: [src/commands/game/ios/status.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.2/src/commands/game/ios/status.ts)_
|
|
688
688
|
|
|
689
689
|
## `shipthis game job list`
|
|
690
690
|
|
|
@@ -712,7 +712,7 @@ EXAMPLES
|
|
|
712
712
|
$ shipthis game job list --gameId 0c179fc4
|
|
713
713
|
```
|
|
714
714
|
|
|
715
|
-
_See code: [src/commands/game/job/list.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.
|
|
715
|
+
_See code: [src/commands/game/job/list.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.2/src/commands/game/job/list.ts)_
|
|
716
716
|
|
|
717
717
|
## `shipthis game job status JOB_ID`
|
|
718
718
|
|
|
@@ -741,7 +741,7 @@ EXAMPLES
|
|
|
741
741
|
$ shipthis game job status --gameId 0c179fc4 --lines 20 --follow 4d32239e
|
|
742
742
|
```
|
|
743
743
|
|
|
744
|
-
_See code: [src/commands/game/job/status.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.
|
|
744
|
+
_See code: [src/commands/game/job/status.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.2/src/commands/game/job/status.ts)_
|
|
745
745
|
|
|
746
746
|
## `shipthis game list`
|
|
747
747
|
|
|
@@ -766,7 +766,7 @@ EXAMPLES
|
|
|
766
766
|
$ shipthis game list
|
|
767
767
|
```
|
|
768
768
|
|
|
769
|
-
_See code: [src/commands/game/list.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.
|
|
769
|
+
_See code: [src/commands/game/list.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.2/src/commands/game/list.ts)_
|
|
770
770
|
|
|
771
771
|
## `shipthis game ship`
|
|
772
772
|
|
|
@@ -786,7 +786,7 @@ EXAMPLES
|
|
|
786
786
|
$ shipthis game ship
|
|
787
787
|
```
|
|
788
788
|
|
|
789
|
-
_See code: [src/commands/game/ship.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.
|
|
789
|
+
_See code: [src/commands/game/ship.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.2/src/commands/game/ship.ts)_
|
|
790
790
|
|
|
791
791
|
## `shipthis game status`
|
|
792
792
|
|
|
@@ -808,7 +808,7 @@ EXAMPLES
|
|
|
808
808
|
$ shipthis game status --gameId 0c179fc4
|
|
809
809
|
```
|
|
810
810
|
|
|
811
|
-
_See code: [src/commands/game/status.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.
|
|
811
|
+
_See code: [src/commands/game/status.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.2/src/commands/game/status.ts)_
|
|
812
812
|
|
|
813
813
|
## `shipthis game wizard`
|
|
814
814
|
|
|
@@ -830,7 +830,7 @@ EXAMPLES
|
|
|
830
830
|
$ shipthis game wizard
|
|
831
831
|
```
|
|
832
832
|
|
|
833
|
-
_See code: [src/commands/game/wizard.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.
|
|
833
|
+
_See code: [src/commands/game/wizard.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.2/src/commands/game/wizard.ts)_
|
|
834
834
|
|
|
835
835
|
## `shipthis help [COMMAND]`
|
|
836
836
|
|
|
@@ -873,7 +873,7 @@ EXAMPLES
|
|
|
873
873
|
$ shipthis login --force --email me@email.nowhere
|
|
874
874
|
```
|
|
875
875
|
|
|
876
|
-
_See code: [src/commands/login.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.
|
|
876
|
+
_See code: [src/commands/login.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.2/src/commands/login.ts)_
|
|
877
877
|
|
|
878
878
|
## `shipthis status`
|
|
879
879
|
|
|
@@ -890,5 +890,5 @@ EXAMPLES
|
|
|
890
890
|
$ shipthis status
|
|
891
891
|
```
|
|
892
892
|
|
|
893
|
-
_See code: [src/commands/status.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.
|
|
893
|
+
_See code: [src/commands/status.ts](https://github.com/oclif-cli/shipthis/blob/v0.0.2/src/commands/status.ts)_
|
|
894
894
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -1115,21 +1115,14 @@
|
|
|
1115
1115
|
"status.js"
|
|
1116
1116
|
]
|
|
1117
1117
|
},
|
|
1118
|
-
"game:ios:
|
|
1118
|
+
"game:ios:app:addTester": {
|
|
1119
1119
|
"aliases": [],
|
|
1120
1120
|
"args": {},
|
|
1121
|
-
"description": "
|
|
1121
|
+
"description": "Adds a test user to the game in App Store Connect.",
|
|
1122
1122
|
"examples": [
|
|
1123
1123
|
"<%= config.bin %> <%= command.id %>"
|
|
1124
1124
|
],
|
|
1125
1125
|
"flags": {
|
|
1126
|
-
"quiet": {
|
|
1127
|
-
"char": "q",
|
|
1128
|
-
"description": "Avoid output except for interactions and errors",
|
|
1129
|
-
"name": "quiet",
|
|
1130
|
-
"allowNo": false,
|
|
1131
|
-
"type": "boolean"
|
|
1132
|
-
},
|
|
1133
1126
|
"gameId": {
|
|
1134
1127
|
"char": "g",
|
|
1135
1128
|
"description": "The ID of the game",
|
|
@@ -1138,16 +1131,34 @@
|
|
|
1138
1131
|
"multiple": false,
|
|
1139
1132
|
"type": "option"
|
|
1140
1133
|
},
|
|
1141
|
-
"
|
|
1134
|
+
"email": {
|
|
1135
|
+
"char": "e",
|
|
1136
|
+
"description": "The email address of the tester",
|
|
1137
|
+
"name": "email",
|
|
1138
|
+
"hasDynamicHelp": false,
|
|
1139
|
+
"multiple": false,
|
|
1140
|
+
"type": "option"
|
|
1141
|
+
},
|
|
1142
|
+
"firstName": {
|
|
1142
1143
|
"char": "f",
|
|
1143
|
-
"
|
|
1144
|
-
"
|
|
1145
|
-
"
|
|
1144
|
+
"description": "The first name of the tester",
|
|
1145
|
+
"name": "firstName",
|
|
1146
|
+
"hasDynamicHelp": false,
|
|
1147
|
+
"multiple": false,
|
|
1148
|
+
"type": "option"
|
|
1149
|
+
},
|
|
1150
|
+
"lastName": {
|
|
1151
|
+
"char": "l",
|
|
1152
|
+
"description": "The last name of the tester",
|
|
1153
|
+
"name": "lastName",
|
|
1154
|
+
"hasDynamicHelp": false,
|
|
1155
|
+
"multiple": false,
|
|
1156
|
+
"type": "option"
|
|
1146
1157
|
}
|
|
1147
1158
|
},
|
|
1148
1159
|
"hasDynamicHelp": false,
|
|
1149
1160
|
"hiddenAliases": [],
|
|
1150
|
-
"id": "game:ios:
|
|
1161
|
+
"id": "game:ios:app:addTester",
|
|
1151
1162
|
"pluginAlias": "shipthis",
|
|
1152
1163
|
"pluginName": "shipthis",
|
|
1153
1164
|
"pluginType": "core",
|
|
@@ -1159,24 +1170,25 @@
|
|
|
1159
1170
|
"commands",
|
|
1160
1171
|
"game",
|
|
1161
1172
|
"ios",
|
|
1162
|
-
"
|
|
1163
|
-
"
|
|
1173
|
+
"app",
|
|
1174
|
+
"addTester.js"
|
|
1164
1175
|
]
|
|
1165
1176
|
},
|
|
1166
|
-
"game:ios:
|
|
1177
|
+
"game:ios:app:create": {
|
|
1167
1178
|
"aliases": [],
|
|
1168
|
-
"args": {
|
|
1169
|
-
|
|
1170
|
-
"description": "Name of the ZIP file to create",
|
|
1171
|
-
"name": "file",
|
|
1172
|
-
"required": true
|
|
1173
|
-
}
|
|
1174
|
-
},
|
|
1175
|
-
"description": "Saves the current Mobile Provisioning Profile to a ZIP file",
|
|
1179
|
+
"args": {},
|
|
1180
|
+
"description": "Creates an App and BundleId in the Apple Developer Portal. If --gameId is not provided it will look in the current directory.",
|
|
1176
1181
|
"examples": [
|
|
1177
|
-
"<%= config.bin %> <%= command.id %>
|
|
1182
|
+
"<%= config.bin %> <%= command.id %>"
|
|
1178
1183
|
],
|
|
1179
1184
|
"flags": {
|
|
1185
|
+
"quiet": {
|
|
1186
|
+
"char": "q",
|
|
1187
|
+
"description": "Avoid output except for interactions and errors",
|
|
1188
|
+
"name": "quiet",
|
|
1189
|
+
"allowNo": false,
|
|
1190
|
+
"type": "boolean"
|
|
1191
|
+
},
|
|
1180
1192
|
"gameId": {
|
|
1181
1193
|
"char": "g",
|
|
1182
1194
|
"description": "The ID of the game",
|
|
@@ -1185,9 +1197,24 @@
|
|
|
1185
1197
|
"multiple": false,
|
|
1186
1198
|
"type": "option"
|
|
1187
1199
|
},
|
|
1200
|
+
"appName": {
|
|
1201
|
+
"char": "n",
|
|
1202
|
+
"description": "The name of the App in the Apple Developer Portal",
|
|
1203
|
+
"name": "appName",
|
|
1204
|
+
"hasDynamicHelp": false,
|
|
1205
|
+
"multiple": false,
|
|
1206
|
+
"type": "option"
|
|
1207
|
+
},
|
|
1208
|
+
"bundleId": {
|
|
1209
|
+
"char": "b",
|
|
1210
|
+
"description": "The BundleId in the Apple Developer Portal",
|
|
1211
|
+
"name": "bundleId",
|
|
1212
|
+
"hasDynamicHelp": false,
|
|
1213
|
+
"multiple": false,
|
|
1214
|
+
"type": "option"
|
|
1215
|
+
},
|
|
1188
1216
|
"force": {
|
|
1189
1217
|
"char": "f",
|
|
1190
|
-
"description": "Overwrite the file if it already exists",
|
|
1191
1218
|
"name": "force",
|
|
1192
1219
|
"allowNo": false,
|
|
1193
1220
|
"type": "boolean"
|
|
@@ -1195,7 +1222,7 @@
|
|
|
1195
1222
|
},
|
|
1196
1223
|
"hasDynamicHelp": false,
|
|
1197
1224
|
"hiddenAliases": [],
|
|
1198
|
-
"id": "game:ios:
|
|
1225
|
+
"id": "game:ios:app:create",
|
|
1199
1226
|
"pluginAlias": "shipthis",
|
|
1200
1227
|
"pluginName": "shipthis",
|
|
1201
1228
|
"pluginType": "core",
|
|
@@ -1207,22 +1234,16 @@
|
|
|
1207
1234
|
"commands",
|
|
1208
1235
|
"game",
|
|
1209
1236
|
"ios",
|
|
1210
|
-
"
|
|
1211
|
-
"
|
|
1237
|
+
"app",
|
|
1238
|
+
"create.js"
|
|
1212
1239
|
]
|
|
1213
1240
|
},
|
|
1214
|
-
"game:ios:
|
|
1241
|
+
"game:ios:app:status": {
|
|
1215
1242
|
"aliases": [],
|
|
1216
|
-
"args": {
|
|
1217
|
-
|
|
1218
|
-
"description": "Name of the ZIP file to import (must be in the same format as the export)",
|
|
1219
|
-
"name": "file",
|
|
1220
|
-
"required": true
|
|
1221
|
-
}
|
|
1222
|
-
},
|
|
1223
|
-
"description": "Imports an Mobile Provisioning Profile to your ShipThis account",
|
|
1243
|
+
"args": {},
|
|
1244
|
+
"description": "Shows the Game iOS App status. If --gameId is not provided it will look in the current directory.",
|
|
1224
1245
|
"examples": [
|
|
1225
|
-
"<%= config.bin %> <%= command.id %>
|
|
1246
|
+
"<%= config.bin %> <%= command.id %>"
|
|
1226
1247
|
],
|
|
1227
1248
|
"flags": {
|
|
1228
1249
|
"gameId": {
|
|
@@ -1232,17 +1253,11 @@
|
|
|
1232
1253
|
"hasDynamicHelp": false,
|
|
1233
1254
|
"multiple": false,
|
|
1234
1255
|
"type": "option"
|
|
1235
|
-
},
|
|
1236
|
-
"force": {
|
|
1237
|
-
"char": "f",
|
|
1238
|
-
"name": "force",
|
|
1239
|
-
"allowNo": false,
|
|
1240
|
-
"type": "boolean"
|
|
1241
1256
|
}
|
|
1242
1257
|
},
|
|
1243
1258
|
"hasDynamicHelp": false,
|
|
1244
1259
|
"hiddenAliases": [],
|
|
1245
|
-
"id": "game:ios:
|
|
1260
|
+
"id": "game:ios:app:status",
|
|
1246
1261
|
"pluginAlias": "shipthis",
|
|
1247
1262
|
"pluginName": "shipthis",
|
|
1248
1263
|
"pluginType": "core",
|
|
@@ -1254,18 +1269,25 @@
|
|
|
1254
1269
|
"commands",
|
|
1255
1270
|
"game",
|
|
1256
1271
|
"ios",
|
|
1257
|
-
"
|
|
1258
|
-
"
|
|
1272
|
+
"app",
|
|
1273
|
+
"status.js"
|
|
1259
1274
|
]
|
|
1260
1275
|
},
|
|
1261
|
-
"game:ios:
|
|
1276
|
+
"game:ios:app:sync": {
|
|
1262
1277
|
"aliases": [],
|
|
1263
1278
|
"args": {},
|
|
1264
|
-
"description": "
|
|
1279
|
+
"description": "Synchronies the Apple App \"BundleId\" with the capabilities from the local project. If --gameId is not provided it will look in the current directory.",
|
|
1265
1280
|
"examples": [
|
|
1266
1281
|
"<%= config.bin %> <%= command.id %>"
|
|
1267
1282
|
],
|
|
1268
1283
|
"flags": {
|
|
1284
|
+
"quiet": {
|
|
1285
|
+
"char": "q",
|
|
1286
|
+
"description": "Avoid output except for interactions and errors",
|
|
1287
|
+
"name": "quiet",
|
|
1288
|
+
"allowNo": false,
|
|
1289
|
+
"type": "boolean"
|
|
1290
|
+
},
|
|
1269
1291
|
"gameId": {
|
|
1270
1292
|
"char": "g",
|
|
1271
1293
|
"description": "The ID of the game",
|
|
@@ -1274,16 +1296,16 @@
|
|
|
1274
1296
|
"multiple": false,
|
|
1275
1297
|
"type": "option"
|
|
1276
1298
|
},
|
|
1277
|
-
"
|
|
1299
|
+
"force": {
|
|
1278
1300
|
"char": "f",
|
|
1279
|
-
"name": "
|
|
1301
|
+
"name": "force",
|
|
1280
1302
|
"allowNo": false,
|
|
1281
1303
|
"type": "boolean"
|
|
1282
1304
|
}
|
|
1283
1305
|
},
|
|
1284
1306
|
"hasDynamicHelp": false,
|
|
1285
1307
|
"hiddenAliases": [],
|
|
1286
|
-
"id": "game:ios:
|
|
1308
|
+
"id": "game:ios:app:sync",
|
|
1287
1309
|
"pluginAlias": "shipthis",
|
|
1288
1310
|
"pluginName": "shipthis",
|
|
1289
1311
|
"pluginType": "core",
|
|
@@ -1295,18 +1317,25 @@
|
|
|
1295
1317
|
"commands",
|
|
1296
1318
|
"game",
|
|
1297
1319
|
"ios",
|
|
1298
|
-
"
|
|
1299
|
-
"
|
|
1320
|
+
"app",
|
|
1321
|
+
"sync.js"
|
|
1300
1322
|
]
|
|
1301
1323
|
},
|
|
1302
|
-
"game:ios:
|
|
1324
|
+
"game:ios:profile:create": {
|
|
1303
1325
|
"aliases": [],
|
|
1304
1326
|
"args": {},
|
|
1305
|
-
"description": "
|
|
1327
|
+
"description": "Creates a Mobile Provisioning Profile in the Apple Developer Portal. If --gameId is not provided it will look in the current directory.",
|
|
1306
1328
|
"examples": [
|
|
1307
1329
|
"<%= config.bin %> <%= command.id %>"
|
|
1308
1330
|
],
|
|
1309
1331
|
"flags": {
|
|
1332
|
+
"quiet": {
|
|
1333
|
+
"char": "q",
|
|
1334
|
+
"description": "Avoid output except for interactions and errors",
|
|
1335
|
+
"name": "quiet",
|
|
1336
|
+
"allowNo": false,
|
|
1337
|
+
"type": "boolean"
|
|
1338
|
+
},
|
|
1310
1339
|
"gameId": {
|
|
1311
1340
|
"char": "g",
|
|
1312
1341
|
"description": "The ID of the game",
|
|
@@ -1315,34 +1344,16 @@
|
|
|
1315
1344
|
"multiple": false,
|
|
1316
1345
|
"type": "option"
|
|
1317
1346
|
},
|
|
1318
|
-
"
|
|
1319
|
-
"char": "e",
|
|
1320
|
-
"description": "The email address of the tester",
|
|
1321
|
-
"name": "email",
|
|
1322
|
-
"hasDynamicHelp": false,
|
|
1323
|
-
"multiple": false,
|
|
1324
|
-
"type": "option"
|
|
1325
|
-
},
|
|
1326
|
-
"firstName": {
|
|
1347
|
+
"force": {
|
|
1327
1348
|
"char": "f",
|
|
1328
|
-
"
|
|
1329
|
-
"
|
|
1330
|
-
"
|
|
1331
|
-
"multiple": false,
|
|
1332
|
-
"type": "option"
|
|
1333
|
-
},
|
|
1334
|
-
"lastName": {
|
|
1335
|
-
"char": "l",
|
|
1336
|
-
"description": "The last name of the tester",
|
|
1337
|
-
"name": "lastName",
|
|
1338
|
-
"hasDynamicHelp": false,
|
|
1339
|
-
"multiple": false,
|
|
1340
|
-
"type": "option"
|
|
1349
|
+
"name": "force",
|
|
1350
|
+
"allowNo": false,
|
|
1351
|
+
"type": "boolean"
|
|
1341
1352
|
}
|
|
1342
1353
|
},
|
|
1343
1354
|
"hasDynamicHelp": false,
|
|
1344
1355
|
"hiddenAliases": [],
|
|
1345
|
-
"id": "game:ios:
|
|
1356
|
+
"id": "game:ios:profile:create",
|
|
1346
1357
|
"pluginAlias": "shipthis",
|
|
1347
1358
|
"pluginName": "shipthis",
|
|
1348
1359
|
"pluginType": "core",
|
|
@@ -1354,25 +1365,24 @@
|
|
|
1354
1365
|
"commands",
|
|
1355
1366
|
"game",
|
|
1356
1367
|
"ios",
|
|
1357
|
-
"
|
|
1358
|
-
"
|
|
1368
|
+
"profile",
|
|
1369
|
+
"create.js"
|
|
1359
1370
|
]
|
|
1360
1371
|
},
|
|
1361
|
-
"game:ios:
|
|
1372
|
+
"game:ios:profile:export": {
|
|
1362
1373
|
"aliases": [],
|
|
1363
|
-
"args": {
|
|
1364
|
-
|
|
1374
|
+
"args": {
|
|
1375
|
+
"file": {
|
|
1376
|
+
"description": "Name of the ZIP file to create",
|
|
1377
|
+
"name": "file",
|
|
1378
|
+
"required": true
|
|
1379
|
+
}
|
|
1380
|
+
},
|
|
1381
|
+
"description": "Saves the current Mobile Provisioning Profile to a ZIP file",
|
|
1365
1382
|
"examples": [
|
|
1366
|
-
"<%= config.bin %> <%= command.id %>"
|
|
1383
|
+
"<%= config.bin %> <%= command.id %> userProfile.zip"
|
|
1367
1384
|
],
|
|
1368
1385
|
"flags": {
|
|
1369
|
-
"quiet": {
|
|
1370
|
-
"char": "q",
|
|
1371
|
-
"description": "Avoid output except for interactions and errors",
|
|
1372
|
-
"name": "quiet",
|
|
1373
|
-
"allowNo": false,
|
|
1374
|
-
"type": "boolean"
|
|
1375
|
-
},
|
|
1376
1386
|
"gameId": {
|
|
1377
1387
|
"char": "g",
|
|
1378
1388
|
"description": "The ID of the game",
|
|
@@ -1381,24 +1391,9 @@
|
|
|
1381
1391
|
"multiple": false,
|
|
1382
1392
|
"type": "option"
|
|
1383
1393
|
},
|
|
1384
|
-
"appName": {
|
|
1385
|
-
"char": "n",
|
|
1386
|
-
"description": "The name of the App in the Apple Developer Portal",
|
|
1387
|
-
"name": "appName",
|
|
1388
|
-
"hasDynamicHelp": false,
|
|
1389
|
-
"multiple": false,
|
|
1390
|
-
"type": "option"
|
|
1391
|
-
},
|
|
1392
|
-
"bundleId": {
|
|
1393
|
-
"char": "b",
|
|
1394
|
-
"description": "The BundleId in the Apple Developer Portal",
|
|
1395
|
-
"name": "bundleId",
|
|
1396
|
-
"hasDynamicHelp": false,
|
|
1397
|
-
"multiple": false,
|
|
1398
|
-
"type": "option"
|
|
1399
|
-
},
|
|
1400
1394
|
"force": {
|
|
1401
1395
|
"char": "f",
|
|
1396
|
+
"description": "Overwrite the file if it already exists",
|
|
1402
1397
|
"name": "force",
|
|
1403
1398
|
"allowNo": false,
|
|
1404
1399
|
"type": "boolean"
|
|
@@ -1406,7 +1401,7 @@
|
|
|
1406
1401
|
},
|
|
1407
1402
|
"hasDynamicHelp": false,
|
|
1408
1403
|
"hiddenAliases": [],
|
|
1409
|
-
"id": "game:ios:
|
|
1404
|
+
"id": "game:ios:profile:export",
|
|
1410
1405
|
"pluginAlias": "shipthis",
|
|
1411
1406
|
"pluginName": "shipthis",
|
|
1412
1407
|
"pluginType": "core",
|
|
@@ -1418,16 +1413,22 @@
|
|
|
1418
1413
|
"commands",
|
|
1419
1414
|
"game",
|
|
1420
1415
|
"ios",
|
|
1421
|
-
"
|
|
1422
|
-
"
|
|
1416
|
+
"profile",
|
|
1417
|
+
"export.js"
|
|
1423
1418
|
]
|
|
1424
1419
|
},
|
|
1425
|
-
"game:ios:
|
|
1420
|
+
"game:ios:profile:import": {
|
|
1426
1421
|
"aliases": [],
|
|
1427
|
-
"args": {
|
|
1428
|
-
|
|
1422
|
+
"args": {
|
|
1423
|
+
"file": {
|
|
1424
|
+
"description": "Name of the ZIP file to import (must be in the same format as the export)",
|
|
1425
|
+
"name": "file",
|
|
1426
|
+
"required": true
|
|
1427
|
+
}
|
|
1428
|
+
},
|
|
1429
|
+
"description": "Imports an Mobile Provisioning Profile to your ShipThis account",
|
|
1429
1430
|
"examples": [
|
|
1430
|
-
"<%= config.bin %> <%= command.id %>"
|
|
1431
|
+
"<%= config.bin %> <%= command.id %> profile.zip"
|
|
1431
1432
|
],
|
|
1432
1433
|
"flags": {
|
|
1433
1434
|
"gameId": {
|
|
@@ -1437,11 +1438,17 @@
|
|
|
1437
1438
|
"hasDynamicHelp": false,
|
|
1438
1439
|
"multiple": false,
|
|
1439
1440
|
"type": "option"
|
|
1441
|
+
},
|
|
1442
|
+
"force": {
|
|
1443
|
+
"char": "f",
|
|
1444
|
+
"name": "force",
|
|
1445
|
+
"allowNo": false,
|
|
1446
|
+
"type": "boolean"
|
|
1440
1447
|
}
|
|
1441
1448
|
},
|
|
1442
1449
|
"hasDynamicHelp": false,
|
|
1443
1450
|
"hiddenAliases": [],
|
|
1444
|
-
"id": "game:ios:
|
|
1451
|
+
"id": "game:ios:profile:import",
|
|
1445
1452
|
"pluginAlias": "shipthis",
|
|
1446
1453
|
"pluginName": "shipthis",
|
|
1447
1454
|
"pluginType": "core",
|
|
@@ -1453,25 +1460,18 @@
|
|
|
1453
1460
|
"commands",
|
|
1454
1461
|
"game",
|
|
1455
1462
|
"ios",
|
|
1456
|
-
"
|
|
1457
|
-
"
|
|
1463
|
+
"profile",
|
|
1464
|
+
"import.js"
|
|
1458
1465
|
]
|
|
1459
1466
|
},
|
|
1460
|
-
"game:ios:
|
|
1467
|
+
"game:ios:profile:status": {
|
|
1461
1468
|
"aliases": [],
|
|
1462
1469
|
"args": {},
|
|
1463
|
-
"description": "
|
|
1470
|
+
"description": "Shows the Game iOS Mobile Provisioning Profile Status. If --gameId is not provided it will look in the current directory.",
|
|
1464
1471
|
"examples": [
|
|
1465
1472
|
"<%= config.bin %> <%= command.id %>"
|
|
1466
1473
|
],
|
|
1467
1474
|
"flags": {
|
|
1468
|
-
"quiet": {
|
|
1469
|
-
"char": "q",
|
|
1470
|
-
"description": "Avoid output except for interactions and errors",
|
|
1471
|
-
"name": "quiet",
|
|
1472
|
-
"allowNo": false,
|
|
1473
|
-
"type": "boolean"
|
|
1474
|
-
},
|
|
1475
1475
|
"gameId": {
|
|
1476
1476
|
"char": "g",
|
|
1477
1477
|
"description": "The ID of the game",
|
|
@@ -1480,16 +1480,16 @@
|
|
|
1480
1480
|
"multiple": false,
|
|
1481
1481
|
"type": "option"
|
|
1482
1482
|
},
|
|
1483
|
-
"
|
|
1483
|
+
"noAppleAuth": {
|
|
1484
1484
|
"char": "f",
|
|
1485
|
-
"name": "
|
|
1485
|
+
"name": "noAppleAuth",
|
|
1486
1486
|
"allowNo": false,
|
|
1487
1487
|
"type": "boolean"
|
|
1488
1488
|
}
|
|
1489
1489
|
},
|
|
1490
1490
|
"hasDynamicHelp": false,
|
|
1491
1491
|
"hiddenAliases": [],
|
|
1492
|
-
"id": "game:ios:
|
|
1492
|
+
"id": "game:ios:profile:status",
|
|
1493
1493
|
"pluginAlias": "shipthis",
|
|
1494
1494
|
"pluginName": "shipthis",
|
|
1495
1495
|
"pluginType": "core",
|
|
@@ -1501,10 +1501,10 @@
|
|
|
1501
1501
|
"commands",
|
|
1502
1502
|
"game",
|
|
1503
1503
|
"ios",
|
|
1504
|
-
"
|
|
1505
|
-
"
|
|
1504
|
+
"profile",
|
|
1505
|
+
"status.js"
|
|
1506
1506
|
]
|
|
1507
1507
|
}
|
|
1508
1508
|
},
|
|
1509
|
-
"version": "0.0.
|
|
1509
|
+
"version": "0.0.2"
|
|
1510
1510
|
}
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shipthis",
|
|
3
3
|
"description": "Game Shipping Tool",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.2",
|
|
5
5
|
"author": "Hello Invent Ltd",
|
|
6
6
|
"bin": {
|
|
7
|
-
"shipthis": "./
|
|
7
|
+
"shipthis": "./bin/run.js"
|
|
8
8
|
},
|
|
9
9
|
"bugs": "https://gitlab.com/shipthis.cc/shipthis-cli/-/issues",
|
|
10
10
|
"dependencies": {
|