shipthis 0.1.50 → 0.1.52

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.
Files changed (102) hide show
  1. package/README.md +1 -1
  2. package/dist/{AppleBundleIdDetails-4WNaBSGY.js → AppleBundleIdDetails-BUJnAu52.js} +4 -4
  3. package/dist/{Command-DuEKI93-.js → Command-B-MWAVPL.js} +2 -2
  4. package/dist/CommandGame-DPJEVhuw.js +14 -0
  5. package/dist/{Create-DUl1dfhZ.js → Create-CmEndHAZ.js} +2 -2
  6. package/dist/CredentialDetailsView-B7Y9sj8K.js +131 -0
  7. package/dist/ErrorBox-DS5e6VmF.js +21 -0
  8. package/dist/{GameStatus-NSIKI7Zi.js → GameStatus-XFGHRbVP.js} +5 -5
  9. package/dist/{Import-B_2jztJs.js → Import-ea-wsQt-.js} +3 -3
  10. package/dist/{JobLogTail-CDGqKKin.js → JobLogTail-BwFUt8LB.js} +6 -25
  11. package/dist/{JobProgress-COP5mbrn.js → JobProgress-_cIUK7Ho.js} +6 -6
  12. package/dist/{JobStatusTable-DamWqM1t.js → JobStatusTable-CyDhk3lr.js} +3 -3
  13. package/dist/{ProjectCredentialsTable-BXWs0Ler.js → ProjectCredentialsTable-0DY-GdfY.js} +2 -2
  14. package/dist/TruncatedText-DhEXCrnE.js +25 -0
  15. package/dist/{UserCredentialsTable-Cr2NT9gg.js → UserCredentialsTable-CTJMS9Kc.js} +2 -2
  16. package/dist/{baseAppleCommand-CMBV0P9z.js → baseAppleCommand-9xmssZ7g.js} +1 -1
  17. package/dist/{baseCommand-C7OdounZ.js → baseCommand-CpAJaJoG.js} +289 -230
  18. package/dist/{baseGameAndroidCommand-BE6hsL-c.js → baseGameAndroidCommand-HO8as-RL.js} +2 -2
  19. package/dist/{baseGameCommand-Bap2bDqP.js → baseGameCommand-Cbx4ywHl.js} +32 -17
  20. package/dist/commands/apiKey/create.js +11 -11
  21. package/dist/commands/apiKey/list.js +12 -12
  22. package/dist/commands/apiKey/revoke.js +12 -12
  23. package/dist/commands/apple/apiKey/create.js +7 -7
  24. package/dist/commands/apple/apiKey/delete.js +7 -7
  25. package/dist/commands/apple/apiKey/export.js +5 -5
  26. package/dist/commands/apple/apiKey/import.js +5 -5
  27. package/dist/commands/apple/apiKey/status.js +4 -4
  28. package/dist/commands/apple/certificate/create.js +7 -7
  29. package/dist/commands/apple/certificate/delete.js +7 -7
  30. package/dist/commands/apple/certificate/export.js +5 -5
  31. package/dist/commands/apple/certificate/import.js +5 -5
  32. package/dist/commands/apple/certificate/show.js +78 -0
  33. package/dist/commands/apple/certificate/status.js +4 -4
  34. package/dist/commands/apple/login.js +3 -3
  35. package/dist/commands/apple/status.js +3 -3
  36. package/dist/commands/dashboard.js +3 -3
  37. package/dist/commands/game/android/apiKey/connect.js +9 -8
  38. package/dist/commands/game/android/apiKey/create.js +12 -11
  39. package/dist/commands/game/android/apiKey/delete.js +7 -7
  40. package/dist/commands/game/android/apiKey/export.js +7 -7
  41. package/dist/commands/game/android/apiKey/import.js +7 -7
  42. package/dist/commands/game/android/apiKey/invite.js +7 -7
  43. package/dist/commands/game/android/apiKey/policy.js +3 -3
  44. package/dist/commands/game/android/apiKey/show.js +79 -0
  45. package/dist/commands/game/android/apiKey/status.js +7 -7
  46. package/dist/commands/game/android/keyStore/create.js +9 -8
  47. package/dist/commands/game/android/keyStore/delete.js +7 -7
  48. package/dist/commands/game/android/keyStore/export.js +6 -6
  49. package/dist/commands/game/android/keyStore/import.js +10 -9
  50. package/dist/commands/game/android/keyStore/status.js +6 -6
  51. package/dist/commands/game/android/status.js +5 -5
  52. package/dist/commands/game/build/download.js +3 -3
  53. package/dist/commands/game/build/list.js +6 -5
  54. package/dist/commands/game/create.js +3 -3
  55. package/dist/commands/game/details.js +6 -6
  56. package/dist/commands/game/export.js +3 -3
  57. package/dist/commands/game/ios/app/addTester.js +7 -7
  58. package/dist/commands/game/ios/app/create.js +6 -6
  59. package/dist/commands/game/ios/app/status.js +7 -7
  60. package/dist/commands/game/ios/app/sync.js +5 -5
  61. package/dist/commands/game/ios/profile/create.js +7 -7
  62. package/dist/commands/game/ios/profile/delete.js +7 -7
  63. package/dist/commands/game/ios/profile/export.js +6 -6
  64. package/dist/commands/game/ios/profile/import.js +6 -6
  65. package/dist/commands/game/ios/profile/show.js +78 -0
  66. package/dist/commands/game/ios/profile/status.js +7 -7
  67. package/dist/commands/game/ios/status.js +10 -9
  68. package/dist/commands/game/ios/wizard.js +3 -3
  69. package/dist/commands/game/job/list.js +6 -6
  70. package/dist/commands/game/job/status.js +9 -8
  71. package/dist/commands/game/list.js +12 -12
  72. package/dist/commands/game/ship.js +14 -34
  73. package/dist/commands/game/status.js +6 -5
  74. package/dist/commands/game/wizard.js +26 -18
  75. package/dist/commands/internal/fastlane.js +5 -5
  76. package/dist/commands/internal/readme.js +5 -5
  77. package/dist/commands/login.js +6 -6
  78. package/dist/commands/status.js +5 -5
  79. package/dist/commands/util/android-build-method.js +5 -5
  80. package/dist/commands/util/glass.js +2 -2
  81. package/dist/{export-gdKqwR7u.js → export-Blt3BR-u.js} +1 -1
  82. package/dist/{import-CICoTBgo.js → import-IVcS8WFM.js} +1 -1
  83. package/dist/{index-BaxMfQnE.js → index-B5s20dhm.js} +5 -5
  84. package/dist/{index-YX-OJ2AA.js → index-By3xdL8c.js} +1 -1
  85. package/dist/{index-CjYag6UG.js → index-KJtngKaE.js} +4 -4
  86. package/dist/{upload-Drre-qsL.js → upload-B56rRpZW.js} +1 -1
  87. package/dist/{useAppleApp-ChI2baWJ.js → useAppleApp-BHUjGmw0.js} +1 -1
  88. package/dist/{useAppleBundleId-CUTbojvt.js → useAppleBundleId-Cv5maswG.js} +1 -1
  89. package/dist/{useAppleProfiles-omIx9KVc.js → useAppleProfiles-kDiUOXiX.js} +1 -1
  90. package/dist/{useGoogleStatus-v86ZyFiz.js → useGoogleStatus-BHd_Wp59.js} +2 -2
  91. package/dist/{useProjectCredentials-5Ycm5B4x.js → useProjectCredentials-ADtDLDmx.js} +19 -2
  92. package/dist/{useWebSocket-AjcqLcJX.js → useWebSocket-DlNe_zDR.js} +1 -1
  93. package/docs/apple/certificate/show.md +23 -0
  94. package/docs/apple/certificate.md +24 -0
  95. package/docs/game/android/apiKey/show.md +26 -0
  96. package/docs/game/android/apiKey.md +27 -0
  97. package/docs/game/ios/profile/show.md +26 -0
  98. package/docs/game/ios/profile.md +27 -0
  99. package/npm-shrinkwrap.json +52 -47
  100. package/oclif.manifest.json +351 -236
  101. package/package.json +8 -4
  102. package/dist/CommandGame-BeyPCeC7.js +0 -7
