shipthis 0.0.9 → 0.0.21
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 +36 -20
- package/bin/readme.sh +15 -0
- package/bin/run.js +1 -1
- package/dist/{App-SiSXLW2s.js → App-BfoOFeZ-.js} +1 -1
- package/dist/{AppleBundleIdDetails-Nk85zNWP.js → AppleBundleIdDetails-n1_U8IqK.js} +3 -3
- package/dist/{UserCredentialsTable-CyNAsFc1.js → UserCredentialsTable-D2Nm0QP_.js} +2 -2
- package/dist/{baseAppleCommand-IhowpKpk.js → baseAppleCommand-DK5-Cvg4.js} +1 -1
- package/dist/{baseGameCommand-BeUNc6Wy.js → baseGameCommand-B3NbuvDu.js} +1 -1
- package/dist/commands/apple/apiKey/create.js +5 -5
- 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 +5 -5
- package/dist/commands/apple/certificate/create.js +5 -5
- 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 +5 -5
- package/dist/commands/apple/login.js +5 -5
- package/dist/commands/apple/status.js +25 -10
- 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 +3 -3
- package/dist/commands/game/details.js +4 -4
- 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 +4 -4
- package/dist/commands/game/ios/app/status.js +6 -6
- package/dist/commands/game/ios/app/sync.js +4 -4
- package/dist/commands/game/ios/profile/create.js +5 -5
- 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 +4 -4
- package/dist/commands/game/ios/status.js +6 -6
- package/dist/commands/game/job/list.js +5 -5
- package/dist/commands/game/job/status.js +5 -5
- package/dist/commands/game/list.js +4 -4
- package/dist/commands/game/ship.js +3 -3
- package/dist/commands/game/status.js +4 -4
- package/dist/commands/game/wizard.js +4 -3
- package/dist/commands/login.js +2 -2
- package/dist/commands/status.js +4 -22
- package/dist/{export-CQ_P94We.js → export-C16psune.js} +1 -1
- package/dist/{import-BGHUTVNR.js → import-hte2Jy0K.js} +1 -1
- package/dist/{index-CNME7EEo.js → index-ZHJdUrwJ.js} +1 -1
- package/dist/{upload-D6ScllRL.js → upload-DADrkIUB.js} +1 -1
- package/dist/{useAppleApp-D0wyTA6C.js → useAppleApp-Cr3VcGVs.js} +1 -1
- package/dist/{useAppleBundleId-VKmaX7sP.js → useAppleBundleId-BxtyGpHy.js} +1 -1
- package/dist/{useBuilds-e6LIXrOH.js → useBuilds-JHqMwpWS.js} +3 -3
- package/dist/{useJob-D8xNld5t.js → useJob-Bc9fdiyP.js} +2 -2
- package/dist/utils/help.js +14 -0
- package/docs/README.md +20 -0
- package/docs/apple/apiKey/create.md +26 -0
- package/docs/apple/apiKey/export.md +24 -0
- package/docs/apple/apiKey/import.md +24 -0
- package/docs/apple/apiKey/status.md +25 -0
- package/docs/apple/apiKey.md +110 -0
- package/docs/apple/certificate/create.md +26 -0
- package/docs/apple/certificate/export.md +24 -0
- package/docs/apple/certificate/import.md +24 -0
- package/docs/apple/certificate/status.md +25 -0
- package/docs/apple/certificate.md +110 -0
- package/docs/apple/login.md +30 -0
- package/docs/apple/status.md +21 -0
- package/docs/apple.md +48 -0
- package/docs/dashboard.md +18 -0
- package/docs/game/build/download.md +28 -0
- package/docs/game/build/list.md +31 -0
- package/docs/game/build.md +68 -0
- package/docs/game/create.md +23 -0
- package/docs/game/details.md +35 -0
- package/docs/game/export.md +26 -0
- package/docs/game/ios/app/addTester.md +24 -0
- package/docs/game/ios/app/create.md +25 -0
- package/docs/game/ios/app/status.md +21 -0
- package/docs/game/ios/app/sync.md +23 -0
- package/docs/game/ios/app.md +104 -0
- package/docs/game/ios/profile/create.md +23 -0
- package/docs/game/ios/profile/export.md +25 -0
- package/docs/game/ios/profile/import.md +25 -0
- package/docs/game/ios/profile/status.md +22 -0
- package/docs/game/ios/profile.md +106 -0
- package/docs/game/ios/status.md +23 -0
- package/docs/game/ios.md +247 -0
- package/docs/game/job/list.md +29 -0
- package/docs/game/job/status.md +30 -0
- package/docs/game/job.md +68 -0
- package/docs/game/list.md +26 -0
- package/docs/game/ship.md +21 -0
- package/docs/game/status.md +23 -0
- package/docs/game/wizard.md +23 -0
- package/docs/game.md +19 -0
- package/docs/help.md +21 -0
- package/docs/login.md +28 -0
- package/docs/status.md +33 -0
- package/oclif.manifest.json +169 -167
- package/package.json +17 -3
package/oclif.manifest.json
CHANGED
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
},
|
|
110
110
|
"appleEmail": {
|
|
111
111
|
"char": "e",
|
|
112
|
-
"description": "Your Apple email address",
|
|
112
|
+
"description": "Your Apple Developer email address",
|
|
113
113
|
"name": "appleEmail",
|
|
114
114
|
"hasDynamicHelp": false,
|
|
115
115
|
"multiple": false,
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"apple:status": {
|
|
136
136
|
"aliases": [],
|
|
137
137
|
"args": {},
|
|
138
|
-
"description": "Shows the status of the Apple authentication and integration",
|
|
138
|
+
"description": "Shows the status of the Apple authentication and integration.",
|
|
139
139
|
"examples": [
|
|
140
140
|
"<%= config.bin %> <%= command.id %>"
|
|
141
141
|
],
|
|
@@ -147,6 +147,7 @@
|
|
|
147
147
|
"pluginName": "shipthis",
|
|
148
148
|
"pluginType": "core",
|
|
149
149
|
"strict": true,
|
|
150
|
+
"enableJsonFlag": false,
|
|
150
151
|
"isESM": true,
|
|
151
152
|
"relativePath": [
|
|
152
153
|
"dist",
|
|
@@ -158,7 +159,7 @@
|
|
|
158
159
|
"game:create": {
|
|
159
160
|
"aliases": [],
|
|
160
161
|
"args": {},
|
|
161
|
-
"description": "Create a new game",
|
|
162
|
+
"description": "Create a new game in ShipThis.",
|
|
162
163
|
"examples": [
|
|
163
164
|
"<%= config.bin %> <%= command.id %>"
|
|
164
165
|
],
|
|
@@ -204,7 +205,7 @@
|
|
|
204
205
|
"game:details": {
|
|
205
206
|
"aliases": [],
|
|
206
207
|
"args": {},
|
|
207
|
-
"description": "Shows and sets the details of a game.
|
|
208
|
+
"description": "Shows and sets the details of a game.",
|
|
208
209
|
"examples": [
|
|
209
210
|
"<%= config.bin %> <%= command.id %>",
|
|
210
211
|
"<%= config.bin %> <%= command.id %> --gameId 0c179fc4",
|
|
@@ -333,7 +334,7 @@
|
|
|
333
334
|
"game:list": {
|
|
334
335
|
"aliases": [],
|
|
335
336
|
"args": {},
|
|
336
|
-
"description": "Shows a list of all your games",
|
|
337
|
+
"description": "Shows a list of all your games.",
|
|
337
338
|
"examples": [
|
|
338
339
|
"<%= config.bin %> <%= command.id %>"
|
|
339
340
|
],
|
|
@@ -403,7 +404,7 @@
|
|
|
403
404
|
"game:ship": {
|
|
404
405
|
"aliases": [],
|
|
405
406
|
"args": {},
|
|
406
|
-
"description": "Builds the app (for all platforms with valid credentials) and ships it to the stores",
|
|
407
|
+
"description": "Builds the app (for all platforms with valid credentials) and ships it to the stores.",
|
|
407
408
|
"examples": [
|
|
408
409
|
"<%= config.bin %> <%= command.id %>"
|
|
409
410
|
],
|
|
@@ -436,7 +437,7 @@
|
|
|
436
437
|
"game:status": {
|
|
437
438
|
"aliases": [],
|
|
438
439
|
"args": {},
|
|
439
|
-
"description": "Shows the
|
|
440
|
+
"description": "Shows the status of the current game.",
|
|
440
441
|
"examples": [
|
|
441
442
|
"<%= config.bin %> <%= command.id %>",
|
|
442
443
|
"<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
|
|
@@ -477,7 +478,7 @@
|
|
|
477
478
|
"flags": {
|
|
478
479
|
"forceStep": {
|
|
479
480
|
"char": "f",
|
|
480
|
-
"description": "Force a specific step to run.
|
|
481
|
+
"description": "Force a specific step to run.",
|
|
481
482
|
"name": "forceStep",
|
|
482
483
|
"hasDynamicHelp": false,
|
|
483
484
|
"multiple": false,
|
|
@@ -487,7 +488,8 @@
|
|
|
487
488
|
"char": "p",
|
|
488
489
|
"description": "The platform to run the wizard for",
|
|
489
490
|
"name": "platform",
|
|
490
|
-
"required":
|
|
491
|
+
"required": false,
|
|
492
|
+
"default": "ios",
|
|
491
493
|
"hasDynamicHelp": false,
|
|
492
494
|
"multiple": false,
|
|
493
495
|
"options": [
|
|
@@ -512,10 +514,159 @@
|
|
|
512
514
|
"wizard.js"
|
|
513
515
|
]
|
|
514
516
|
},
|
|
517
|
+
"apple:apiKey:create": {
|
|
518
|
+
"aliases": [],
|
|
519
|
+
"args": {},
|
|
520
|
+
"description": "Creates an App Store Connect API Key in your Apple Developer account.\nSaves the private key in your ShipThis account.",
|
|
521
|
+
"examples": [
|
|
522
|
+
"<%= config.bin %> <%= command.id %>",
|
|
523
|
+
"<%= config.bin %> <%= command.id %> --force"
|
|
524
|
+
],
|
|
525
|
+
"flags": {
|
|
526
|
+
"force": {
|
|
527
|
+
"char": "f",
|
|
528
|
+
"name": "force",
|
|
529
|
+
"allowNo": false,
|
|
530
|
+
"type": "boolean"
|
|
531
|
+
},
|
|
532
|
+
"quiet": {
|
|
533
|
+
"char": "q",
|
|
534
|
+
"description": "Avoid output except for interactions and errors",
|
|
535
|
+
"name": "quiet",
|
|
536
|
+
"allowNo": false,
|
|
537
|
+
"type": "boolean"
|
|
538
|
+
}
|
|
539
|
+
},
|
|
540
|
+
"hasDynamicHelp": false,
|
|
541
|
+
"hiddenAliases": [],
|
|
542
|
+
"id": "apple:apiKey:create",
|
|
543
|
+
"pluginAlias": "shipthis",
|
|
544
|
+
"pluginName": "shipthis",
|
|
545
|
+
"pluginType": "core",
|
|
546
|
+
"strict": true,
|
|
547
|
+
"isESM": true,
|
|
548
|
+
"relativePath": [
|
|
549
|
+
"dist",
|
|
550
|
+
"commands",
|
|
551
|
+
"apple",
|
|
552
|
+
"apiKey",
|
|
553
|
+
"create.js"
|
|
554
|
+
]
|
|
555
|
+
},
|
|
556
|
+
"apple:apiKey:export": {
|
|
557
|
+
"aliases": [],
|
|
558
|
+
"args": {
|
|
559
|
+
"file": {
|
|
560
|
+
"description": "Name of the ZIP file to create",
|
|
561
|
+
"name": "file",
|
|
562
|
+
"required": true
|
|
563
|
+
}
|
|
564
|
+
},
|
|
565
|
+
"description": "Saves the current App Store Connect API Key to a ZIP file",
|
|
566
|
+
"examples": [
|
|
567
|
+
"<%= config.bin %> <%= command.id %> userApiKey.zip"
|
|
568
|
+
],
|
|
569
|
+
"flags": {
|
|
570
|
+
"force": {
|
|
571
|
+
"char": "f",
|
|
572
|
+
"description": "Overwrite the file if it already exists",
|
|
573
|
+
"name": "force",
|
|
574
|
+
"allowNo": false,
|
|
575
|
+
"type": "boolean"
|
|
576
|
+
}
|
|
577
|
+
},
|
|
578
|
+
"hasDynamicHelp": false,
|
|
579
|
+
"hiddenAliases": [],
|
|
580
|
+
"id": "apple:apiKey:export",
|
|
581
|
+
"pluginAlias": "shipthis",
|
|
582
|
+
"pluginName": "shipthis",
|
|
583
|
+
"pluginType": "core",
|
|
584
|
+
"strict": true,
|
|
585
|
+
"enableJsonFlag": false,
|
|
586
|
+
"isESM": true,
|
|
587
|
+
"relativePath": [
|
|
588
|
+
"dist",
|
|
589
|
+
"commands",
|
|
590
|
+
"apple",
|
|
591
|
+
"apiKey",
|
|
592
|
+
"export.js"
|
|
593
|
+
]
|
|
594
|
+
},
|
|
595
|
+
"apple:apiKey:import": {
|
|
596
|
+
"aliases": [],
|
|
597
|
+
"args": {
|
|
598
|
+
"file": {
|
|
599
|
+
"description": "Name of the ZIP file to import (must be in the same format as the export)",
|
|
600
|
+
"name": "file",
|
|
601
|
+
"required": true
|
|
602
|
+
}
|
|
603
|
+
},
|
|
604
|
+
"description": "Imports an App Store Connect API Key ZIP file into your ShipThis account",
|
|
605
|
+
"examples": [
|
|
606
|
+
"<%= config.bin %> <%= command.id %> userApiKey.zip"
|
|
607
|
+
],
|
|
608
|
+
"flags": {
|
|
609
|
+
"force": {
|
|
610
|
+
"char": "f",
|
|
611
|
+
"name": "force",
|
|
612
|
+
"allowNo": false,
|
|
613
|
+
"type": "boolean"
|
|
614
|
+
}
|
|
615
|
+
},
|
|
616
|
+
"hasDynamicHelp": false,
|
|
617
|
+
"hiddenAliases": [],
|
|
618
|
+
"id": "apple:apiKey:import",
|
|
619
|
+
"pluginAlias": "shipthis",
|
|
620
|
+
"pluginName": "shipthis",
|
|
621
|
+
"pluginType": "core",
|
|
622
|
+
"strict": true,
|
|
623
|
+
"enableJsonFlag": false,
|
|
624
|
+
"isESM": true,
|
|
625
|
+
"relativePath": [
|
|
626
|
+
"dist",
|
|
627
|
+
"commands",
|
|
628
|
+
"apple",
|
|
629
|
+
"apiKey",
|
|
630
|
+
"import.js"
|
|
631
|
+
]
|
|
632
|
+
},
|
|
633
|
+
"apple:apiKey:status": {
|
|
634
|
+
"aliases": [],
|
|
635
|
+
"args": {},
|
|
636
|
+
"description": "Displays the status of App Store Connect API Keys in your Apple and ShipThis accounts.\nThis API key is used to automatically publish your games to the App Store.",
|
|
637
|
+
"examples": [
|
|
638
|
+
"<%= config.bin %> <%= command.id %>",
|
|
639
|
+
"<%= config.bin %> <%= command.id %> --noAppleAuth"
|
|
640
|
+
],
|
|
641
|
+
"flags": {
|
|
642
|
+
"noAppleAuth": {
|
|
643
|
+
"char": "f",
|
|
644
|
+
"name": "noAppleAuth",
|
|
645
|
+
"allowNo": false,
|
|
646
|
+
"type": "boolean"
|
|
647
|
+
}
|
|
648
|
+
},
|
|
649
|
+
"hasDynamicHelp": false,
|
|
650
|
+
"hiddenAliases": [],
|
|
651
|
+
"id": "apple:apiKey:status",
|
|
652
|
+
"pluginAlias": "shipthis",
|
|
653
|
+
"pluginName": "shipthis",
|
|
654
|
+
"pluginType": "core",
|
|
655
|
+
"strict": true,
|
|
656
|
+
"enableJsonFlag": false,
|
|
657
|
+
"isESM": true,
|
|
658
|
+
"relativePath": [
|
|
659
|
+
"dist",
|
|
660
|
+
"commands",
|
|
661
|
+
"apple",
|
|
662
|
+
"apiKey",
|
|
663
|
+
"status.js"
|
|
664
|
+
]
|
|
665
|
+
},
|
|
515
666
|
"apple:certificate:create": {
|
|
516
667
|
"aliases": [],
|
|
517
668
|
"args": {},
|
|
518
|
-
"description": "Creates an iOS Distribution Certificate in your Apple Developer account
|
|
669
|
+
"description": "Creates an iOS Distribution Certificate in your Apple Developer account.\nSaves the certificate with the private key to your ShipThis account",
|
|
519
670
|
"examples": [
|
|
520
671
|
"<%= config.bin %> <%= command.id %>",
|
|
521
672
|
"<%= config.bin %> <%= command.id %> --force"
|
|
@@ -631,7 +782,7 @@
|
|
|
631
782
|
"apple:certificate:status": {
|
|
632
783
|
"aliases": [],
|
|
633
784
|
"args": {},
|
|
634
|
-
"description": "Displays the status of the iOS Distribution certificates in your Apple and ShipThis accounts
|
|
785
|
+
"description": "Displays the status of the iOS Distribution certificates in your Apple and ShipThis accounts.\nThese are used to sign all of your iOS apps.",
|
|
635
786
|
"examples": [
|
|
636
787
|
"<%= config.bin %> <%= command.id %>",
|
|
637
788
|
"<%= config.bin %> <%= command.id %> --noAppleAuth"
|
|
@@ -794,155 +945,6 @@
|
|
|
794
945
|
"list.js"
|
|
795
946
|
]
|
|
796
947
|
},
|
|
797
|
-
"apple:apiKey:create": {
|
|
798
|
-
"aliases": [],
|
|
799
|
-
"args": {},
|
|
800
|
-
"description": "Creates an App Store Connect API Key in your Apple Developer account and saves the private key in your ShipThis account",
|
|
801
|
-
"examples": [
|
|
802
|
-
"<%= config.bin %> <%= command.id %>",
|
|
803
|
-
"<%= config.bin %> <%= command.id %> --force"
|
|
804
|
-
],
|
|
805
|
-
"flags": {
|
|
806
|
-
"force": {
|
|
807
|
-
"char": "f",
|
|
808
|
-
"name": "force",
|
|
809
|
-
"allowNo": false,
|
|
810
|
-
"type": "boolean"
|
|
811
|
-
},
|
|
812
|
-
"quiet": {
|
|
813
|
-
"char": "q",
|
|
814
|
-
"description": "Avoid output except for interactions and errors",
|
|
815
|
-
"name": "quiet",
|
|
816
|
-
"allowNo": false,
|
|
817
|
-
"type": "boolean"
|
|
818
|
-
}
|
|
819
|
-
},
|
|
820
|
-
"hasDynamicHelp": false,
|
|
821
|
-
"hiddenAliases": [],
|
|
822
|
-
"id": "apple:apiKey:create",
|
|
823
|
-
"pluginAlias": "shipthis",
|
|
824
|
-
"pluginName": "shipthis",
|
|
825
|
-
"pluginType": "core",
|
|
826
|
-
"strict": true,
|
|
827
|
-
"isESM": true,
|
|
828
|
-
"relativePath": [
|
|
829
|
-
"dist",
|
|
830
|
-
"commands",
|
|
831
|
-
"apple",
|
|
832
|
-
"apiKey",
|
|
833
|
-
"create.js"
|
|
834
|
-
]
|
|
835
|
-
},
|
|
836
|
-
"apple:apiKey:export": {
|
|
837
|
-
"aliases": [],
|
|
838
|
-
"args": {
|
|
839
|
-
"file": {
|
|
840
|
-
"description": "Name of the ZIP file to create",
|
|
841
|
-
"name": "file",
|
|
842
|
-
"required": true
|
|
843
|
-
}
|
|
844
|
-
},
|
|
845
|
-
"description": "Saves the current App Store Connect API Key to a ZIP file",
|
|
846
|
-
"examples": [
|
|
847
|
-
"<%= config.bin %> <%= command.id %> userApiKey.zip"
|
|
848
|
-
],
|
|
849
|
-
"flags": {
|
|
850
|
-
"force": {
|
|
851
|
-
"char": "f",
|
|
852
|
-
"description": "Overwrite the file if it already exists",
|
|
853
|
-
"name": "force",
|
|
854
|
-
"allowNo": false,
|
|
855
|
-
"type": "boolean"
|
|
856
|
-
}
|
|
857
|
-
},
|
|
858
|
-
"hasDynamicHelp": false,
|
|
859
|
-
"hiddenAliases": [],
|
|
860
|
-
"id": "apple:apiKey:export",
|
|
861
|
-
"pluginAlias": "shipthis",
|
|
862
|
-
"pluginName": "shipthis",
|
|
863
|
-
"pluginType": "core",
|
|
864
|
-
"strict": true,
|
|
865
|
-
"enableJsonFlag": false,
|
|
866
|
-
"isESM": true,
|
|
867
|
-
"relativePath": [
|
|
868
|
-
"dist",
|
|
869
|
-
"commands",
|
|
870
|
-
"apple",
|
|
871
|
-
"apiKey",
|
|
872
|
-
"export.js"
|
|
873
|
-
]
|
|
874
|
-
},
|
|
875
|
-
"apple:apiKey:import": {
|
|
876
|
-
"aliases": [],
|
|
877
|
-
"args": {
|
|
878
|
-
"file": {
|
|
879
|
-
"description": "Name of the ZIP file to import (must be in the same format as the export)",
|
|
880
|
-
"name": "file",
|
|
881
|
-
"required": true
|
|
882
|
-
}
|
|
883
|
-
},
|
|
884
|
-
"description": "Imports an App Store Connect API Key ZIP file into your ShipThis account",
|
|
885
|
-
"examples": [
|
|
886
|
-
"<%= config.bin %> <%= command.id %> userApiKey.zip"
|
|
887
|
-
],
|
|
888
|
-
"flags": {
|
|
889
|
-
"force": {
|
|
890
|
-
"char": "f",
|
|
891
|
-
"name": "force",
|
|
892
|
-
"allowNo": false,
|
|
893
|
-
"type": "boolean"
|
|
894
|
-
}
|
|
895
|
-
},
|
|
896
|
-
"hasDynamicHelp": false,
|
|
897
|
-
"hiddenAliases": [],
|
|
898
|
-
"id": "apple:apiKey:import",
|
|
899
|
-
"pluginAlias": "shipthis",
|
|
900
|
-
"pluginName": "shipthis",
|
|
901
|
-
"pluginType": "core",
|
|
902
|
-
"strict": true,
|
|
903
|
-
"enableJsonFlag": false,
|
|
904
|
-
"isESM": true,
|
|
905
|
-
"relativePath": [
|
|
906
|
-
"dist",
|
|
907
|
-
"commands",
|
|
908
|
-
"apple",
|
|
909
|
-
"apiKey",
|
|
910
|
-
"import.js"
|
|
911
|
-
]
|
|
912
|
-
},
|
|
913
|
-
"apple:apiKey:status": {
|
|
914
|
-
"aliases": [],
|
|
915
|
-
"args": {},
|
|
916
|
-
"description": "Displays the status of the App Store Connect API Keys in your Apple and ShipThis accounts. The API key is used to automatically publish your games to the App Store.",
|
|
917
|
-
"examples": [
|
|
918
|
-
"<%= config.bin %> <%= command.id %>",
|
|
919
|
-
"<%= config.bin %> <%= command.id %> --noAppleAuth"
|
|
920
|
-
],
|
|
921
|
-
"flags": {
|
|
922
|
-
"noAppleAuth": {
|
|
923
|
-
"char": "f",
|
|
924
|
-
"name": "noAppleAuth",
|
|
925
|
-
"allowNo": false,
|
|
926
|
-
"type": "boolean"
|
|
927
|
-
}
|
|
928
|
-
},
|
|
929
|
-
"hasDynamicHelp": false,
|
|
930
|
-
"hiddenAliases": [],
|
|
931
|
-
"id": "apple:apiKey:status",
|
|
932
|
-
"pluginAlias": "shipthis",
|
|
933
|
-
"pluginName": "shipthis",
|
|
934
|
-
"pluginType": "core",
|
|
935
|
-
"strict": true,
|
|
936
|
-
"enableJsonFlag": false,
|
|
937
|
-
"isESM": true,
|
|
938
|
-
"relativePath": [
|
|
939
|
-
"dist",
|
|
940
|
-
"commands",
|
|
941
|
-
"apple",
|
|
942
|
-
"apiKey",
|
|
943
|
-
"status.js"
|
|
944
|
-
]
|
|
945
|
-
},
|
|
946
948
|
"game:ios:status": {
|
|
947
949
|
"aliases": [],
|
|
948
950
|
"args": {},
|
|
@@ -981,7 +983,7 @@
|
|
|
981
983
|
"game:job:list": {
|
|
982
984
|
"aliases": [],
|
|
983
985
|
"args": {},
|
|
984
|
-
"description": "Lists the jobs for a game.
|
|
986
|
+
"description": "Lists the jobs for a game.",
|
|
985
987
|
"examples": [
|
|
986
988
|
"<%= config.bin %> <%= command.id %>",
|
|
987
989
|
"<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
|
|
@@ -1177,7 +1179,7 @@
|
|
|
1177
1179
|
"game:ios:app:create": {
|
|
1178
1180
|
"aliases": [],
|
|
1179
1181
|
"args": {},
|
|
1180
|
-
"description": "Creates an App and BundleId in the Apple Developer Portal.
|
|
1182
|
+
"description": "Creates an App and BundleId in the Apple Developer Portal.",
|
|
1181
1183
|
"examples": [
|
|
1182
1184
|
"<%= config.bin %> <%= command.id %>"
|
|
1183
1185
|
],
|
|
@@ -1241,7 +1243,7 @@
|
|
|
1241
1243
|
"game:ios:app:status": {
|
|
1242
1244
|
"aliases": [],
|
|
1243
1245
|
"args": {},
|
|
1244
|
-
"description": "Shows the Game iOS App status.
|
|
1246
|
+
"description": "Shows the Game iOS App status. ",
|
|
1245
1247
|
"examples": [
|
|
1246
1248
|
"<%= config.bin %> <%= command.id %>"
|
|
1247
1249
|
],
|
|
@@ -1276,7 +1278,7 @@
|
|
|
1276
1278
|
"game:ios:app:sync": {
|
|
1277
1279
|
"aliases": [],
|
|
1278
1280
|
"args": {},
|
|
1279
|
-
"description": "Synchronies the Apple App \"BundleId\" with the capabilities from the local project.
|
|
1281
|
+
"description": "Synchronies the Apple App \"BundleId\" with the capabilities from the local project.",
|
|
1280
1282
|
"examples": [
|
|
1281
1283
|
"<%= config.bin %> <%= command.id %>"
|
|
1282
1284
|
],
|
|
@@ -1324,7 +1326,7 @@
|
|
|
1324
1326
|
"game:ios:profile:create": {
|
|
1325
1327
|
"aliases": [],
|
|
1326
1328
|
"args": {},
|
|
1327
|
-
"description": "Creates a Mobile Provisioning Profile in the Apple Developer Portal.
|
|
1329
|
+
"description": "Creates a Mobile Provisioning Profile in the Apple Developer Portal.",
|
|
1328
1330
|
"examples": [
|
|
1329
1331
|
"<%= config.bin %> <%= command.id %>"
|
|
1330
1332
|
],
|
|
@@ -1467,7 +1469,7 @@
|
|
|
1467
1469
|
"game:ios:profile:status": {
|
|
1468
1470
|
"aliases": [],
|
|
1469
1471
|
"args": {},
|
|
1470
|
-
"description": "Shows the Game iOS Mobile Provisioning Profile Status.
|
|
1472
|
+
"description": "Shows the Game iOS Mobile Provisioning Profile Status.",
|
|
1471
1473
|
"examples": [
|
|
1472
1474
|
"<%= config.bin %> <%= command.id %>"
|
|
1473
1475
|
],
|
|
@@ -1506,5 +1508,5 @@
|
|
|
1506
1508
|
]
|
|
1507
1509
|
}
|
|
1508
1510
|
},
|
|
1509
|
-
"version": "0.0.
|
|
1511
|
+
"version": "0.0.21"
|
|
1510
1512
|
}
|
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.21",
|
|
5
5
|
"author": "Hello Invent Ltd",
|
|
6
6
|
"bin": {
|
|
7
7
|
"shipthis": "./bin/run.js"
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"@oclif/prettier-config": "^0.2.1",
|
|
42
42
|
"@oclif/test": "^4",
|
|
43
43
|
"@types/chai": "^4",
|
|
44
|
+
"@types/ejs": "^3.1.5",
|
|
44
45
|
"@types/fs-extra": "^11.0.4",
|
|
45
46
|
"@types/ini": "^4.1.1",
|
|
46
47
|
"@types/jsonwebtoken": "^9.0.6",
|
|
@@ -54,6 +55,7 @@
|
|
|
54
55
|
"@types/tough-cookie": "^4.0.5",
|
|
55
56
|
"@types/yazl": "^2.4.5",
|
|
56
57
|
"chai": "^4",
|
|
58
|
+
"ejs": "^3.1.10",
|
|
57
59
|
"eslint": "^8",
|
|
58
60
|
"eslint-config-oclif": "^5",
|
|
59
61
|
"eslint-config-oclif-typescript": "^3",
|
|
@@ -73,6 +75,7 @@
|
|
|
73
75
|
"files": [
|
|
74
76
|
"/bin",
|
|
75
77
|
"/dist",
|
|
78
|
+
"/docs",
|
|
76
79
|
"/oclif.manifest.json"
|
|
77
80
|
],
|
|
78
81
|
"homepage": "https://shipthis.cc",
|
|
@@ -83,6 +86,7 @@
|
|
|
83
86
|
"main": "dist/index.js",
|
|
84
87
|
"type": "module",
|
|
85
88
|
"exports": [
|
|
89
|
+
"./dist/utils/help.js",
|
|
86
90
|
"./dist/commands/apple/apiKey/export.js",
|
|
87
91
|
"./dist/commands/apple/apiKey/status.js",
|
|
88
92
|
"./dist/commands/apple/apiKey/create.js",
|
|
@@ -121,15 +125,25 @@
|
|
|
121
125
|
"bin": "shipthis",
|
|
122
126
|
"dirname": "shipthis",
|
|
123
127
|
"commands": "./dist/commands",
|
|
128
|
+
"helpClass": "./dist/utils/help",
|
|
124
129
|
"plugins": [
|
|
125
130
|
"@oclif/plugin-help",
|
|
126
131
|
"@oclif/plugin-plugins"
|
|
127
132
|
],
|
|
128
133
|
"topicSeparator": " ",
|
|
129
134
|
"topics": {
|
|
135
|
+
"internal": {
|
|
136
|
+
"description": "Internal commands"
|
|
137
|
+
},
|
|
130
138
|
"apple": {
|
|
131
139
|
"description": "Commands related to Apple Developer Portal"
|
|
132
140
|
},
|
|
141
|
+
"apple:apiKey": {
|
|
142
|
+
"description": "Commands related to App Store Connect API Keys"
|
|
143
|
+
},
|
|
144
|
+
"apple:certificate": {
|
|
145
|
+
"description": "Commands related to App Store Certificates"
|
|
146
|
+
},
|
|
133
147
|
"game": {
|
|
134
148
|
"description": "Commands related to Game Management"
|
|
135
149
|
},
|
|
@@ -158,9 +172,9 @@
|
|
|
158
172
|
"lint": "eslint . --ext .ts",
|
|
159
173
|
"postpack": "shx rm -f oclif.manifest.json",
|
|
160
174
|
"posttest": "npm run lint",
|
|
161
|
-
"prepack": "
|
|
175
|
+
"prepack": "npm run readme && oclif manifest",
|
|
162
176
|
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
|
|
163
|
-
"readme": "
|
|
177
|
+
"readme": "bin/dev.js internal readme docs/ -d 2 --notDryRun # does not overwrite existing files"
|
|
164
178
|
},
|
|
165
179
|
"types": "dist/index.d.ts"
|
|
166
180
|
}
|