shipthis 0.1.11 → 0.1.13
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/assets/markdown/ship-failure.md +13 -0
- package/assets/markdown/ship-success.md +12 -0
- package/dist/{AppleBundleIdDetails-DymjrhOZ.js → AppleBundleIdDetails-DxWVnxa5.js} +4 -4
- package/dist/{Command-1YAl_0zS.js → Command-zfJ7qIJI.js} +8 -8
- package/dist/{CommandGame--SAa3wEL.js → CommandGame-DVsNreSF.js} +1 -1
- package/dist/{Create-DIaSKUpl.js → Create-DdF29mIS.js} +3 -3
- package/dist/{Import-BIOsf8AA.js → Import-D8ik724M.js} +4 -4
- package/dist/{JobProgress-biiLhigg.js → JobProgress-D1Pe4YJc.js} +10 -7
- package/dist/JobStatusTable-D-daiV-I.js +203 -0
- package/dist/{ProjectCredentialsTable-Ch8022rs.js → ProjectCredentialsTable-Ch2s5qF1.js} +2 -2
- package/dist/{UserCredentialsTable-CeJS3_hd.js → UserCredentialsTable-DzyAHhLB.js} +3 -3
- package/dist/{baseAppleCommand-1isaFxCQ.js → baseAppleCommand-BGXyWK-R.js} +1 -1
- package/dist/{baseGameAndroidCommand-6vsMpE7a.js → baseGameAndroidCommand-mdFhxanf.js} +2 -2
- package/dist/commands/apple/apiKey/create.js +7 -7
- package/dist/commands/apple/apiKey/export.js +6 -6
- package/dist/commands/apple/apiKey/import.js +6 -6
- package/dist/commands/apple/apiKey/status.js +5 -5
- package/dist/commands/apple/certificate/create.js +7 -7
- package/dist/commands/apple/certificate/export.js +6 -6
- package/dist/commands/apple/certificate/import.js +6 -6
- package/dist/commands/apple/certificate/status.js +5 -5
- package/dist/commands/apple/login.js +2 -2
- package/dist/commands/apple/status.js +4 -4
- package/dist/commands/dashboard.js +1 -1
- package/dist/commands/game/android/apiKey/connect.js +9 -9
- package/dist/commands/game/android/apiKey/create.js +10 -10
- package/dist/commands/game/android/apiKey/export.js +7 -7
- package/dist/commands/game/android/apiKey/import.js +9 -9
- package/dist/commands/game/android/apiKey/invite.js +4 -4
- package/dist/commands/game/android/apiKey/status.js +7 -7
- package/dist/commands/game/android/keyStore/create.js +8 -8
- package/dist/commands/game/android/keyStore/export.js +6 -6
- package/dist/commands/game/android/keyStore/import.js +9 -9
- package/dist/commands/game/android/keyStore/status.js +6 -6
- package/dist/commands/game/android/status.js +4 -4
- package/dist/commands/game/build/download.js +4 -4
- package/dist/commands/game/build/list.js +5 -5
- package/dist/commands/game/create.js +2 -2
- package/dist/commands/game/details.js +4 -4
- package/dist/commands/game/export.js +1 -1
- package/dist/commands/game/ios/app/addTester.js +5 -5
- package/dist/commands/game/ios/app/create.js +4 -4
- package/dist/commands/game/ios/app/status.js +7 -7
- package/dist/commands/game/ios/app/sync.js +5 -5
- package/dist/commands/game/ios/profile/create.js +7 -7
- package/dist/commands/game/ios/profile/export.js +6 -6
- package/dist/commands/game/ios/profile/import.js +6 -6
- package/dist/commands/game/ios/profile/status.js +6 -6
- package/dist/commands/game/ios/status.js +7 -7
- package/dist/commands/game/ios/wizard.js +2 -2
- package/dist/commands/game/job/list.js +4 -4
- package/dist/commands/game/job/status.js +17 -131
- package/dist/commands/game/list.js +4 -4
- package/dist/commands/game/ship.js +74 -19
- package/dist/commands/game/status.js +4 -4
- package/dist/commands/game/wizard.js +14 -14
- package/dist/commands/internal/fastlane.js +1 -1
- package/dist/commands/internal/readme.js +1 -1
- package/dist/commands/login.js +2 -2
- package/dist/commands/status.js +4 -4
- package/dist/{export-BDxGDZdh.js → export-Cin4rLWR.js} +1 -1
- package/dist/{import-v54PM_Qg.js → import-CXTv9E84.js} +1 -1
- package/dist/{index-BDFKyTPb.js → index-B4v66AKo.js} +1 -1
- package/dist/{index-ByOvCs4O.js → index-BVvcTBnj.js} +4 -4
- package/dist/{index-m4HTrJ5J.js → index-Cx_2qTdS.js} +7 -7
- package/dist/{index-BB7X1Pqp.js → index-Dhx6FAHt.js} +1 -1
- package/dist/{index-wyPoxiTc.js → index-Dj-chiHz.js} +2 -2
- package/dist/{upload-2naN75Zu.js → upload-DZCIfnwf.js} +1 -1
- package/dist/{useAndroidServiceAccountTestResult-BDc7XpKE.js → useAndroidServiceAccountTestResult-L4oozjag.js} +1 -1
- package/dist/{useAppleApp-DgE0wEaq.js → useAppleApp-DcSr-q-w.js} +1 -1
- package/dist/{useAppleBundleId-BNI8swhC.js → useAppleBundleId-BnJVPVIz.js} +1 -1
- package/dist/{useJobWatching-BIG6fnTN.js → useJobWatching-DS0qHqPA.js} +3 -3
- package/dist/{useProjectCredentials-B5ZmpIxL.js → useProjectCredentials-CI_AoXmH.js} +3 -3
- package/dist/{useWebSocket-Bep1zAVG.js → useWebSocket-ZEZvtpT_.js} +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/oclif.manifest.json +141 -223
- package/package.json +1 -1
- package/dist/AppleBundleIdDetails-C0XqjxKJ.js +0 -72
- package/dist/AppleBundleIdDetails-CjP5y0cj.js +0 -74
- package/dist/AppleBundleIdDetails-CztWY_mT.js +0 -73
- package/dist/AppleBundleIdDetails-DKeSAte9.js +0 -73
- package/dist/AppleBundleIdDetails-Df30MPFC.js +0 -73
- package/dist/AppleBundleIdDetails-Dxo99Sgu.js +0 -72
- package/dist/Command-BiB9MqbJ.js +0 -204
- package/dist/Command-Cl-JfhTy.js +0 -203
- package/dist/Command-D6rWEZRM.js +0 -204
- package/dist/Command-Dn0P_KOV.js +0 -205
- package/dist/Command-DxmQn3XT.js +0 -204
- package/dist/Command-YJJp90ru.js +0 -204
- package/dist/CommandGame-C1oTlfdb.js +0 -8
- package/dist/CommandGame-CZUx_VQu.js +0 -8
- package/dist/CommandGame-DspVLTPZ.js +0 -8
- package/dist/CommandGame-cPaTk1wh.js +0 -8
- package/dist/CommandGame-k04mHiDl.js +0 -8
- package/dist/CommandGame-pI9VXKxi.js +0 -8
- package/dist/CreateKeystore-BnNdeDUa.js +0 -57
- package/dist/CreateKeystore-BqJdpvsI.js +0 -56
- package/dist/CreateKeystore-Cf-nsK_M.js +0 -56
- package/dist/CreateKeystore-D8uTRamD.js +0 -56
- package/dist/CreateKeystore-Dm0KVh85.js +0 -56
- package/dist/CreateKeystore-g1z6DsU5.js +0 -56
- package/dist/JobProgress-CPkWVSlH.js +0 -108
- package/dist/JobProgress-Dk0UoNah.js +0 -108
- package/dist/JobProgress-W0QQR49T.js +0 -108
- package/dist/JobProgress-jmGAzvxS.js +0 -108
- package/dist/JobStatusTable-BA_q-kgE.js +0 -75
- package/dist/JobStatusTable-ByW0bN6c.js +0 -75
- package/dist/JobStatusTable-CgaTS7jS.js +0 -75
- package/dist/JobStatusTable-DqoppRro.js +0 -75
- package/dist/JobStatusTable-q4atKzhu.js +0 -75
- package/dist/ProjectCredentialsTable-8kXt7sTS.js +0 -37
- package/dist/ProjectCredentialsTable-BIWBAXCh.js +0 -37
- package/dist/ProjectCredentialsTable-DRMK_SNw.js +0 -37
- package/dist/ProjectCredentialsTable-DfkpvTf8.js +0 -37
- package/dist/UserCredentialsTable-DMh8Wpy7.js +0 -82
- package/dist/UserCredentialsTable-DgHZJSHG.js +0 -82
- package/dist/UserCredentialsTable-TflQvTEP.js +0 -82
- package/dist/UserCredentialsTable-ysmM5dlV.js +0 -82
- package/dist/baseAppleCommand-B3WQtlx-.js +0 -10
- package/dist/baseAppleCommand-B9wyIqdL.js +0 -10
- package/dist/baseAppleCommand-D-G4h8zQ.js +0 -10
- package/dist/baseAppleCommand-DpasCbje.js +0 -10
- package/dist/baseGameAndroidCommand-B-CFhPnE.js +0 -43
- package/dist/baseGameAndroidCommand-B3LRG701.js +0 -43
- package/dist/baseGameAndroidCommand-C9BuS2Sr.js +0 -43
- package/dist/baseGameAndroidCommand-DD0H8iy-.js +0 -43
- package/dist/commands/game/android/wizard.js +0 -509
- package/dist/export-B_F6vXIK.js +0 -36
- package/dist/export-BiLHgSJ9.js +0 -36
- package/dist/export-C_lu1FD9.js +0 -36
- package/dist/export-rS9o87LD.js +0 -36
- package/dist/import-7T3J63j2.js +0 -38
- package/dist/import-Brg3zYmT.js +0 -38
- package/dist/import-BrlJuE2Z.js +0 -38
- package/dist/import-CxNikF1c.js +0 -38
- package/dist/import-DPbg8WvS.js +0 -38
- package/dist/index-B5XHQfs2.js +0 -122
- package/dist/index-B6V7vGOj.js +0 -136
- package/dist/index-BL-1G60K.js +0 -135
- package/dist/index-BQRxiyqn.js +0 -693
- package/dist/index-BQnkBr1Q.js +0 -136
- package/dist/index-BX9h2vPV.js +0 -123
- package/dist/index-BjGSEqP5.js +0 -135
- package/dist/index-BuZmCvZh.js +0 -24
- package/dist/index-Bv3x8c78.js +0 -693
- package/dist/index-BzffuqPa.js +0 -24
- package/dist/index-C9734Cj2.js +0 -693
- package/dist/index-CKYExssR.js +0 -136
- package/dist/index-CgBgZUkL.js +0 -144
- package/dist/index-Cz_KLwWf.js +0 -136
- package/dist/index-D6BH5UAM.js +0 -135
- package/dist/index-DBrQda8r.js +0 -122
- package/dist/index-DE2Hvx2o.js +0 -122
- package/dist/index-DOgF4dFK.js +0 -24
- package/dist/index-DdABTtYO.js +0 -693
- package/dist/index-DgbQBx6x.js +0 -122
- package/dist/index-DxHPjZav.js +0 -136
- package/dist/index-X__XH_Fd.js +0 -144
- package/dist/index-o9Y-84Rj.js +0 -122
- package/dist/upload-CMo3hUhl.js +0 -60
- package/dist/upload-Cx71802W.js +0 -60
- package/dist/upload-DvAE1vDq.js +0 -60
- package/dist/upload-LXRr4pMa.js +0 -60
- package/dist/useAndroidServiceAccountTestResult-B_ekRewZ.js +0 -52
- package/dist/useAndroidServiceAccountTestResult-Ce1x0Eh8.js +0 -52
- package/dist/useAndroidServiceAccountTestResult-D_30xIJA.js +0 -52
- package/dist/useAndroidServiceAccountTestResult-InDf5WSl.js +0 -52
- package/dist/useAppleApp-BEtLQa7n.js +0 -32
- package/dist/useAppleApp-CApC0-4Q.js +0 -32
- package/dist/useAppleApp-CETIcsJS.js +0 -32
- package/dist/useAppleApp-DnSjUfSs.js +0 -32
- package/dist/useAppleBundleId-DXbMDRLd.js +0 -64
- package/dist/useAppleBundleId-DtLODy3p.js +0 -64
- package/dist/useAppleBundleId-SmzY6rkm.js +0 -64
- package/dist/useAppleBundleId-gPBzJwQg.js +0 -64
- package/dist/useJobWatching-BcBJ5dy1.js +0 -43
- package/dist/useJobWatching-Bz1e6xOv.js +0 -43
- package/dist/useJobWatching-Cp-CYd90.js +0 -45
- package/dist/useJobWatching-D-YzSlK8.js +0 -45
- package/dist/useJobWatching-I_A3b36f.js +0 -45
- package/dist/useJobWatching-P5oC7mNB.js +0 -45
- package/dist/useProjectCredentials-BRffcsO3.js +0 -54
- package/dist/useProjectCredentials-CKngz2rd.js +0 -54
- package/dist/useProjectCredentials-EapDge1I.js +0 -54
- package/dist/useProjectCredentials-vjedBbKl.js +0 -54
- package/dist/useWebSocket-CBqsjHbt.js +0 -36
- package/dist/useWebSocket-D8PojLtx.js +0 -36
- package/dist/useWebSocket-DoImIdTy.js +0 -36
- package/dist/useWebSocket-rBLiZsKb.js +0 -36
- package/dist/wizard-ChPegnMW.js +0 -133
package/oclif.manifest.json
CHANGED
|
@@ -156,6 +156,110 @@
|
|
|
156
156
|
"status.js"
|
|
157
157
|
]
|
|
158
158
|
},
|
|
159
|
+
"internal:fastlane": {
|
|
160
|
+
"aliases": [],
|
|
161
|
+
"args": {
|
|
162
|
+
"username": {
|
|
163
|
+
"description": "Your Apple email address",
|
|
164
|
+
"name": "username",
|
|
165
|
+
"required": true
|
|
166
|
+
},
|
|
167
|
+
"file": {
|
|
168
|
+
"description": "Path where the fastlane session will be written",
|
|
169
|
+
"name": "file",
|
|
170
|
+
"required": true
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
"description": "Output a fastlane session file which can be used with xcodes",
|
|
174
|
+
"examples": [
|
|
175
|
+
"<%= config.bin %> <%= command.id %>",
|
|
176
|
+
"<%= config.bin %> <%= command.id %> --force --username me@email.nowhere"
|
|
177
|
+
],
|
|
178
|
+
"flags": {
|
|
179
|
+
"force": {
|
|
180
|
+
"char": "f",
|
|
181
|
+
"name": "force",
|
|
182
|
+
"allowNo": false,
|
|
183
|
+
"type": "boolean"
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
"hasDynamicHelp": false,
|
|
187
|
+
"hiddenAliases": [],
|
|
188
|
+
"id": "internal:fastlane",
|
|
189
|
+
"pluginAlias": "shipthis",
|
|
190
|
+
"pluginName": "shipthis",
|
|
191
|
+
"pluginType": "core",
|
|
192
|
+
"strict": true,
|
|
193
|
+
"enableJsonFlag": false,
|
|
194
|
+
"isESM": true,
|
|
195
|
+
"relativePath": [
|
|
196
|
+
"dist",
|
|
197
|
+
"commands",
|
|
198
|
+
"internal",
|
|
199
|
+
"fastlane.js"
|
|
200
|
+
]
|
|
201
|
+
},
|
|
202
|
+
"internal:readme": {
|
|
203
|
+
"aliases": [],
|
|
204
|
+
"args": {
|
|
205
|
+
"outputDir": {
|
|
206
|
+
"description": "The directory where the readme files will be written",
|
|
207
|
+
"name": "outputDir",
|
|
208
|
+
"required": true
|
|
209
|
+
}
|
|
210
|
+
},
|
|
211
|
+
"description": "Generate the readme files for the commands",
|
|
212
|
+
"examples": [
|
|
213
|
+
"<%= config.bin %> <%= command.id %>"
|
|
214
|
+
],
|
|
215
|
+
"flags": {
|
|
216
|
+
"notDryRun": {
|
|
217
|
+
"char": "n",
|
|
218
|
+
"description": "Set to actually write the files (will not overwrite)",
|
|
219
|
+
"name": "notDryRun",
|
|
220
|
+
"allowNo": false,
|
|
221
|
+
"type": "boolean"
|
|
222
|
+
},
|
|
223
|
+
"overWrite": {
|
|
224
|
+
"char": "o",
|
|
225
|
+
"description": "Overwrite existing files",
|
|
226
|
+
"name": "overWrite",
|
|
227
|
+
"allowNo": false,
|
|
228
|
+
"type": "boolean"
|
|
229
|
+
},
|
|
230
|
+
"depth": {
|
|
231
|
+
"char": "d",
|
|
232
|
+
"description": "The depth of the topic tree to render as separate files",
|
|
233
|
+
"name": "depth",
|
|
234
|
+
"hasDynamicHelp": false,
|
|
235
|
+
"multiple": false,
|
|
236
|
+
"type": "option"
|
|
237
|
+
},
|
|
238
|
+
"only": {
|
|
239
|
+
"char": "l",
|
|
240
|
+
"description": "Glob pattern - will only write the files which match",
|
|
241
|
+
"name": "only",
|
|
242
|
+
"hasDynamicHelp": false,
|
|
243
|
+
"multiple": false,
|
|
244
|
+
"type": "option"
|
|
245
|
+
}
|
|
246
|
+
},
|
|
247
|
+
"hasDynamicHelp": false,
|
|
248
|
+
"hiddenAliases": [],
|
|
249
|
+
"id": "internal:readme",
|
|
250
|
+
"pluginAlias": "shipthis",
|
|
251
|
+
"pluginName": "shipthis",
|
|
252
|
+
"pluginType": "core",
|
|
253
|
+
"strict": true,
|
|
254
|
+
"enableJsonFlag": false,
|
|
255
|
+
"isESM": true,
|
|
256
|
+
"relativePath": [
|
|
257
|
+
"dist",
|
|
258
|
+
"commands",
|
|
259
|
+
"internal",
|
|
260
|
+
"readme.js"
|
|
261
|
+
]
|
|
262
|
+
},
|
|
159
263
|
"game:create": {
|
|
160
264
|
"aliases": [],
|
|
161
265
|
"args": {},
|
|
@@ -591,114 +695,10 @@
|
|
|
591
695
|
"wizard.js"
|
|
592
696
|
]
|
|
593
697
|
},
|
|
594
|
-
"
|
|
595
|
-
"aliases": [],
|
|
596
|
-
"args": {
|
|
597
|
-
"username": {
|
|
598
|
-
"description": "Your Apple email address",
|
|
599
|
-
"name": "username",
|
|
600
|
-
"required": true
|
|
601
|
-
},
|
|
602
|
-
"file": {
|
|
603
|
-
"description": "Path where the fastlane session will be written",
|
|
604
|
-
"name": "file",
|
|
605
|
-
"required": true
|
|
606
|
-
}
|
|
607
|
-
},
|
|
608
|
-
"description": "Output a fastlane session file which can be used with xcodes",
|
|
609
|
-
"examples": [
|
|
610
|
-
"<%= config.bin %> <%= command.id %>",
|
|
611
|
-
"<%= config.bin %> <%= command.id %> --force --username me@email.nowhere"
|
|
612
|
-
],
|
|
613
|
-
"flags": {
|
|
614
|
-
"force": {
|
|
615
|
-
"char": "f",
|
|
616
|
-
"name": "force",
|
|
617
|
-
"allowNo": false,
|
|
618
|
-
"type": "boolean"
|
|
619
|
-
}
|
|
620
|
-
},
|
|
621
|
-
"hasDynamicHelp": false,
|
|
622
|
-
"hiddenAliases": [],
|
|
623
|
-
"id": "internal:fastlane",
|
|
624
|
-
"pluginAlias": "shipthis",
|
|
625
|
-
"pluginName": "shipthis",
|
|
626
|
-
"pluginType": "core",
|
|
627
|
-
"strict": true,
|
|
628
|
-
"enableJsonFlag": false,
|
|
629
|
-
"isESM": true,
|
|
630
|
-
"relativePath": [
|
|
631
|
-
"dist",
|
|
632
|
-
"commands",
|
|
633
|
-
"internal",
|
|
634
|
-
"fastlane.js"
|
|
635
|
-
]
|
|
636
|
-
},
|
|
637
|
-
"internal:readme": {
|
|
638
|
-
"aliases": [],
|
|
639
|
-
"args": {
|
|
640
|
-
"outputDir": {
|
|
641
|
-
"description": "The directory where the readme files will be written",
|
|
642
|
-
"name": "outputDir",
|
|
643
|
-
"required": true
|
|
644
|
-
}
|
|
645
|
-
},
|
|
646
|
-
"description": "Generate the readme files for the commands",
|
|
647
|
-
"examples": [
|
|
648
|
-
"<%= config.bin %> <%= command.id %>"
|
|
649
|
-
],
|
|
650
|
-
"flags": {
|
|
651
|
-
"notDryRun": {
|
|
652
|
-
"char": "n",
|
|
653
|
-
"description": "Set to actually write the files (will not overwrite)",
|
|
654
|
-
"name": "notDryRun",
|
|
655
|
-
"allowNo": false,
|
|
656
|
-
"type": "boolean"
|
|
657
|
-
},
|
|
658
|
-
"overWrite": {
|
|
659
|
-
"char": "o",
|
|
660
|
-
"description": "Overwrite existing files",
|
|
661
|
-
"name": "overWrite",
|
|
662
|
-
"allowNo": false,
|
|
663
|
-
"type": "boolean"
|
|
664
|
-
},
|
|
665
|
-
"depth": {
|
|
666
|
-
"char": "d",
|
|
667
|
-
"description": "The depth of the topic tree to render as separate files",
|
|
668
|
-
"name": "depth",
|
|
669
|
-
"hasDynamicHelp": false,
|
|
670
|
-
"multiple": false,
|
|
671
|
-
"type": "option"
|
|
672
|
-
},
|
|
673
|
-
"only": {
|
|
674
|
-
"char": "l",
|
|
675
|
-
"description": "Glob pattern - will only write the files which match",
|
|
676
|
-
"name": "only",
|
|
677
|
-
"hasDynamicHelp": false,
|
|
678
|
-
"multiple": false,
|
|
679
|
-
"type": "option"
|
|
680
|
-
}
|
|
681
|
-
},
|
|
682
|
-
"hasDynamicHelp": false,
|
|
683
|
-
"hiddenAliases": [],
|
|
684
|
-
"id": "internal:readme",
|
|
685
|
-
"pluginAlias": "shipthis",
|
|
686
|
-
"pluginName": "shipthis",
|
|
687
|
-
"pluginType": "core",
|
|
688
|
-
"strict": true,
|
|
689
|
-
"enableJsonFlag": false,
|
|
690
|
-
"isESM": true,
|
|
691
|
-
"relativePath": [
|
|
692
|
-
"dist",
|
|
693
|
-
"commands",
|
|
694
|
-
"internal",
|
|
695
|
-
"readme.js"
|
|
696
|
-
]
|
|
697
|
-
},
|
|
698
|
-
"apple:apiKey:create": {
|
|
698
|
+
"apple:certificate:create": {
|
|
699
699
|
"aliases": [],
|
|
700
700
|
"args": {},
|
|
701
|
-
"description": "Creates an
|
|
701
|
+
"description": "Creates an iOS Distribution Certificate in your Apple Developer account.\nSaves the certificate with the private key to your ShipThis account",
|
|
702
702
|
"examples": [
|
|
703
703
|
"<%= config.bin %> <%= command.id %>",
|
|
704
704
|
"<%= config.bin %> <%= command.id %> --force"
|
|
@@ -720,7 +720,7 @@
|
|
|
720
720
|
},
|
|
721
721
|
"hasDynamicHelp": false,
|
|
722
722
|
"hiddenAliases": [],
|
|
723
|
-
"id": "apple:
|
|
723
|
+
"id": "apple:certificate:create",
|
|
724
724
|
"pluginAlias": "shipthis",
|
|
725
725
|
"pluginName": "shipthis",
|
|
726
726
|
"pluginType": "core",
|
|
@@ -730,11 +730,11 @@
|
|
|
730
730
|
"dist",
|
|
731
731
|
"commands",
|
|
732
732
|
"apple",
|
|
733
|
-
"
|
|
733
|
+
"certificate",
|
|
734
734
|
"create.js"
|
|
735
735
|
]
|
|
736
736
|
},
|
|
737
|
-
"apple:
|
|
737
|
+
"apple:certificate:export": {
|
|
738
738
|
"aliases": [],
|
|
739
739
|
"args": {
|
|
740
740
|
"file": {
|
|
@@ -743,9 +743,9 @@
|
|
|
743
743
|
"required": true
|
|
744
744
|
}
|
|
745
745
|
},
|
|
746
|
-
"description": "Saves the current
|
|
746
|
+
"description": "Saves the current Apple Distribution Certificate to a ZIP file.",
|
|
747
747
|
"examples": [
|
|
748
|
-
"<%= config.bin %> <%= command.id %>
|
|
748
|
+
"<%= config.bin %> <%= command.id %> userCert.zip"
|
|
749
749
|
],
|
|
750
750
|
"flags": {
|
|
751
751
|
"force": {
|
|
@@ -758,7 +758,7 @@
|
|
|
758
758
|
},
|
|
759
759
|
"hasDynamicHelp": false,
|
|
760
760
|
"hiddenAliases": [],
|
|
761
|
-
"id": "apple:
|
|
761
|
+
"id": "apple:certificate:export",
|
|
762
762
|
"pluginAlias": "shipthis",
|
|
763
763
|
"pluginName": "shipthis",
|
|
764
764
|
"pluginType": "core",
|
|
@@ -769,11 +769,11 @@
|
|
|
769
769
|
"dist",
|
|
770
770
|
"commands",
|
|
771
771
|
"apple",
|
|
772
|
-
"
|
|
772
|
+
"certificate",
|
|
773
773
|
"export.js"
|
|
774
774
|
]
|
|
775
775
|
},
|
|
776
|
-
"apple:
|
|
776
|
+
"apple:certificate:import": {
|
|
777
777
|
"aliases": [],
|
|
778
778
|
"args": {
|
|
779
779
|
"file": {
|
|
@@ -782,9 +782,9 @@
|
|
|
782
782
|
"required": true
|
|
783
783
|
}
|
|
784
784
|
},
|
|
785
|
-
"description": "Imports an
|
|
785
|
+
"description": "Imports an iOS Distribution Certificate to your ShipThis account",
|
|
786
786
|
"examples": [
|
|
787
|
-
"<%= config.bin %> <%= command.id %>
|
|
787
|
+
"<%= config.bin %> <%= command.id %> userCert.zip"
|
|
788
788
|
],
|
|
789
789
|
"flags": {
|
|
790
790
|
"force": {
|
|
@@ -796,7 +796,7 @@
|
|
|
796
796
|
},
|
|
797
797
|
"hasDynamicHelp": false,
|
|
798
798
|
"hiddenAliases": [],
|
|
799
|
-
"id": "apple:
|
|
799
|
+
"id": "apple:certificate:import",
|
|
800
800
|
"pluginAlias": "shipthis",
|
|
801
801
|
"pluginName": "shipthis",
|
|
802
802
|
"pluginType": "core",
|
|
@@ -807,14 +807,14 @@
|
|
|
807
807
|
"dist",
|
|
808
808
|
"commands",
|
|
809
809
|
"apple",
|
|
810
|
-
"
|
|
810
|
+
"certificate",
|
|
811
811
|
"import.js"
|
|
812
812
|
]
|
|
813
813
|
},
|
|
814
|
-
"apple:
|
|
814
|
+
"apple:certificate:status": {
|
|
815
815
|
"aliases": [],
|
|
816
816
|
"args": {},
|
|
817
|
-
"description": "Displays the status of
|
|
817
|
+
"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.",
|
|
818
818
|
"examples": [
|
|
819
819
|
"<%= config.bin %> <%= command.id %>",
|
|
820
820
|
"<%= config.bin %> <%= command.id %> --noAppleAuth"
|
|
@@ -829,7 +829,7 @@
|
|
|
829
829
|
},
|
|
830
830
|
"hasDynamicHelp": false,
|
|
831
831
|
"hiddenAliases": [],
|
|
832
|
-
"id": "apple:
|
|
832
|
+
"id": "apple:certificate:status",
|
|
833
833
|
"pluginAlias": "shipthis",
|
|
834
834
|
"pluginName": "shipthis",
|
|
835
835
|
"pluginType": "core",
|
|
@@ -840,14 +840,14 @@
|
|
|
840
840
|
"dist",
|
|
841
841
|
"commands",
|
|
842
842
|
"apple",
|
|
843
|
-
"
|
|
843
|
+
"certificate",
|
|
844
844
|
"status.js"
|
|
845
845
|
]
|
|
846
846
|
},
|
|
847
|
-
"apple:
|
|
847
|
+
"apple:apiKey:create": {
|
|
848
848
|
"aliases": [],
|
|
849
849
|
"args": {},
|
|
850
|
-
"description": "Creates an
|
|
850
|
+
"description": "Creates an App Store Connect API Key in your Apple Developer account.\nSaves the private key in your ShipThis account.",
|
|
851
851
|
"examples": [
|
|
852
852
|
"<%= config.bin %> <%= command.id %>",
|
|
853
853
|
"<%= config.bin %> <%= command.id %> --force"
|
|
@@ -869,7 +869,7 @@
|
|
|
869
869
|
},
|
|
870
870
|
"hasDynamicHelp": false,
|
|
871
871
|
"hiddenAliases": [],
|
|
872
|
-
"id": "apple:
|
|
872
|
+
"id": "apple:apiKey:create",
|
|
873
873
|
"pluginAlias": "shipthis",
|
|
874
874
|
"pluginName": "shipthis",
|
|
875
875
|
"pluginType": "core",
|
|
@@ -879,11 +879,11 @@
|
|
|
879
879
|
"dist",
|
|
880
880
|
"commands",
|
|
881
881
|
"apple",
|
|
882
|
-
"
|
|
882
|
+
"apiKey",
|
|
883
883
|
"create.js"
|
|
884
884
|
]
|
|
885
885
|
},
|
|
886
|
-
"apple:
|
|
886
|
+
"apple:apiKey:export": {
|
|
887
887
|
"aliases": [],
|
|
888
888
|
"args": {
|
|
889
889
|
"file": {
|
|
@@ -892,9 +892,9 @@
|
|
|
892
892
|
"required": true
|
|
893
893
|
}
|
|
894
894
|
},
|
|
895
|
-
"description": "Saves the current
|
|
895
|
+
"description": "Saves the current App Store Connect API Key to a ZIP file",
|
|
896
896
|
"examples": [
|
|
897
|
-
"<%= config.bin %> <%= command.id %>
|
|
897
|
+
"<%= config.bin %> <%= command.id %> userApiKey.zip"
|
|
898
898
|
],
|
|
899
899
|
"flags": {
|
|
900
900
|
"force": {
|
|
@@ -907,7 +907,7 @@
|
|
|
907
907
|
},
|
|
908
908
|
"hasDynamicHelp": false,
|
|
909
909
|
"hiddenAliases": [],
|
|
910
|
-
"id": "apple:
|
|
910
|
+
"id": "apple:apiKey:export",
|
|
911
911
|
"pluginAlias": "shipthis",
|
|
912
912
|
"pluginName": "shipthis",
|
|
913
913
|
"pluginType": "core",
|
|
@@ -918,11 +918,11 @@
|
|
|
918
918
|
"dist",
|
|
919
919
|
"commands",
|
|
920
920
|
"apple",
|
|
921
|
-
"
|
|
921
|
+
"apiKey",
|
|
922
922
|
"export.js"
|
|
923
923
|
]
|
|
924
924
|
},
|
|
925
|
-
"apple:
|
|
925
|
+
"apple:apiKey:import": {
|
|
926
926
|
"aliases": [],
|
|
927
927
|
"args": {
|
|
928
928
|
"file": {
|
|
@@ -931,9 +931,9 @@
|
|
|
931
931
|
"required": true
|
|
932
932
|
}
|
|
933
933
|
},
|
|
934
|
-
"description": "Imports an
|
|
934
|
+
"description": "Imports an App Store Connect API Key ZIP file into your ShipThis account",
|
|
935
935
|
"examples": [
|
|
936
|
-
"<%= config.bin %> <%= command.id %>
|
|
936
|
+
"<%= config.bin %> <%= command.id %> userApiKey.zip"
|
|
937
937
|
],
|
|
938
938
|
"flags": {
|
|
939
939
|
"force": {
|
|
@@ -945,7 +945,7 @@
|
|
|
945
945
|
},
|
|
946
946
|
"hasDynamicHelp": false,
|
|
947
947
|
"hiddenAliases": [],
|
|
948
|
-
"id": "apple:
|
|
948
|
+
"id": "apple:apiKey:import",
|
|
949
949
|
"pluginAlias": "shipthis",
|
|
950
950
|
"pluginName": "shipthis",
|
|
951
951
|
"pluginType": "core",
|
|
@@ -956,14 +956,14 @@
|
|
|
956
956
|
"dist",
|
|
957
957
|
"commands",
|
|
958
958
|
"apple",
|
|
959
|
-
"
|
|
959
|
+
"apiKey",
|
|
960
960
|
"import.js"
|
|
961
961
|
]
|
|
962
962
|
},
|
|
963
|
-
"apple:
|
|
963
|
+
"apple:apiKey:status": {
|
|
964
964
|
"aliases": [],
|
|
965
965
|
"args": {},
|
|
966
|
-
"description": "Displays the status of
|
|
966
|
+
"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.",
|
|
967
967
|
"examples": [
|
|
968
968
|
"<%= config.bin %> <%= command.id %>",
|
|
969
969
|
"<%= config.bin %> <%= command.id %> --noAppleAuth"
|
|
@@ -978,7 +978,7 @@
|
|
|
978
978
|
},
|
|
979
979
|
"hasDynamicHelp": false,
|
|
980
980
|
"hiddenAliases": [],
|
|
981
|
-
"id": "apple:
|
|
981
|
+
"id": "apple:apiKey:status",
|
|
982
982
|
"pluginAlias": "shipthis",
|
|
983
983
|
"pluginName": "shipthis",
|
|
984
984
|
"pluginType": "core",
|
|
@@ -989,7 +989,7 @@
|
|
|
989
989
|
"dist",
|
|
990
990
|
"commands",
|
|
991
991
|
"apple",
|
|
992
|
-
"
|
|
992
|
+
"apiKey",
|
|
993
993
|
"status.js"
|
|
994
994
|
]
|
|
995
995
|
},
|
|
@@ -1028,88 +1028,6 @@
|
|
|
1028
1028
|
"status.js"
|
|
1029
1029
|
]
|
|
1030
1030
|
},
|
|
1031
|
-
"game:android:wizard": {
|
|
1032
|
-
"aliases": [],
|
|
1033
|
-
"args": {},
|
|
1034
|
-
"description": "Prototype Android Wizard",
|
|
1035
|
-
"examples": [
|
|
1036
|
-
"<%= config.bin %> <%= command.id %>"
|
|
1037
|
-
],
|
|
1038
|
-
"flags": {
|
|
1039
|
-
"name": {
|
|
1040
|
-
"char": "n",
|
|
1041
|
-
"description": "The name of the game",
|
|
1042
|
-
"name": "name",
|
|
1043
|
-
"hasDynamicHelp": false,
|
|
1044
|
-
"multiple": false,
|
|
1045
|
-
"type": "option"
|
|
1046
|
-
},
|
|
1047
|
-
"buildNumber": {
|
|
1048
|
-
"char": "b",
|
|
1049
|
-
"description": "Set the build number",
|
|
1050
|
-
"name": "buildNumber",
|
|
1051
|
-
"hasDynamicHelp": false,
|
|
1052
|
-
"multiple": false,
|
|
1053
|
-
"type": "option"
|
|
1054
|
-
},
|
|
1055
|
-
"semanticVersion": {
|
|
1056
|
-
"char": "s",
|
|
1057
|
-
"description": "Set the semantic version",
|
|
1058
|
-
"name": "semanticVersion",
|
|
1059
|
-
"hasDynamicHelp": false,
|
|
1060
|
-
"multiple": false,
|
|
1061
|
-
"type": "option"
|
|
1062
|
-
},
|
|
1063
|
-
"gameEngine": {
|
|
1064
|
-
"char": "e",
|
|
1065
|
-
"description": "Set the game engine",
|
|
1066
|
-
"name": "gameEngine",
|
|
1067
|
-
"hasDynamicHelp": false,
|
|
1068
|
-
"multiple": false,
|
|
1069
|
-
"type": "option"
|
|
1070
|
-
},
|
|
1071
|
-
"gameEngineVersion": {
|
|
1072
|
-
"char": "v",
|
|
1073
|
-
"description": "Set the game engine version",
|
|
1074
|
-
"name": "gameEngineVersion",
|
|
1075
|
-
"hasDynamicHelp": false,
|
|
1076
|
-
"multiple": false,
|
|
1077
|
-
"type": "option"
|
|
1078
|
-
},
|
|
1079
|
-
"iosBundleId": {
|
|
1080
|
-
"char": "i",
|
|
1081
|
-
"description": "Set the iOS bundle ID",
|
|
1082
|
-
"name": "iosBundleId",
|
|
1083
|
-
"hasDynamicHelp": false,
|
|
1084
|
-
"multiple": false,
|
|
1085
|
-
"type": "option"
|
|
1086
|
-
},
|
|
1087
|
-
"androidPackageName": {
|
|
1088
|
-
"char": "a",
|
|
1089
|
-
"description": "Set the Android package name",
|
|
1090
|
-
"name": "androidPackageName",
|
|
1091
|
-
"hasDynamicHelp": false,
|
|
1092
|
-
"multiple": false,
|
|
1093
|
-
"type": "option"
|
|
1094
|
-
}
|
|
1095
|
-
},
|
|
1096
|
-
"hasDynamicHelp": false,
|
|
1097
|
-
"hiddenAliases": [],
|
|
1098
|
-
"id": "game:android:wizard",
|
|
1099
|
-
"pluginAlias": "shipthis",
|
|
1100
|
-
"pluginName": "shipthis",
|
|
1101
|
-
"pluginType": "core",
|
|
1102
|
-
"strict": true,
|
|
1103
|
-
"enableJsonFlag": false,
|
|
1104
|
-
"isESM": true,
|
|
1105
|
-
"relativePath": [
|
|
1106
|
-
"dist",
|
|
1107
|
-
"commands",
|
|
1108
|
-
"game",
|
|
1109
|
-
"android",
|
|
1110
|
-
"wizard.js"
|
|
1111
|
-
]
|
|
1112
|
-
},
|
|
1113
1031
|
"game:build:download": {
|
|
1114
1032
|
"aliases": [],
|
|
1115
1033
|
"args": {
|
|
@@ -2320,5 +2238,5 @@
|
|
|
2320
2238
|
]
|
|
2321
2239
|
}
|
|
2322
2240
|
},
|
|
2323
|
-
"version": "0.1.
|
|
2241
|
+
"version": "0.1.13"
|
|
2324
2242
|
}
|
package/package.json
CHANGED
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
2
|
-
import { Box, Text } from 'ink';
|
|
3
|
-
import Spinner from 'ink-spinner';
|
|
4
|
-
import './index-BQRxiyqn.js';
|
|
5
|
-
import 'axios';
|
|
6
|
-
import '@tanstack/react-query';
|
|
7
|
-
import 'crypto';
|
|
8
|
-
import 'fs';
|
|
9
|
-
import 'readline-sync';
|
|
10
|
-
import 'node:readline';
|
|
11
|
-
import 'node:path';
|
|
12
|
-
import 'node:url';
|
|
13
|
-
import 'react';
|
|
14
|
-
import 'crypto-js';
|
|
15
|
-
import 'uuid';
|
|
16
|
-
import 'luxon';
|
|
17
|
-
import 'socket.io-client';
|
|
18
|
-
import 'isomorphic-git';
|
|
19
|
-
import '@oclif/core';
|
|
20
|
-
import { u as useAppleApp } from './useAppleApp-DnSjUfSs.js';
|
|
21
|
-
import 'fast-glob';
|
|
22
|
-
import 'yazl';
|
|
23
|
-
import '@inkjs/ui';
|
|
24
|
-
import { T as Title } from './Title-BCQtayg6.js';
|
|
25
|
-
import './Command-Cl-JfhTy.js';
|
|
26
|
-
import 'qrcode';
|
|
27
|
-
import { T as Table } from './Table-CvM6pccN.js';
|
|
28
|
-
import 'string-length';
|
|
29
|
-
import 'strip-ansi';
|
|
30
|
-
import { u as useAppleBundleId } from './useAppleBundleId-BNI8swhC.js';
|
|
31
|
-
|
|
32
|
-
const AppleAppDetails = (props) => {
|
|
33
|
-
const { data, isLoading } = useAppleApp(props);
|
|
34
|
-
return /* @__PURE__ */ jsxs(Box, { flexDirection: "column", marginBottom: 1, children: [
|
|
35
|
-
/* @__PURE__ */ jsx(Title, { children: "App Details (in the Apple Developer Portal)" }),
|
|
36
|
-
isLoading && /* @__PURE__ */ jsx(Spinner, { type: "dots" }),
|
|
37
|
-
data && data.summary && /* @__PURE__ */ jsx(Table, { data: [data.summary] })
|
|
38
|
-
] });
|
|
39
|
-
};
|
|
40
|
-
|
|
41
|
-
const AppleBundleIdDetails = (props) => {
|
|
42
|
-
const { data, isLoading } = useAppleBundleId(props);
|
|
43
|
-
const { bundleIdSummary, capabilitiesTable, shouldSyncCapabilities, capabilities } = data || {};
|
|
44
|
-
return /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
45
|
-
/* @__PURE__ */ jsxs(Box, { flexDirection: "column", marginBottom: 1, children: [
|
|
46
|
-
/* @__PURE__ */ jsx(Title, { children: "BundleId Details (in the Apple Developer Portal)" }),
|
|
47
|
-
isLoading && /* @__PURE__ */ jsx(Spinner, { type: "dots" }),
|
|
48
|
-
bundleIdSummary && /* @__PURE__ */ jsx(Table, { data: [bundleIdSummary] })
|
|
49
|
-
] }),
|
|
50
|
-
capabilities && /* @__PURE__ */ jsxs(Box, { flexDirection: "column", marginBottom: 1, children: [
|
|
51
|
-
/* @__PURE__ */ jsx(Title, { children: "Capabilities enabled in the BundleId" }),
|
|
52
|
-
/* @__PURE__ */ jsx(
|
|
53
|
-
Table,
|
|
54
|
-
{
|
|
55
|
-
data: capabilities.map((c) => {
|
|
56
|
-
return { capability: `${c}` };
|
|
57
|
-
})
|
|
58
|
-
}
|
|
59
|
-
)
|
|
60
|
-
] }),
|
|
61
|
-
capabilitiesTable && /* @__PURE__ */ jsxs(Box, { flexDirection: "column", marginBottom: 1, children: [
|
|
62
|
-
/* @__PURE__ */ jsx(Title, { children: "BundleId Capability Check" }),
|
|
63
|
-
/* @__PURE__ */ jsx(Table, { data: capabilitiesTable })
|
|
64
|
-
] }),
|
|
65
|
-
shouldSyncCapabilities && /* @__PURE__ */ jsxs(Box, { flexDirection: "column", children: [
|
|
66
|
-
/* @__PURE__ */ jsx(Text, { bold: true, children: "The capabilities are out of sync with the Apple Developer Portal." }),
|
|
67
|
-
/* @__PURE__ */ jsx(Text, { bold: true, children: "Run shipthis game ios app sync" })
|
|
68
|
-
] })
|
|
69
|
-
] });
|
|
70
|
-
};
|
|
71
|
-
|
|
72
|
-
export { AppleAppDetails as A, AppleBundleIdDetails as a };
|