@@ -1095,10 +1095,10 @@
1095
1095
  "glass.js"
1096
1096
  ]
1097
1097
  },
1098
- "apple:certificate:create": {
1098
+ "apple:apiKey:create": {
1099
1099
  "aliases": [],
1100
1100
  "args": {},
1101
- "description": "Creates an iOS Distribution Certificate in your Apple Developer account.\nSaves the certificate with the private key to your ShipThis account",
1101
+ "description": "Creates an App Store Connect API Key in your Apple Developer account.\nSaves the private key in your ShipThis account.",
1102
1102
  "examples": [
1103
1103
  "<%= config.bin %> <%= command.id %>",
1104
1104
  "<%= config.bin %> <%= command.id %> --force"
@@ -1120,7 +1120,7 @@
1120
1120
  },
1121
1121
  "hasDynamicHelp": false,
1122
1122
  "hiddenAliases": [],
1123
- "id": "apple:certificate:create",
1123
+ "id": "apple:apiKey:create",
1124
1124
  "pluginAlias": "shipthis",
1125
1125
  "pluginName": "shipthis",
1126
1126
  "pluginType": "core",
@@ -1130,14 +1130,14 @@
1130
1130
  "dist",
1131
1131
  "commands",
1132
1132
  "apple",
1133
- "certificate",
1133
+ "apiKey",
1134
1134
  "create.js"
1135
1135
  ]
1136
1136
  },
1137
- "apple:certificate:delete": {
1137
+ "apple:apiKey:delete": {
1138
1138
  "aliases": [],
1139
1139
  "args": {},
1140
- "description": "Delete an iOS Distribution Certificate from ShipThis and optionally from Apple",
1140
+ "description": "Delete an Apple API Key from ShipThis and optionally from Apple",
1141
1141
  "examples": [
1142
1142
  "<%= config.bin %> <%= command.id %>",
1143
1143
  "<%= config.bin %> <%= command.id %> --immediate --revokeInApple --iAmSure"
@@ -1161,7 +1161,7 @@
1161
1161
  },
1162
1162
  "revokeInApple": {
1163
1163
  "char": "a",
1164
- "description": "Also revoke the Certificate in Apple (cannot be undone)",
1164
+ "description": "Also revoke the API Key in Apple (cannot be undone)",
1165
1165
  "name": "revokeInApple",
1166
1166
  "required": false,
1167
1167
  "allowNo": false,
@@ -1170,7 +1170,7 @@
1170
1170
  },
1171
1171
  "hasDynamicHelp": false,
1172
1172
  "hiddenAliases": [],
1173
- "id": "apple:certificate:delete",
1173
+ "id": "apple:apiKey:delete",
1174
1174
  "pluginAlias": "shipthis",
1175
1175
  "pluginName": "shipthis",
1176
1176
  "pluginType": "core",
@@ -1180,11 +1180,11 @@
1180
1180
  "dist",
1181
1181
  "commands",
1182
1182
  "apple",
1183
- "certificate",
1183
+ "apiKey",
1184
1184
  "delete.js"
1185
1185
  ]
1186
1186
  },
