shipthis 0.0.1 → 0.0.3
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-DFPMSEZF.js → App-CRcDsay7.js} +1 -1
- package/dist/{AppleBundleIdDetails-CuhAbVEp.js → AppleBundleIdDetails-UNAVT0U6.js} +3 -3
- package/dist/{UserCredentialsTable-DHeRI4h6.js → UserCredentialsTable-CPx_wwST.js} +2 -2
- package/dist/{baseAppleCommand-BXUu-026.js → baseAppleCommand-BUDjh10x.js} +1 -1
- package/dist/{baseGameCommand-xrD2WDDN.js → baseGameCommand-DvFilbRN.js} +37 -18
- 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 +12 -2
- package/dist/commands/status.js +6 -6
- package/dist/{export-CujqsTR_.js → export-DnCkwLrK.js} +1 -1
- package/dist/{import-Q-KO61ll.js → import-CMzGrYJE.js} +1 -1
- package/dist/{index-DKsVctbw.js → index-Bw_nDHi8.js} +1 -1
- package/dist/{upload-CUlWmNbS.js → upload-O-TtkVJK.js} +1 -1
- package/dist/{useAppleApp-BmwYu7qG.js → useAppleApp-aigGCahA.js} +1 -1
- package/dist/{useAppleBundleId-DCJnfNWr.js → useAppleBundleId-Csd5x81b.js} +1 -1
- package/dist/{useBuilds-Dh_PWwCf.js → useBuilds-v-UBnSnM.js} +3 -3
- package/dist/{useJob-CCkqCMvF.js → useJob-DJQrqUh2.js} +2 -2
- package/oclif.manifest.json +171 -171
- package/package.json +2 -2
- package/dist/run.js +0 -3
package/oclif.manifest.json
CHANGED
|
@@ -512,10 +512,10 @@
|
|
|
512
512
|
"wizard.js"
|
|
513
513
|
]
|
|
514
514
|
},
|
|
515
|
-
"apple:
|
|
515
|
+
"apple:apiKey:create": {
|
|
516
516
|
"aliases": [],
|
|
517
517
|
"args": {},
|
|
518
|
-
"description": "Creates an
|
|
518
|
+
"description": "Creates an App Store Connect API Key in your Apple Developer account and saves the private key in 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:apiKey: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
|
+
"apiKey",
|
|
551
551
|
"create.js"
|
|
552
552
|
]
|
|
553
553
|
},
|
|
554
|
-
"apple:
|
|
554
|
+
"apple:apiKey: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 App Store Connect API Key to a ZIP file",
|
|
564
564
|
"examples": [
|
|
565
|
-
"<%= config.bin %> <%= command.id %>
|
|
565
|
+
"<%= config.bin %> <%= command.id %> userApiKey.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:apiKey: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
|
+
"apiKey",
|
|
590
590
|
"export.js"
|
|
591
591
|
]
|
|
592
592
|
},
|
|
593
|
-
"apple:
|
|
593
|
+
"apple:apiKey: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 App Store Connect API Key ZIP file into your ShipThis account",
|
|
603
603
|
"examples": [
|
|
604
|
-
"<%= config.bin %> <%= command.id %>
|
|
604
|
+
"<%= config.bin %> <%= command.id %> userApiKey.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:apiKey: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
|
+
"apiKey",
|
|
628
628
|
"import.js"
|
|
629
629
|
]
|
|
630
630
|
},
|
|
631
|
-
"apple:
|
|
631
|
+
"apple:apiKey:status": {
|
|
632
632
|
"aliases": [],
|
|
633
633
|
"args": {},
|
|
634
|
-
"description": "Displays the status of the
|
|
634
|
+
"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.",
|
|
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:apiKey: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
|
+
"apiKey",
|
|
661
661
|
"status.js"
|
|
662
662
|
]
|
|
663
663
|
},
|
|
664
|
-
"apple:
|
|
664
|
+
"apple:certificate:create": {
|
|
665
665
|
"aliases": [],
|
|
666
666
|
"args": {},
|
|
667
|
-
"description": "Creates an
|
|
667
|
+
"description": "Creates an iOS Distribution Certificate in your Apple Developer account and saves it with the private key to 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:certificate: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
|
+
"certificate",
|
|
700
700
|
"create.js"
|
|
701
701
|
]
|
|
702
702
|
},
|
|
703
|
-
"apple:
|
|
703
|
+
"apple:certificate: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 Apple Distribution Certificate to a ZIP file.",
|
|
713
713
|
"examples": [
|
|
714
|
-
"<%= config.bin %> <%= command.id %>
|
|
714
|
+
"<%= config.bin %> <%= command.id %> userCert.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:certificate: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
|
+
"certificate",
|
|
739
739
|
"export.js"
|
|
740
740
|
]
|
|
741
741
|
},
|
|
742
|
-
"apple:
|
|
742
|
+
"apple:certificate: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 iOS Distribution Certificate to your ShipThis account",
|
|
752
752
|
"examples": [
|
|
753
|
-
"<%= config.bin %> <%= command.id %>
|
|
753
|
+
"<%= config.bin %> <%= command.id %> userCert.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:certificate: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
|
+
"certificate",
|
|
777
777
|
"import.js"
|
|
778
778
|
]
|
|
779
779
|
},
|
|
780
|
-
"apple:
|
|
780
|
+
"apple:certificate:status": {
|
|
781
781
|
"aliases": [],
|
|
782
782
|
"args": {},
|
|
783
|
-
"description": "Displays the status of the
|
|
783
|
+
"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.",
|
|
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:certificate: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
|
+
"certificate",
|
|
810
810
|
"status.js"
|
|
811
811
|
]
|
|
812
812
|
},
|
|
@@ -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.3"
|
|
1510
1510
|
}
|