shipthis 0.0.4 → 0.0.5
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-CRcDsay7.js → App-Cp2dHD6n.js} +1 -1
- package/dist/{AppleBundleIdDetails-UNAVT0U6.js → AppleBundleIdDetails-ENjeKNOv.js} +3 -3
- package/dist/{UserCredentialsTable-CPx_wwST.js → UserCredentialsTable-BMYMmTfG.js} +2 -2
- package/dist/{baseAppleCommand-BUDjh10x.js → baseAppleCommand-BLSOrhPf.js} +1 -1
- package/dist/{baseGameCommand-DvFilbRN.js → baseGameCommand-DDj0395o.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 +20 -8
- package/dist/commands/status.js +2 -2
- package/dist/{export-DnCkwLrK.js → export-B1yFtX2m.js} +1 -1
- package/dist/{import-CMzGrYJE.js → import-CZoi54_C.js} +1 -1
- package/dist/{index-Bw_nDHi8.js → index-DCqAd30u.js} +1 -1
- package/dist/{upload-O-TtkVJK.js → upload-S09gow_I.js} +1 -1
- package/dist/{useAppleApp-aigGCahA.js → useAppleApp-DUGmY7Zx.js} +1 -1
- package/dist/{useAppleBundleId-Csd5x81b.js → useAppleBundleId-2Lguhhia.js} +1 -1
- package/dist/{useBuilds-v-UBnSnM.js → useBuilds-FnvpFuuU.js} +3 -3
- package/dist/{useJob-DJQrqUh2.js → useJob-CV3YKClU.js} +2 -2
- package/oclif.manifest.json +37 -37
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -512,10 +512,10 @@
|
|
|
512
512
|
"wizard.js"
|
|
513
513
|
]
|
|
514
514
|
},
|
|
515
|
-
"apple:
|
|
515
|
+
"apple:certificate:create": {
|
|
516
516
|
"aliases": [],
|
|
517
517
|
"args": {},
|
|
518
|
-
"description": "Creates an
|
|
518
|
+
"description": "Creates an iOS Distribution Certificate in your Apple Developer account and saves it with the private key to your ShipThis account",
|
|
519
519
|
"examples": [
|
|
520
520
|
"<%= config.bin %> <%= command.id %>",
|
|
521
521
|
"<%= config.bin %> <%= command.id %> --force"
|
|
@@ -537,7 +537,7 @@
|
|
|
537
537
|
},
|
|
538
538
|
"hasDynamicHelp": false,
|
|
539
539
|
"hiddenAliases": [],
|
|
540
|
-
"id": "apple:
|
|
540
|
+
"id": "apple:certificate:create",
|
|
541
541
|
"pluginAlias": "shipthis",
|
|
542
542
|
"pluginName": "shipthis",
|
|
543
543
|
"pluginType": "core",
|
|
@@ -547,11 +547,11 @@
|
|
|
547
547
|
"dist",
|
|
548
548
|
"commands",
|
|
549
549
|
"apple",
|
|
550
|
-
"
|
|
550
|
+
"certificate",
|
|
551
551
|
"create.js"
|
|
552
552
|
]
|
|
553
553
|
},
|
|
554
|
-
"apple:
|
|
554
|
+
"apple:certificate:export": {
|
|
555
555
|
"aliases": [],
|
|
556
556
|
"args": {
|
|
557
557
|
"file": {
|
|
@@ -560,9 +560,9 @@
|
|
|
560
560
|
"required": true
|
|
561
561
|
}
|
|
562
562
|
},
|
|
563
|
-
"description": "Saves the current
|
|
563
|
+
"description": "Saves the current Apple Distribution Certificate to a ZIP file.",
|
|
564
564
|
"examples": [
|
|
565
|
-
"<%= config.bin %> <%= command.id %>
|
|
565
|
+
"<%= config.bin %> <%= command.id %> userCert.zip"
|
|
566
566
|
],
|
|
567
567
|
"flags": {
|
|
568
568
|
"force": {
|
|
@@ -575,7 +575,7 @@
|
|
|
575
575
|
},
|
|
576
576
|
"hasDynamicHelp": false,
|
|
577
577
|
"hiddenAliases": [],
|
|
578
|
-
"id": "apple:
|
|
578
|
+
"id": "apple:certificate:export",
|
|
579
579
|
"pluginAlias": "shipthis",
|
|
580
580
|
"pluginName": "shipthis",
|
|
581
581
|
"pluginType": "core",
|
|
@@ -586,11 +586,11 @@
|
|
|
586
586
|
"dist",
|
|
587
587
|
"commands",
|
|
588
588
|
"apple",
|
|
589
|
-
"
|
|
589
|
+
"certificate",
|
|
590
590
|
"export.js"
|
|
591
591
|
]
|
|
592
592
|
},
|
|
593
|
-
"apple:
|
|
593
|
+
"apple:certificate:import": {
|
|
594
594
|
"aliases": [],
|
|
595
595
|
"args": {
|
|
596
596
|
"file": {
|
|
@@ -599,9 +599,9 @@
|
|
|
599
599
|
"required": true
|
|
600
600
|
}
|
|
601
601
|
},
|
|
602
|
-
"description": "Imports an
|
|
602
|
+
"description": "Imports an iOS Distribution Certificate to your ShipThis account",
|
|
603
603
|
"examples": [
|
|
604
|
-
"<%= config.bin %> <%= command.id %>
|
|
604
|
+
"<%= config.bin %> <%= command.id %> userCert.zip"
|
|
605
605
|
],
|
|
606
606
|
"flags": {
|
|
607
607
|
"force": {
|
|
@@ -613,7 +613,7 @@
|
|
|
613
613
|
},
|
|
614
614
|
"hasDynamicHelp": false,
|
|
615
615
|
"hiddenAliases": [],
|
|
616
|
-
"id": "apple:
|
|
616
|
+
"id": "apple:certificate:import",
|
|
617
617
|
"pluginAlias": "shipthis",
|
|
618
618
|
"pluginName": "shipthis",
|
|
619
619
|
"pluginType": "core",
|
|
@@ -624,14 +624,14 @@
|
|
|
624
624
|
"dist",
|
|
625
625
|
"commands",
|
|
626
626
|
"apple",
|
|
627
|
-
"
|
|
627
|
+
"certificate",
|
|
628
628
|
"import.js"
|
|
629
629
|
]
|
|
630
630
|
},
|
|
631
|
-
"apple:
|
|
631
|
+
"apple:certificate:status": {
|
|
632
632
|
"aliases": [],
|
|
633
633
|
"args": {},
|
|
634
|
-
"description": "Displays the status of the
|
|
634
|
+
"description": "Displays the status of the iOS Distribution certificates in your Apple and ShipThis accounts. These are used to sign all of your iOS apps.",
|
|
635
635
|
"examples": [
|
|
636
636
|
"<%= config.bin %> <%= command.id %>",
|
|
637
637
|
"<%= config.bin %> <%= command.id %> --noAppleAuth"
|
|
@@ -646,7 +646,7 @@
|
|
|
646
646
|
},
|
|
647
647
|
"hasDynamicHelp": false,
|
|
648
648
|
"hiddenAliases": [],
|
|
649
|
-
"id": "apple:
|
|
649
|
+
"id": "apple:certificate:status",
|
|
650
650
|
"pluginAlias": "shipthis",
|
|
651
651
|
"pluginName": "shipthis",
|
|
652
652
|
"pluginType": "core",
|
|
@@ -657,14 +657,14 @@
|
|
|
657
657
|
"dist",
|
|
658
658
|
"commands",
|
|
659
659
|
"apple",
|
|
660
|
-
"
|
|
660
|
+
"certificate",
|
|
661
661
|
"status.js"
|
|
662
662
|
]
|
|
663
663
|
},
|
|
664
|
-
"apple:
|
|
664
|
+
"apple:apiKey:create": {
|
|
665
665
|
"aliases": [],
|
|
666
666
|
"args": {},
|
|
667
|
-
"description": "Creates an
|
|
667
|
+
"description": "Creates an App Store Connect API Key in your Apple Developer account and saves the private key in your ShipThis account",
|
|
668
668
|
"examples": [
|
|
669
669
|
"<%= config.bin %> <%= command.id %>",
|
|
670
670
|
"<%= config.bin %> <%= command.id %> --force"
|
|
@@ -686,7 +686,7 @@
|
|
|
686
686
|
},
|
|
687
687
|
"hasDynamicHelp": false,
|
|
688
688
|
"hiddenAliases": [],
|
|
689
|
-
"id": "apple:
|
|
689
|
+
"id": "apple:apiKey:create",
|
|
690
690
|
"pluginAlias": "shipthis",
|
|
691
691
|
"pluginName": "shipthis",
|
|
692
692
|
"pluginType": "core",
|
|
@@ -696,11 +696,11 @@
|
|
|
696
696
|
"dist",
|
|
697
697
|
"commands",
|
|
698
698
|
"apple",
|
|
699
|
-
"
|
|
699
|
+
"apiKey",
|
|
700
700
|
"create.js"
|
|
701
701
|
]
|
|
702
702
|
},
|
|
703
|
-
"apple:
|
|
703
|
+
"apple:apiKey:export": {
|
|
704
704
|
"aliases": [],
|
|
705
705
|
"args": {
|
|
706
706
|
"file": {
|
|
@@ -709,9 +709,9 @@
|
|
|
709
709
|
"required": true
|
|
710
710
|
}
|
|
711
711
|
},
|
|
712
|
-
"description": "Saves the current
|
|
712
|
+
"description": "Saves the current App Store Connect API Key to a ZIP file",
|
|
713
713
|
"examples": [
|
|
714
|
-
"<%= config.bin %> <%= command.id %>
|
|
714
|
+
"<%= config.bin %> <%= command.id %> userApiKey.zip"
|
|
715
715
|
],
|
|
716
716
|
"flags": {
|
|
717
717
|
"force": {
|
|
@@ -724,7 +724,7 @@
|
|
|
724
724
|
},
|
|
725
725
|
"hasDynamicHelp": false,
|
|
726
726
|
"hiddenAliases": [],
|
|
727
|
-
"id": "apple:
|
|
727
|
+
"id": "apple:apiKey:export",
|
|
728
728
|
"pluginAlias": "shipthis",
|
|
729
729
|
"pluginName": "shipthis",
|
|
730
730
|
"pluginType": "core",
|
|
@@ -735,11 +735,11 @@
|
|
|
735
735
|
"dist",
|
|
736
736
|
"commands",
|
|
737
737
|
"apple",
|
|
738
|
-
"
|
|
738
|
+
"apiKey",
|
|
739
739
|
"export.js"
|
|
740
740
|
]
|
|
741
741
|
},
|
|
742
|
-
"apple:
|
|
742
|
+
"apple:apiKey:import": {
|
|
743
743
|
"aliases": [],
|
|
744
744
|
"args": {
|
|
745
745
|
"file": {
|
|
@@ -748,9 +748,9 @@
|
|
|
748
748
|
"required": true
|
|
749
749
|
}
|
|
750
750
|
},
|
|
751
|
-
"description": "Imports an
|
|
751
|
+
"description": "Imports an App Store Connect API Key ZIP file into your ShipThis account",
|
|
752
752
|
"examples": [
|
|
753
|
-
"<%= config.bin %> <%= command.id %>
|
|
753
|
+
"<%= config.bin %> <%= command.id %> userApiKey.zip"
|
|
754
754
|
],
|
|
755
755
|
"flags": {
|
|
756
756
|
"force": {
|
|
@@ -762,7 +762,7 @@
|
|
|
762
762
|
},
|
|
763
763
|
"hasDynamicHelp": false,
|
|
764
764
|
"hiddenAliases": [],
|
|
765
|
-
"id": "apple:
|
|
765
|
+
"id": "apple:apiKey:import",
|
|
766
766
|
"pluginAlias": "shipthis",
|
|
767
767
|
"pluginName": "shipthis",
|
|
768
768
|
"pluginType": "core",
|
|
@@ -773,14 +773,14 @@
|
|
|
773
773
|
"dist",
|
|
774
774
|
"commands",
|
|
775
775
|
"apple",
|
|
776
|
-
"
|
|
776
|
+
"apiKey",
|
|
777
777
|
"import.js"
|
|
778
778
|
]
|
|
779
779
|
},
|
|
780
|
-
"apple:
|
|
780
|
+
"apple:apiKey:status": {
|
|
781
781
|
"aliases": [],
|
|
782
782
|
"args": {},
|
|
783
|
-
"description": "Displays the status of the
|
|
783
|
+
"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.",
|
|
784
784
|
"examples": [
|
|
785
785
|
"<%= config.bin %> <%= command.id %>",
|
|
786
786
|
"<%= config.bin %> <%= command.id %> --noAppleAuth"
|
|
@@ -795,7 +795,7 @@
|
|
|
795
795
|
},
|
|
796
796
|
"hasDynamicHelp": false,
|
|
797
797
|
"hiddenAliases": [],
|
|
798
|
-
"id": "apple:
|
|
798
|
+
"id": "apple:apiKey:status",
|
|
799
799
|
"pluginAlias": "shipthis",
|
|
800
800
|
"pluginName": "shipthis",
|
|
801
801
|
"pluginType": "core",
|
|
@@ -806,7 +806,7 @@
|
|
|
806
806
|
"dist",
|
|
807
807
|
"commands",
|
|
808
808
|
"apple",
|
|
809
|
-
"
|
|
809
|
+
"apiKey",
|
|
810
810
|
"status.js"
|
|
811
811
|
]
|
|
812
812
|
},
|
|
@@ -1506,5 +1506,5 @@
|
|
|
1506
1506
|
]
|
|
1507
1507
|
}
|
|
1508
1508
|
},
|
|
1509
|
-
"version": "0.0.
|
|
1509
|
+
"version": "0.0.5"
|
|
1510
1510
|
}
|