1187
- "apple:certificate:export": {
1187
+ "apple:apiKey:export": {
1188
1188
  "aliases": [],
1189
1189
  "args": {
1190
1190
  "file": {
@@ -1193,9 +1193,9 @@
1193
1193
  "required": true
1194
1194
  }
1195
1195
  },
1196
- "description": "Saves the current Apple Distribution Certificate to a ZIP file.",
1196
+ "description": "Saves the current App Store Connect API Key to a ZIP file",
1197
1197
  "examples": [
1198
- "<%= config.bin %> <%= command.id %> userCert.zip"
1198
+ "<%= config.bin %> <%= command.id %> userApiKey.zip"
1199
1199
  ],
1200
1200
  "flags": {
1201
1201
  "force": {
@@ -1208,7 +1208,7 @@
1208
1208
  },
1209
1209
  "hasDynamicHelp": false,
1210
1210
  "hiddenAliases": [],
1211
- "id": "apple:certificate:export",
1211
+ "id": "apple:apiKey:export",
1212
1212
  "pluginAlias": "shipthis",
1213
1213
  "pluginName": "shipthis",
1214
1214
  "pluginType": "core",
@@ -1219,11 +1219,11 @@
1219
1219
  "dist",
1220
1220
  "commands",
1221
1221
  "apple",
1222
- "certificate",
1222
+ "apiKey",
1223
1223
  "export.js"
1224
1224
  ]
1225
1225
  },
1226
- "apple:certificate:import": {
1226
+ "apple:apiKey:import": {
1227
1227
  "aliases": [],
1228
1228
  "args": {
1229
1229
  "file": {
@@ -1232,9 +1232,9 @@
1232
1232
  "required": true
1233
1233
  }
1234
1234
  },
1235
- "description": "Imports an iOS Distribution Certificate to your ShipThis account",
1235
+ "description": "Imports an App Store Connect API Key ZIP file into your ShipThis account",
1236
1236
  "examples": [
1237
- "<%= config.bin %> <%= command.id %> userCert.zip"
1237
+ "<%= config.bin %> <%= command.id %> userApiKey.zip"
1238
1238
  ],
1239
1239
  "flags": {
1240
1240
  "force": {
@@ -1246,7 +1246,7 @@
1246
1246
  },
1247
1247
  "hasDynamicHelp": false,
1248
1248
  "hiddenAliases": [],
1249
- "id": "apple:certificate:import",
1249
+ "id": "apple:apiKey:import",
1250
1250
  "pluginAlias": "shipthis",
1251
1251
  "pluginName": "shipthis",
1252
1252
  "pluginType": "core",
@@ -1257,14 +1257,14 @@
1257
1257
  "dist",
1258
1258
  "commands",
1259
1259
  "apple",
1260
- "certificate",
1260
+ "apiKey",
1261
1261
  "import.js"
1262
1262
  ]
1263
1263
  },
1264
- "apple:certificate:status": {
1264
+ "apple:apiKey:status": {
1265
1265
  "aliases": [],
1266
1266
  "args": {},
1267
- "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.",
1267
+ "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.",
1268
1268
  "examples": [
1269
1269
  "<%= config.bin %> <%= command.id %>",
1270
1270
  "<%= config.bin %> <%= command.id %> --noAppleAuth"
@@ -1279,7 +1279,7 @@
1279
1279
  },
1280
1280
  "hasDynamicHelp": false,
1281
1281
  "hiddenAliases": [],
1282
- "id": "apple:certificate:status",
1282
+ "id": "apple:apiKey:status",
1283
1283
  "pluginAlias": "shipthis",
1284
1284
  "pluginName": "shipthis",
1285
1285
  "pluginType": "core",
@@ -1290,14 +1290,14 @@
1290
1290
  "dist",
1291
1291
  "commands",
1292
1292
  "apple",
1293
- "certificate",
1293
+ "apiKey",
1294
1294
  "status.js"
1295
1295
  ]
1296
1296
  },
1297
- "apple:apiKey:create": {
1297
+ "apple:certificate:create": {
1298
1298
  "aliases": [],
1299
1299
  "args": {},
1300
- "description": "Creates an App Store Connect API Key in your Apple Developer account.\nSaves the private key in your ShipThis account.",
1300
+ "description": "Creates an iOS Distribution Certificate in your Apple Developer account.\nSaves the certificate with the private key to your ShipThis account",
1301
1301
  "examples": [
1302
1302
  "<%= config.bin %> <%= command.id %>",
1303
1303
  "<%= config.bin %> <%= command.id %> --force"
@@ -1319,7 +1319,7 @@
1319
1319
  },
1320
1320
  "hasDynamicHelp": false,
1321
1321
  "hiddenAliases": [],
1322
- "id": "apple:apiKey:create",
1322
+ "id": "apple:certificate:create",
1323
1323
  "pluginAlias": "shipthis",
1324
1324
  "pluginName": "shipthis",
1325
1325
  "pluginType": "core",
@@ -1329,14 +1329,14 @@
1329
1329
  "dist",
1330
1330
  "commands",
1331
1331
  "apple",
1332
- "apiKey",
1332
+ "certificate",
1333
1333
  "create.js"
1334
1334
  ]
1335
1335
  },
1336
- "apple:apiKey:delete": {
1336
+ "apple:certificate:delete": {
1337
1337
  "aliases": [],
1338
1338
  "args": {},
1339
- "description": "Delete an Apple API Key from ShipThis and optionally from Apple",
1339
+ "description": "Delete an iOS Distribution Certificate from ShipThis and optionally from Apple",
1340
1340
  "examples": [
1341
1341
  "<%= config.bin %> <%= command.id %>",
1342
1342
  "<%= config.bin %> <%= command.id %> --immediate --revokeInApple --iAmSure"
@@ -1360,7 +1360,7 @@
1360
1360
  },
1361
1361
  "revokeInApple": {
1362
1362
  "char": "a",
1363
- "description": "Also revoke the API Key in Apple (cannot be undone)",
1363
+ "description": "Also revoke the Certificate in Apple (cannot be undone)",
1364
1364
  "name": "revokeInApple",
1365
1365
  "required": false,
1366
1366
  "allowNo": false,
@@ -1369,7 +1369,7 @@
1369
1369
  },
1370
1370
  "hasDynamicHelp": false,
1371
1371
  "hiddenAliases": [],
1372
- "id": "apple:apiKey:delete",
1372
+ "id": "apple:certificate:delete",
1373
1373
  "pluginAlias": "shipthis",
1374
1374
  "pluginName": "shipthis",
1375
1375
  "pluginType": "core",
@@ -1379,11 +1379,11 @@
1379
1379
  "dist",
1380
1380
  "commands",
1381
1381
  "apple",
1382
- "apiKey",
1382
+ "certificate",
1383
1383
  "delete.js"
1384
1384
  ]
1385
1385
  },
1386
- "apple:apiKey:export": {
1386
+ "apple:certificate:export": {
1387
1387
  "aliases": [],
1388
1388
  "args": {
1389
1389
  "file": {
@@ -1392,9 +1392,9 @@
1392
1392
  "required": true
1393
1393
  }
1394
1394
  },
1395
- "description": "Saves the current App Store Connect API Key to a ZIP file",
1395
+ "description": "Saves the current Apple Distribution Certificate to a ZIP file.",
1396
1396
  "examples": [
1397
- "<%= config.bin %> <%= command.id %> userApiKey.zip"
1397
+ "<%= config.bin %> <%= command.id %> userCert.zip"
1398
1398
  ],
1399
1399
  "flags": {
1400
1400
  "force": {
@@ -1407,7 +1407,7 @@
1407
1407
  },
1408
1408
  "hasDynamicHelp": false,
1409
1409
  "hiddenAliases": [],
1410
- "id": "apple:apiKey:export",
1410
+ "id": "apple:certificate:export",
1411
1411
  "pluginAlias": "shipthis",
1412
1412
  "pluginName": "shipthis",
1413
1413
  "pluginType": "core",
@@ -1418,11 +1418,11 @@
1418
1418
  "dist",
1419
1419
  "commands",
1420
1420
  "apple",
1421
- "apiKey",
1421
+ "certificate",
1422
1422
  "export.js"
1423
1423
  ]
1424
1424
  },
1425
- "apple:apiKey:import": {
1425
+ "apple:certificate:import": {
1426
1426
  "aliases": [],
1427
1427
  "args": {
1428
1428
  "file": {
@@ -1431,9 +1431,9 @@
1431
1431
  "required": true
1432
1432
  }
1433
1433
  },
1434
- "description": "Imports an App Store Connect API Key ZIP file into your ShipThis account",
1434
+ "description": "Imports an iOS Distribution Certificate to your ShipThis account",
1435
1435
  "examples": [
1436
- "<%= config.bin %> <%= command.id %> userApiKey.zip"
1436
+ "<%= config.bin %> <%= command.id %> userCert.zip"
1437
1437
  ],
1438
1438
  "flags": {
1439
1439
  "force": {
@@ -1445,7 +1445,7 @@
1445
1445
  },
1446
1446
  "hasDynamicHelp": false,
1447
1447
  "hiddenAliases": [],
1448
- "id": "apple:apiKey:import",
1448
+ "id": "apple:certificate:import",
1449
1449
  "pluginAlias": "shipthis",
1450
1450
  "pluginName": "shipthis",
1451
1451
  "pluginType": "core",
@@ -1456,14 +1456,46 @@
1456
1456
  "dist",
1457
1457
  "commands",
1458
1458
  "apple",
1459
- "apiKey",
1459
+ "certificate",
1460
1460
  "import.js"
1461
1461
  ]
1462
1462
  },
1463
- "apple:apiKey:status": {
1463
+ "apple:certificate:show": {
1464
+ "aliases": [],
1465
+ "args": {
1466
+ "id": {
1467
+ "description": "Credential ID (full or short prefix). Defaults to the active credential.",
1468
+ "name": "id",
1469
+ "required": false
1470
+ }
1471
+ },
1472
+ "description": "Shows expanded details (expiry) for an iOS Distribution Certificate in your ShipThis account.",
1473
+ "examples": [
1474
+ "<%= config.bin %> <%= command.id %>",
1475
+ "<%= config.bin %> <%= command.id %> 6ff5a864"
1476
+ ],
1477
+ "flags": {},
1478
+ "hasDynamicHelp": false,
1479
+ "hiddenAliases": [],
1480
+ "id": "apple:certificate:show",
1481
+ "pluginAlias": "shipthis",
1482
+ "pluginName": "shipthis",
1483
+ "pluginType": "core",
1484
+ "strict": true,
1485
+ "enableJsonFlag": false,
1486
+ "isESM": true,
1487
+ "relativePath": [
1488
+ "dist",
1489
+ "commands",
1490
+ "apple",
1491
+ "certificate",
1492
+ "show.js"
1493
+ ]
1494
+ },
1495
+ "apple:certificate:status": {
1464
1496
  "aliases": [],
1465
1497
  "args": {},
1466
- "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.",
1498
+ "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.",
1467
1499
  "examples": [
1468
1500
  "<%= config.bin %> <%= command.id %>",
1469
1501
  "<%= config.bin %> <%= command.id %> --noAppleAuth"
@@ -1478,7 +1510,7 @@
1478
1510
  },
1479
1511
  "hasDynamicHelp": false,
1480
1512
  "hiddenAliases": [],
1481
- "id": "apple:apiKey:status",
1513
+ "id": "apple:certificate:status",
1482
1514
  "pluginAlias": "shipthis",
1483
1515
  "pluginName": "shipthis",
1484
1516
  "pluginType": "core",
@@ -1489,7 +1521,7 @@
1489
1521
  "dist",
1490
1522
  "commands",
1491
1523
  "apple",
1492
- "apiKey",
1524
+ "certificate",
1493
1525
  "status.js"
1494
1526
  ]
1495
1527
  },
@@ -2231,6 +2263,47 @@
2231
2263
  "policy.js"
2232
2264
  ]
2233
2265
  },
2266
+ "game:android:apiKey:show": {
2267
+ "aliases": [],
2268
+ "args": {
2269
+ "id": {
2270
+ "description": "Credential ID (full or short prefix). Defaults to the active key.",
2271
+ "name": "id",
2272
+ "required": false
2273
+ }
2274
+ },
2275
+ "description": "Shows expanded details (service account email) for the Android Service Account API Key in your ShipThis account.",
2276
+ "examples": [
2277
+ "<%= config.bin %> <%= command.id %>",
2278
+ "<%= config.bin %> <%= command.id %> d69f28c5"
2279
+ ],
2280
+ "flags": {
2281
+ "gameId": {
2282
+ "char": "g",
2283
+ "description": "The ID of the game",
2284
+ "name": "gameId",
2285
+ "hasDynamicHelp": false,
2286
+ "multiple": false,
2287
+ "type": "option"
2288
+ }
2289
+ },
2290
+ "hasDynamicHelp": false,
2291
+ "hiddenAliases": [],
2292
+ "id": "game:android:apiKey:show",
2293
+ "pluginAlias": "shipthis",
2294
+ "pluginName": "shipthis",
2295
+ "pluginType": "core",
2296
+ "strict": true,
2297
+ "isESM": true,
2298
+ "relativePath": [
2299
+ "dist",
2300
+ "commands",
2301
+ "game",
2302
+ "android",
2303
+ "apiKey",
2304
+ "show.js"
2305
+ ]
2306
+ },
2234
2307
  "game:android:apiKey:status": {
2235
2308
  "aliases": [],
2236
2309
  "args": {},
@@ -2512,30 +2585,19 @@
2512
2585
  "status.js"
2513
2586
  ]
2514
2587
  },
2515
- "game:ios:app:addTester": {
2588
+ "game:ios:profile:create": {
2516
2589
  "aliases": [],
2517
2590
  "args": {},
2518
- "description": "Adds a test user to the game in App Store Connect.",
2591
+ "description": "Creates a Mobile Provisioning Profile in the Apple Developer Portal.",
2519
2592
  "examples": [
2520
- "<%= config.bin %> <%= command.id %>",
2521
- "<%= config.bin %> <%= command.id %> --testGroupName \"Testers\""
2593
+ "<%= config.bin %> <%= command.id %>"
2522
2594
  ],
2523
2595
  "flags": {
2524
- "email": {
2525
- "char": "e",
2526
- "description": "The email address of the tester",
2527
- "name": "email",
2528
- "hasDynamicHelp": false,
2529
- "multiple": false,
2530
- "type": "option"
2531
- },
2532
- "firstName": {
2596
+ "force": {
2533
2597
  "char": "f",
2534
- "description": "The first name of the tester",
2535
- "name": "firstName",
2536
- "hasDynamicHelp": false,
2537
- "multiple": false,
2538
- "type": "option"
2598
+ "name": "force",
2599
+ "allowNo": false,
2600
+ "type": "boolean"
2539
2601
  },
2540
2602
  "gameId": {
2541
2603
  "char": "g",
@@ -2545,41 +2607,17 @@
2545
2607
  "multiple": false,
2546
2608
  "type": "option"
2547
2609
  },
2548
- "lastName": {
2549
- "char": "l",
2550
- "description": "The last name of the tester",
2551
- "name": "lastName",
2552
- "hasDynamicHelp": false,
2553
- "multiple": false,
2554
- "type": "option"
2555
- },
2556
2610
  "quiet": {
2557
2611
  "char": "q",
2558
2612
  "description": "Avoid output except for interactions and errors",
2559
2613
  "name": "quiet",
2560
2614
  "allowNo": false,
2561
2615
  "type": "boolean"
2562
- },
2563
- "self": {
2564
- "char": "s",
2565
- "description": "Add yourself as a tester (uses your Apple ID email and name)",
2566
- "name": "self",
2567
- "allowNo": false,
2568
- "type": "boolean"
2569
- },
2570
- "testGroupName": {
2571
- "char": "t",
2572
- "description": "The name of the internal test group",
2573
- "name": "testGroupName",
2574
- "default": "ShipThis Test Group (Internal)",
2575
- "hasDynamicHelp": false,
2576
- "multiple": false,
2577
- "type": "option"
2578
2616
  }
2579
2617
  },
2580
2618
  "hasDynamicHelp": false,
2581
2619
  "hiddenAliases": [],
2582
- "id": "game:ios:app:addTester",
2620
+ "id": "game:ios:profile:create",
2583
2621
  "pluginAlias": "shipthis",
2584
2622
  "pluginName": "shipthis",
2585
2623
  "pluginType": "core",
@@ -2591,40 +2629,19 @@
2591
2629
  "commands",
2592
2630
  "game",
2593
2631
  "ios",
2594
- "app",
2595
- "addTester.js"
2632
+ "profile",
2633
+ "create.js"
2596
2634
  ]
2597
2635
  },
2598
- "game:ios:app:create": {
2636
+ "game:ios:profile:delete": {
2599
2637
  "aliases": [],
2600
2638
  "args": {},
2601
- "description": "Creates an App and BundleId in the Apple Developer Portal.",
2639
+ "description": "Delete an iOS Mobile Provisioning Profile from ShipThis and optionally from Apple",
2602
2640
  "examples": [
2603
- "<%= config.bin %> <%= command.id %>"
2641
+ "<%= config.bin %> <%= command.id %>",
2642
+ "<%= config.bin %> <%= command.id %> --revokeInApple --immediate --iAmSure"
2604
2643
  ],
2605
2644
  "flags": {
2606
- "appName": {
2607
- "char": "n",
2608
- "description": "The name of the App in the Apple Developer Portal",
2609
- "name": "appName",
2610
- "hasDynamicHelp": false,
2611
- "multiple": false,
2612
- "type": "option"
2613
- },
2614
- "bundleId": {
2615
- "char": "b",
2616
- "description": "The BundleId in the Apple Developer Portal",
2617
- "name": "bundleId",
2618
- "hasDynamicHelp": false,
2619
- "multiple": false,
2620
- "type": "option"
2621
- },
2622
- "force": {
2623
- "char": "f",
2624
- "name": "force",
2625
- "allowNo": false,
2626
- "type": "boolean"
2627
- },
2628
2645
  "gameId": {
2629
2646
  "char": "g",
2630
2647
  "description": "The ID of the game",
@@ -2633,40 +2650,70 @@
2633
2650
  "multiple": false,
2634
2651
  "type": "option"
2635
2652
  },
2636
- "quiet": {
2637
- "char": "q",
2638
- "description": "Avoid output except for interactions and errors",
2639
- "name": "quiet",
2653
+ "immediate": {
2654
+ "char": "i",
2655
+ "description": "Remove from storage immediately (rather than waiting for automatic cleanup - cannot be undone)",
2656
+ "name": "immediate",
2657
+ "required": false,
2640
2658
  "allowNo": false,
2641
2659
  "type": "boolean"
2642
- }
2643
- },
2644
- "hasDynamicHelp": false,
2645
- "hiddenAliases": [],
2646
- "id": "game:ios:app:create",
2647
- "pluginAlias": "shipthis",
2648
- "pluginName": "shipthis",
2649
- "pluginType": "core",
2650
- "strict": true,
2651
- "enableJsonFlag": false,
2652
- "isESM": true,
2653
- "relativePath": [
2654
- "dist",
2655
- "commands",
2660
+ },
2661
+ "iAmSure": {
2662
+ "char": "y",
2663
+ "description": "I am sure I want to do this - do not prompt me",
2664
+ "name": "iAmSure",
2665
+ "required": false,
2666
+ "allowNo": false,
2667
+ "type": "boolean"
2668
+ },
2669
+ "revokeInApple": {
2670
+ "char": "a",
2671
+ "description": "Also revoke the Profile in Apple (cannot be undone)",
2672
+ "name": "revokeInApple",
2673
+ "required": false,
2674
+ "allowNo": false,
2675
+ "type": "boolean"
2676
+ }
2677
+ },
2678
+ "hasDynamicHelp": false,
2679
+ "hiddenAliases": [],
2680
+ "id": "game:ios:profile:delete",
2681
+ "pluginAlias": "shipthis",
2682
+ "pluginName": "shipthis",
2683
+ "pluginType": "core",
2684
+ "strict": true,
2685
+ "enableJsonFlag": false,
2686
+ "isESM": true,
2687
+ "relativePath": [
2688
+ "dist",
2689
+ "commands",
2656
2690
  "game",
2657
2691
  "ios",
2658
- "app",
2659
- "create.js"
2692
+ "profile",
2693
+ "delete.js"
2660
2694
  ]
2661
2695
  },
2662
- "game:ios:app:status": {
2696
+ "game:ios:profile:export": {
2663
2697
  "aliases": [],
2664
- "args": {},
2665
- "description": "Shows the Game iOS App status. ",
2698
+ "args": {
2699
+ "file": {
2700
+ "description": "Name of the ZIP file to create",
2701
+ "name": "file",
2702
+ "required": true
2703
+ }
2704
+ },
2705
+ "description": "Saves the current Mobile Provisioning Profile to a ZIP file",
2666
2706
  "examples": [
2667
- "<%= config.bin %> <%= command.id %>"
2707
+ "<%= config.bin %> <%= command.id %> userProfile.zip"
2668
2708
  ],
2669
2709
  "flags": {
2710
+ "force": {
2711
+ "char": "f",
2712
+ "description": "Overwrite the file if it already exists",
2713
+ "name": "force",
2714
+ "allowNo": false,
2715
+ "type": "boolean"
2716
+ },
2670
2717
  "gameId": {
2671
2718
  "char": "g",
2672
2719
  "description": "The ID of the game",
@@ -2678,7 +2725,7 @@
2678
2725
  },
2679
2726
  "hasDynamicHelp": false,
2680
2727
  "hiddenAliases": [],
2681
- "id": "game:ios:app:status",
2728
+ "id": "game:ios:profile:export",
2682
2729
  "pluginAlias": "shipthis",
2683
2730
  "pluginName": "shipthis",
2684
2731
  "pluginType": "core",
@@ -2690,16 +2737,22 @@
2690
2737
  "commands",
2691
2738
  "game",
2692
2739
  "ios",
2693
- "app",
2694
- "status.js"
2740
+ "profile",
2741
+ "export.js"
2695
2742
  ]
2696
2743
  },
2697
- "game:ios:app:sync": {
2744
+ "game:ios:profile:import": {
2698
2745
  "aliases": [],
2699
- "args": {},
2700
- "description": "Synchronies the Apple App \"BundleId\" with the capabilities from the local project.",
2746
+ "args": {
2747
+ "file": {
2748
+ "description": "Name of the ZIP file to import (must be in the same format as the export)",
2749
+ "name": "file",
2750
+ "required": true
2751
+ }
2752
+ },
2753
+ "description": "Imports an Mobile Provisioning Profile to your ShipThis account",
2701
2754
  "examples": [
2702
- "<%= config.bin %> <%= command.id %>"
2755
+ "<%= config.bin %> <%= command.id %> profile.zip"
2703
2756
  ],
2704
2757
  "flags": {
2705
2758
  "force": {
@@ -2715,18 +2768,11 @@
2715
2768
  "hasDynamicHelp": false,
2716
2769
  "multiple": false,
2717
2770
  "type": "option"
2718
- },
2719
- "quiet": {
2720
- "char": "q",
2721
- "description": "Avoid output except for interactions and errors",
2722
- "name": "quiet",
2723
- "allowNo": false,
2724
- "type": "boolean"
2725
2771
  }
2726
2772
  },
2727
2773
  "hasDynamicHelp": false,
2728
2774
  "hiddenAliases": [],
2729
- "id": "game:ios:app:sync",
2775
+ "id": "game:ios:profile:import",
2730
2776
  "pluginAlias": "shipthis",
2731
2777
  "pluginName": "shipthis",
2732
2778
  "pluginType": "core",
@@ -2738,24 +2784,60 @@
2738
2784
  "commands",
2739
2785
  "game",
2740
2786
  "ios",
2741
- "app",
2742
- "sync.js"
2787
+ "profile",
2788
+ "import.js"
2743
2789
  ]
2744
2790
  },
2745
- "game:ios:profile:create": {
2791
+ "game:ios:profile:show": {
2792
+ "aliases": [],
2793
+ "args": {
2794
+ "id": {
2795
+ "description": "Credential ID (full or short prefix). Defaults to the active profile.",
2796
+ "name": "id",
2797
+ "required": false
2798
+ }
2799
+ },
2800
+ "description": "Shows expanded details (expiry, entitlements) for the iOS Mobile Provisioning Profile in your ShipThis account.",
2801
+ "examples": [
2802
+ "<%= config.bin %> <%= command.id %>",
2803
+ "<%= config.bin %> <%= command.id %> 6ff5a864"
2804
+ ],
2805
+ "flags": {
2806
+ "gameId": {
2807
+ "char": "g",
2808
+ "description": "The ID of the game",
2809
+ "name": "gameId",
2810
+ "hasDynamicHelp": false,
2811
+ "multiple": false,
2812
+ "type": "option"
2813
+ }
2814
+ },
2815
+ "hasDynamicHelp": false,
2816
+ "hiddenAliases": [],
2817
+ "id": "game:ios:profile:show",
2818
+ "pluginAlias": "shipthis",
2819
+ "pluginName": "shipthis",
2820
+ "pluginType": "core",
2821
+ "strict": true,
2822
+ "enableJsonFlag": false,
2823
+ "isESM": true,
2824
+ "relativePath": [
2825
+ "dist",
2826
+ "commands",
2827
+ "game",
2828
+ "ios",
2829
+ "profile",
2830
+ "show.js"
2831
+ ]
2832
+ },
2833
+ "game:ios:profile:status": {
2746
2834
  "aliases": [],
2747
2835
  "args": {},
2748
- "description": "Creates a Mobile Provisioning Profile in the Apple Developer Portal.",
2836
+ "description": "Shows the Game iOS Mobile Provisioning Profile Status.",
2749
2837
  "examples": [
2750
2838
  "<%= config.bin %> <%= command.id %>"
2751
2839
  ],
2752
2840
  "flags": {
2753
- "force": {
2754
- "char": "f",
2755
- "name": "force",
2756
- "allowNo": false,
2757
- "type": "boolean"
2758
- },
2759
2841
  "gameId": {
2760
2842
  "char": "g",
2761
2843
  "description": "The ID of the game",
@@ -2764,17 +2846,16 @@
2764
2846
  "multiple": false,
2765
2847
  "type": "option"
2766
2848
  },
2767
- "quiet": {
2768
- "char": "q",
2769
- "description": "Avoid output except for interactions and errors",
2770
- "name": "quiet",
2849
+ "noAppleAuth": {
2850
+ "char": "f",
2851
+ "name": "noAppleAuth",
2771
2852
  "allowNo": false,
2772
2853
  "type": "boolean"
2773
2854
  }
2774
2855
  },
2775
2856
  "hasDynamicHelp": false,
2776
2857
  "hiddenAliases": [],
2777
- "id": "game:ios:profile:create",
2858
+ "id": "game:ios:profile:status",
2778
2859
  "pluginAlias": "shipthis",
2779
2860
  "pluginName": "shipthis",
2780
2861
  "pluginType": "core",
@@ -2787,18 +2868,34 @@
2787
2868
  "game",
2788
2869
  "ios",
2789
2870
  "profile",
2790
- "create.js"
2871
+ "status.js"
2791
2872
  ]
2792
2873
  },
2793
- "game:ios:profile:delete": {
2874
+ "game:ios:app:addTester": {
2794
2875
  "aliases": [],
2795
2876
  "args": {},
2796
- "description": "Delete an iOS Mobile Provisioning Profile from ShipThis and optionally from Apple",
2877
+ "description": "Adds a test user to the game in App Store Connect.",
2797
2878
  "examples": [
2798
2879
  "<%= config.bin %> <%= command.id %>",
2799
- "<%= config.bin %> <%= command.id %> --revokeInApple --immediate --iAmSure"
2880
+ "<%= config.bin %> <%= command.id %> --testGroupName \"Testers\""
2800
2881
  ],
2801
2882
  "flags": {
2883
+ "email": {
2884
+ "char": "e",
2885
+ "description": "The email address of the tester",
2886
+ "name": "email",
2887
+ "hasDynamicHelp": false,
2888
+ "multiple": false,
2889
+ "type": "option"
2890
+ },
2891
+ "firstName": {
2892
+ "char": "f",
2893
+ "description": "The first name of the tester",
2894
+ "name": "firstName",
2895
+ "hasDynamicHelp": false,
2896
+ "multiple": false,
2897
+ "type": "option"
2898
+ },
2802
2899
  "gameId": {
2803
2900
  "char": "g",
2804
2901
  "description": "The ID of the game",
@@ -2807,34 +2904,41 @@
2807
2904
  "multiple": false,
2808
2905
  "type": "option"
2809
2906
  },
2810
- "immediate": {
2811
- "char": "i",
2812
- "description": "Remove from storage immediately (rather than waiting for automatic cleanup - cannot be undone)",
2813
- "name": "immediate",
2814
- "required": false,
2815
- "allowNo": false,
2816
- "type": "boolean"
2907
+ "lastName": {
2908
+ "char": "l",
2909
+ "description": "The last name of the tester",
2910
+ "name": "lastName",
2911
+ "hasDynamicHelp": false,
2912
+ "multiple": false,
2913
+ "type": "option"
2817
2914
  },
2818
- "iAmSure": {
2819
- "char": "y",
2820
- "description": "I am sure I want to do this - do not prompt me",
2821
- "name": "iAmSure",
2822
- "required": false,
2915
+ "quiet": {
2916
+ "char": "q",
2917
+ "description": "Avoid output except for interactions and errors",
2918
+ "name": "quiet",
2823
2919
  "allowNo": false,
2824
2920
  "type": "boolean"
2825
2921
  },
2826
- "revokeInApple": {
2827
- "char": "a",
2828
- "description": "Also revoke the Profile in Apple (cannot be undone)",
2829
- "name": "revokeInApple",
2830
- "required": false,
2922
+ "self": {
2923
+ "char": "s",
2924
+ "description": "Add yourself as a tester (uses your Apple ID email and name)",
2925
+ "name": "self",
2831
2926
  "allowNo": false,
2832
2927
  "type": "boolean"
2928
+ },
2929
+ "testGroupName": {
2930
+ "char": "t",
2931
+ "description": "The name of the internal test group",
2932
+ "name": "testGroupName",
2933
+ "default": "ShipThis Test Group (Internal)",
2934
+ "hasDynamicHelp": false,
2935
+ "multiple": false,
2936
+ "type": "option"
2833
2937
  }
2834
2938
  },
2835
2939
  "hasDynamicHelp": false,
2836
2940
  "hiddenAliases": [],
2837
- "id": "game:ios:profile:delete",
2941
+ "id": "game:ios:app:addTester",
2838
2942
  "pluginAlias": "shipthis",
2839
2943
  "pluginName": "shipthis",
2840
2944
  "pluginType": "core",
@@ -2846,27 +2950,36 @@
2846
2950
  "commands",
2847
2951
  "game",
2848
2952
  "ios",
2849
- "profile",
2850
- "delete.js"
2953
+ "app",
2954
+ "addTester.js"
2851
2955
  ]
2852
2956
  },
2853
- "game:ios:profile:export": {
2957
+ "game:ios:app:create": {
2854
2958
  "aliases": [],
2855
- "args": {
2856
- "file": {
2857
- "description": "Name of the ZIP file to create",
2858
- "name": "file",
2859
- "required": true
2860
- }
2861
- },
2862
- "description": "Saves the current Mobile Provisioning Profile to a ZIP file",
2959
+ "args": {},
2960
+ "description": "Creates an App and BundleId in the Apple Developer Portal.",
2863
2961
  "examples": [
2864
- "<%= config.bin %> <%= command.id %> userProfile.zip"
2962
+ "<%= config.bin %> <%= command.id %>"
2865
2963
  ],
2866
2964
  "flags": {
2965
+ "appName": {
2966
+ "char": "n",
2967
+ "description": "The name of the App in the Apple Developer Portal",
2968
+ "name": "appName",
2969
+ "hasDynamicHelp": false,
2970
+ "multiple": false,
2971
+ "type": "option"
2972
+ },
2973
+ "bundleId": {
2974
+ "char": "b",
2975
+ "description": "The BundleId in the Apple Developer Portal",
2976
+ "name": "bundleId",
2977
+ "hasDynamicHelp": false,
2978
+ "multiple": false,
2979
+ "type": "option"
2980
+ },
2867
2981
  "force": {
2868
2982
  "char": "f",
2869
- "description": "Overwrite the file if it already exists",
2870
2983
  "name": "force",
2871
2984
  "allowNo": false,
2872
2985
  "type": "boolean"
@@ -2878,11 +2991,18 @@
2878
2991
  "hasDynamicHelp": false,
2879
2992
  "multiple": false,
2880
2993
  "type": "option"
2994
+ },
2995
+ "quiet": {
2996
+ "char": "q",
2997
+ "description": "Avoid output except for interactions and errors",
2998
+ "name": "quiet",
2999
+ "allowNo": false,
3000
+ "type": "boolean"
2881
3001
  }
2882
3002
  },
2883
3003
  "hasDynamicHelp": false,
2884
3004
  "hiddenAliases": [],
2885
- "id": "game:ios:profile:export",
3005
+ "id": "game:ios:app:create",
2886
3006
  "pluginAlias": "shipthis",
2887
3007
  "pluginName": "shipthis",
2888
3008
  "pluginType": "core",
@@ -2894,30 +3014,18 @@
2894
3014
  "commands",
2895
3015
  "game",
2896
3016
  "ios",
2897
- "profile",
2898
- "export.js"
3017
+ "app",
3018
+ "create.js"
2899
3019
  ]
2900
3020
  },
2901
- "game:ios:profile:import": {
3021
+ "game:ios:app:status": {
2902
3022
  "aliases": [],
2903
- "args": {
2904
- "file": {
2905
- "description": "Name of the ZIP file to import (must be in the same format as the export)",
2906
- "name": "file",
2907
- "required": true
2908
- }
2909
- },
2910
- "description": "Imports an Mobile Provisioning Profile to your ShipThis account",
3023
+ "args": {},
3024
+ "description": "Shows the Game iOS App status. ",
2911
3025
  "examples": [
2912
- "<%= config.bin %> <%= command.id %> profile.zip"
3026
+ "<%= config.bin %> <%= command.id %>"
2913
3027
  ],
2914
3028
  "flags": {
2915
- "force": {
2916
- "char": "f",
2917
- "name": "force",
2918
- "allowNo": false,
2919
- "type": "boolean"
2920
- },
2921
3029
  "gameId": {
2922
3030
  "char": "g",
2923
3031
  "description": "The ID of the game",
@@ -2929,7 +3037,7 @@
2929
3037
  },
2930
3038
  "hasDynamicHelp": false,
2931
3039
  "hiddenAliases": [],
2932
- "id": "game:ios:profile:import",
3040
+ "id": "game:ios:app:status",
2933
3041
  "pluginAlias": "shipthis",
2934
3042
  "pluginName": "shipthis",
2935
3043
  "pluginType": "core",
@@ -2941,18 +3049,24 @@
2941
3049
  "commands",
2942
3050
  "game",
2943
3051
  "ios",
2944
- "profile",
2945
- "import.js"
3052
+ "app",
3053
+ "status.js"
2946
3054
  ]
2947
3055
  },
2948
- "game:ios:profile:status": {
3056
+ "game:ios:app:sync": {
2949
3057
  "aliases": [],
2950
3058
  "args": {},
2951
- "description": "Shows the Game iOS Mobile Provisioning Profile Status.",
3059
+ "description": "Synchronies the Apple App \"BundleId\" with the capabilities from the local project.",
2952
3060
  "examples": [
2953
3061
  "<%= config.bin %> <%= command.id %>"
2954
3062
  ],
2955
3063
  "flags": {
3064
+ "force": {
3065
+ "char": "f",
3066
+ "name": "force",
3067
+ "allowNo": false,
3068
+ "type": "boolean"
3069
+ },
2956
3070
  "gameId": {
2957
3071
  "char": "g",
2958
3072
  "description": "The ID of the game",
@@ -2961,16 +3075,17 @@
2961
3075
  "multiple": false,
2962
3076
  "type": "option"
2963
3077
  },
2964
- "noAppleAuth": {
2965
- "char": "f",
2966
- "name": "noAppleAuth",
3078
+ "quiet": {
3079
+ "char": "q",
3080
+ "description": "Avoid output except for interactions and errors",
3081
+ "name": "quiet",
2967
3082
  "allowNo": false,
2968
3083
  "type": "boolean"
2969
3084
  }
2970
3085
  },
2971
3086
  "hasDynamicHelp": false,
2972
3087
  "hiddenAliases": [],
2973
- "id": "game:ios:profile:status",
3088
+ "id": "game:ios:app:sync",
2974
3089
  "pluginAlias": "shipthis",
2975
3090
  "pluginName": "shipthis",
2976
3091
  "pluginType": "core",
@@ -2982,10 +3097,10 @@
2982
3097
  "commands",
2983
3098
  "game",
2984
3099
  "ios",
2985
- "profile",
2986
- "status.js"
3100
+ "app",
3101
+ "sync.js"
2987
3102
  ]
2988
3103
  }
2989
3104
  },
2990
- "version": "0.1.50"
3105
+ "version": "0.1.52"
2991
3106
  }