shipthis 0.1.4 → 0.1.6

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 (132) hide show
  1. package/dist/AppleBundleIdDetails-Df30MPFC.js +73 -0
  2. package/dist/Command-DxmQn3XT.js +204 -0
  3. package/dist/CommandGame-DspVLTPZ.js +8 -0
  4. package/dist/CreateKeystore-D8uTRamD.js +56 -0
  5. package/dist/JobProgress-Dk0UoNah.js +108 -0
  6. package/dist/JobStatusTable-q4atKzhu.js +75 -0
  7. package/dist/ProgressSpinner-6pw1T8Iw.js +16 -0
  8. package/dist/ProjectCredentialsTable-BIWBAXCh.js +37 -0
  9. package/dist/UserCredentialsTable-CeJS3_hd.js +82 -0
  10. package/dist/baseAppleCommand-D-G4h8zQ.js +10 -0
  11. package/dist/baseGameAndroidCommand-DD0H8iy-.js +43 -0
  12. package/dist/commands/apple/apiKey/create.js +7 -7
  13. package/dist/commands/apple/apiKey/export.js +6 -6
  14. package/dist/commands/apple/apiKey/import.js +6 -6
  15. package/dist/commands/apple/apiKey/status.js +6 -6
  16. package/dist/commands/apple/certificate/create.js +7 -7
  17. package/dist/commands/apple/certificate/export.js +6 -6
  18. package/dist/commands/apple/certificate/import.js +6 -6
  19. package/dist/commands/apple/certificate/status.js +6 -6
  20. package/dist/commands/apple/login.js +2 -2
  21. package/dist/commands/apple/status.js +4 -4
  22. package/dist/commands/dashboard.js +1 -1
  23. package/dist/commands/game/android/apiKey/connect.js +8 -8
  24. package/dist/commands/game/android/apiKey/create.js +11 -10
  25. package/dist/commands/game/android/apiKey/export.js +7 -7
  26. package/dist/commands/game/android/apiKey/import.js +7 -7
  27. package/dist/commands/game/android/apiKey/invite.js +4 -4
  28. package/dist/commands/game/android/apiKey/status.js +7 -7
  29. package/dist/commands/game/android/keyStore/create.js +8 -8
  30. package/dist/commands/game/android/keyStore/export.js +6 -6
  31. package/dist/commands/game/android/keyStore/import.js +6 -6
  32. package/dist/commands/game/android/keyStore/status.js +6 -6
  33. package/dist/commands/game/android/status.js +4 -4
  34. package/dist/commands/game/android/wizard.js +18 -81
  35. package/dist/commands/game/build/download.js +4 -4
  36. package/dist/commands/game/build/list.js +5 -5
  37. package/dist/commands/game/create.js +2 -2
  38. package/dist/commands/game/details.js +4 -4
  39. package/dist/commands/game/export.js +1 -1
  40. package/dist/commands/game/ios/app/addTester.js +5 -5
  41. package/dist/commands/game/ios/app/create.js +4 -4
  42. package/dist/commands/game/ios/app/status.js +7 -7
  43. package/dist/commands/game/ios/app/sync.js +5 -5
  44. package/dist/commands/game/ios/profile/create.js +7 -7
  45. package/dist/commands/game/ios/profile/export.js +6 -6
  46. package/dist/commands/game/ios/profile/import.js +6 -6
  47. package/dist/commands/game/ios/profile/status.js +7 -7
  48. package/dist/commands/game/ios/status.js +7 -7
  49. package/dist/commands/game/ios/wizard.js +2 -2
  50. package/dist/commands/game/job/list.js +4 -4
  51. package/dist/commands/game/job/status.js +10 -59
  52. package/dist/commands/game/list.js +4 -4
  53. package/dist/commands/game/ship.js +73 -50
  54. package/dist/commands/game/status.js +4 -4
  55. package/dist/commands/game/wizard.js +1 -1
  56. package/dist/commands/internal/fastlane.js +1 -1
  57. package/dist/commands/internal/readme.js +3 -3
  58. package/dist/commands/login.js +2 -2
  59. package/dist/commands/status.js +4 -4
  60. package/dist/export-BDxGDZdh.js +36 -0
  61. package/dist/import-BrlJuE2Z.js +38 -0
  62. package/dist/index-BDFKyTPb.js +24 -0
  63. package/dist/index-BL-1G60K.js +135 -0
  64. package/dist/index-DBrQda8r.js +122 -0
  65. package/dist/index-DdABTtYO.js +693 -0
  66. package/dist/index-wyPoxiTc.js +136 -0
  67. package/dist/upload-LXRr4pMa.js +60 -0
  68. package/dist/useAndroidServiceAccountTestResult-InDf5WSl.js +52 -0
  69. package/dist/useAppleApp-DgE0wEaq.js +32 -0
  70. package/dist/useAppleBundleId-DtLODy3p.js +64 -0
  71. package/dist/useJobWatching-P5oC7mNB.js +45 -0
  72. package/dist/useProjectCredentials-BRffcsO3.js +54 -0
  73. package/dist/useWebSocket-D8PojLtx.js +36 -0
  74. package/docs/apple/apiKey/create.md +1 -1
  75. package/docs/apple/apiKey/export.md +1 -1
  76. package/docs/apple/apiKey/import.md +1 -1
  77. package/docs/apple/apiKey/status.md +1 -1
  78. package/docs/apple/apiKey.md +4 -4
  79. package/docs/apple/certificate/create.md +1 -1
  80. package/docs/apple/certificate/export.md +1 -1
  81. package/docs/apple/certificate/import.md +1 -1
  82. package/docs/apple/certificate/status.md +1 -1
  83. package/docs/apple/certificate.md +4 -4
  84. package/docs/apple/login.md +1 -1
  85. package/docs/apple/status.md +2 -1
  86. package/docs/dashboard.md +1 -1
  87. package/docs/game/android/apiKey/connect.md +1 -1
  88. package/docs/game/android/apiKey/create.md +1 -1
  89. package/docs/game/android/apiKey/export.md +1 -1
  90. package/docs/game/android/apiKey/import.md +1 -1
  91. package/docs/game/android/apiKey/invite.md +1 -1
  92. package/docs/game/android/apiKey/status.md +1 -1
  93. package/docs/game/android/apiKey.md +6 -6
  94. package/docs/game/android/keyStore/create.md +1 -1
  95. package/docs/game/android/keyStore/export.md +1 -1
  96. package/docs/game/android/keyStore/import.md +1 -1
  97. package/docs/game/android/keyStore/status.md +1 -1
  98. package/docs/game/android/keyStore.md +4 -4
  99. package/docs/game/android/status.md +1 -1
  100. package/docs/game/android/wizard.md +1 -1
  101. package/docs/game/android.md +12 -12
  102. package/docs/game/build/download.md +1 -1
  103. package/docs/game/build/list.md +1 -1
  104. package/docs/game/build.md +2 -2
  105. package/docs/game/create.md +1 -1
  106. package/docs/game/details.md +1 -1
  107. package/docs/game/export.md +1 -1
  108. package/docs/game/ios/app/addTester.md +1 -1
  109. package/docs/game/ios/app/create.md +1 -1
  110. package/docs/game/ios/app/status.md +1 -1
  111. package/docs/game/ios/app/sync.md +1 -1
  112. package/docs/game/ios/app.md +3 -3
  113. package/docs/game/ios/profile/create.md +1 -1
  114. package/docs/game/ios/profile/export.md +1 -1
  115. package/docs/game/ios/profile/import.md +1 -1
  116. package/docs/game/ios/profile/status.md +1 -1
  117. package/docs/game/ios/profile.md +4 -4
  118. package/docs/game/ios/status.md +1 -1
  119. package/docs/game/ios/wizard.md +1 -1
  120. package/docs/game/job/list.md +1 -1
  121. package/docs/game/job/status.md +1 -1
  122. package/docs/game/job.md +2 -2
  123. package/docs/game/list.md +1 -1
  124. package/docs/game/ship.md +1 -1
  125. package/docs/game/status.md +1 -1
  126. package/docs/game/wizard.md +1 -1
  127. package/docs/help.md +1 -1
  128. package/docs/login.md +1 -1
  129. package/docs/status.md +1 -1
  130. package/npm-shrinkwrap.json +2 -2
  131. package/oclif.manifest.json +122 -122
  132. package/package.json +1 -1
@@ -1413,14 +1413,13 @@
1413
1413
  "status.js"
1414
1414
  ]
1415
1415
  },
1416
- "game:android:apiKey:connect": {
1416
+ "game:android:keyStore:create": {
1417
1417
  "aliases": [],
1418
1418
  "args": {},
1419
- "description": "Connects ShipThis with Google for managing Service Account API Keys for an Android game",
1419
+ "description": "Creates a new Android Keystore for a game",
1420
1420
  "examples": [
1421
1421
  "<%= config.bin %> <%= command.id %>",
1422
- "<%= config.bin %> <%= command.id %> --force",
1423
- "<%= config.bin %> <%= command.id %> --disconnect"
1422
+ "<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
1424
1423
  ],
1425
1424
  "flags": {
1426
1425
  "gameId": {
@@ -1436,17 +1435,11 @@
1436
1435
  "name": "force",
1437
1436
  "allowNo": false,
1438
1437
  "type": "boolean"
1439
- },
1440
- "disconnect": {
1441
- "char": "d",
1442
- "name": "disconnect",
1443
- "allowNo": false,
1444
- "type": "boolean"
1445
1438
  }
1446
1439
  },
1447
1440
  "hasDynamicHelp": false,
1448
1441
  "hiddenAliases": [],
1449
- "id": "game:android:apiKey:connect",
1442
+ "id": "game:android:keyStore:create",
1450
1443
  "pluginAlias": "shipthis",
1451
1444
  "pluginName": "shipthis",
1452
1445
  "pluginType": "core",
@@ -1457,17 +1450,22 @@
1457
1450
  "commands",
1458
1451
  "game",
1459
1452
  "android",
1460
- "apiKey",
1461
- "connect.js"
1453
+ "keyStore",
1454
+ "create.js"
1462
1455
  ]
1463
1456
  },
1464
- "game:android:apiKey:create": {
1457
+ "game:android:keyStore:export": {
1465
1458
  "aliases": [],
1466
- "args": {},
1467
- "description": "Creates a new Android Service Account API Key for a game",
1459
+ "args": {
1460
+ "file": {
1461
+ "description": "Name of the ZIP file to create",
1462
+ "name": "file",
1463
+ "required": true
1464
+ }
1465
+ },
1466
+ "description": "Saves the current Android Keystore to a ZIP file",
1468
1467
  "examples": [
1469
- "<%= config.bin %> <%= command.id %>",
1470
- "<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
1468
+ "<%= config.bin %> <%= command.id %> keyStore.zip"
1471
1469
  ],
1472
1470
  "flags": {
1473
1471
  "gameId": {
@@ -1478,15 +1476,9 @@
1478
1476
  "multiple": false,
1479
1477
  "type": "option"
1480
1478
  },
1481
- "waitForAuth": {
1482
- "char": "w",
1483
- "description": "Wait for Google Authentication (10 mins).",
1484
- "name": "waitForAuth",
1485
- "allowNo": false,
1486
- "type": "boolean"
1487
- },
1488
1479
  "force": {
1489
1480
  "char": "f",
1481
+ "description": "Overwrite the file if it already exists",
1490
1482
  "name": "force",
1491
1483
  "allowNo": false,
1492
1484
  "type": "boolean"
@@ -1494,33 +1486,34 @@
1494
1486
  },
1495
1487
  "hasDynamicHelp": false,
1496
1488
  "hiddenAliases": [],
1497
- "id": "game:android:apiKey:create",
1489
+ "id": "game:android:keyStore:export",
1498
1490
  "pluginAlias": "shipthis",
1499
1491
  "pluginName": "shipthis",
1500
1492
  "pluginType": "core",
1501
1493
  "strict": true,
1494
+ "enableJsonFlag": false,
1502
1495
  "isESM": true,
1503
1496
  "relativePath": [
1504
1497
  "dist",
1505
1498
  "commands",
1506
1499
  "game",
1507
1500
  "android",
1508
- "apiKey",
1509
- "create.js"
1501
+ "keyStore",
1502
+ "export.js"
1510
1503
  ]
1511
1504
  },
1512
- "game:android:apiKey:export": {
1505
+ "game:android:keyStore:import": {
1513
1506
  "aliases": [],
1514
1507
  "args": {
1515
1508
  "file": {
1516
- "description": "Name of the ZIP file to create",
1509
+ "description": "Name of the ZIP file to import (must be in the same format as the export)",
1517
1510
  "name": "file",
1518
1511
  "required": true
1519
1512
  }
1520
1513
  },
1521
- "description": "Saves the current Android Service Account API Key to a ZIP file",
1514
+ "description": "Imports an Android Keystore to your ShipThis account for the specified game.",
1522
1515
  "examples": [
1523
- "<%= config.bin %> <%= command.id %> keyStore.zip"
1516
+ "<%= config.bin %> <%= command.id %>"
1524
1517
  ],
1525
1518
  "flags": {
1526
1519
  "gameId": {
@@ -1533,7 +1526,6 @@
1533
1526
  },
1534
1527
  "force": {
1535
1528
  "char": "f",
1536
- "description": "Overwrite the file if it already exists",
1537
1529
  "name": "force",
1538
1530
  "allowNo": false,
1539
1531
  "type": "boolean"
@@ -1541,33 +1533,29 @@
1541
1533
  },
1542
1534
  "hasDynamicHelp": false,
1543
1535
  "hiddenAliases": [],
1544
- "id": "game:android:apiKey:export",
1536
+ "id": "game:android:keyStore:import",
1545
1537
  "pluginAlias": "shipthis",
1546
1538
  "pluginName": "shipthis",
1547
1539
  "pluginType": "core",
1548
1540
  "strict": true,
1541
+ "enableJsonFlag": false,
1549
1542
  "isESM": true,
1550
1543
  "relativePath": [
1551
1544
  "dist",
1552
1545
  "commands",
1553
1546
  "game",
1554
1547
  "android",
1555
- "apiKey",
1556
- "export.js"
1548
+ "keyStore",
1549
+ "import.js"
1557
1550
  ]
1558
1551
  },
1559
- "game:android:apiKey:import": {
1552
+ "game:android:keyStore:status": {
1560
1553
  "aliases": [],
1561
- "args": {
1562
- "file": {
1563
- "description": "Name of the ZIP file to import (must be in the same format as the export)",
1564
- "name": "file",
1565
- "required": true
1566
- }
1567
- },
1568
- "description": "Imports an Android Service Account API Key to your ShipThis account for the specified game.",
1554
+ "args": {},
1555
+ "description": "Displays the status of the Android Keystore for a specific game.",
1569
1556
  "examples": [
1570
- "<%= config.bin %> <%= command.id %>"
1557
+ "<%= config.bin %> <%= command.id %>",
1558
+ "<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
1571
1559
  ],
1572
1560
  "flags": {
1573
1561
  "gameId": {
@@ -1577,43 +1565,34 @@
1577
1565
  "hasDynamicHelp": false,
1578
1566
  "multiple": false,
1579
1567
  "type": "option"
1580
- },
1581
- "force": {
1582
- "char": "f",
1583
- "name": "force",
1584
- "allowNo": false,
1585
- "type": "boolean"
1586
1568
  }
1587
1569
  },
1588
1570
  "hasDynamicHelp": false,
1589
1571
  "hiddenAliases": [],
1590
- "id": "game:android:apiKey:import",
1572
+ "id": "game:android:keyStore:status",
1591
1573
  "pluginAlias": "shipthis",
1592
1574
  "pluginName": "shipthis",
1593
1575
  "pluginType": "core",
1594
1576
  "strict": true,
1577
+ "enableJsonFlag": false,
1595
1578
  "isESM": true,
1596
1579
  "relativePath": [
1597
1580
  "dist",
1598
1581
  "commands",
1599
1582
  "game",
1600
1583
  "android",
1601
- "apiKey",
1602
- "import.js"
1584
+ "keyStore",
1585
+ "status.js"
1603
1586
  ]
1604
1587
  },
1605
- "game:android:apiKey:invite": {
1588
+ "game:android:apiKey:connect": {
1606
1589
  "aliases": [],
1607
- "args": {
1608
- "accountId": {
1609
- "description": "The Google Play Account ID",
1610
- "name": "accountId",
1611
- "required": false
1612
- }
1613
- },
1614
- "description": "Invites the Service Account to your Google Play Account.",
1590
+ "args": {},
1591
+ "description": "Connects ShipThis with Google for managing Service Account API Keys for an Android game",
1615
1592
  "examples": [
1616
- "<%= config.bin %> <%= command.id %>"
1593
+ "<%= config.bin %> <%= command.id %>",
1594
+ "<%= config.bin %> <%= command.id %> --force",
1595
+ "<%= config.bin %> <%= command.id %> --disconnect"
1617
1596
  ],
1618
1597
  "flags": {
1619
1598
  "gameId": {
@@ -1624,31 +1603,22 @@
1624
1603
  "multiple": false,
1625
1604
  "type": "option"
1626
1605
  },
1627
- "prompt": {
1628
- "char": "p",
1629
- "description": "Prompt for the Google Play Account ID",
1630
- "name": "prompt",
1631
- "allowNo": false,
1632
- "type": "boolean"
1633
- },
1634
- "waitForGoogleApp": {
1635
- "char": "p",
1636
- "description": "Waits for the Google Play app to be created (10 mins).",
1637
- "name": "waitForGoogleApp",
1606
+ "force": {
1607
+ "char": "f",
1608
+ "name": "force",
1638
1609
  "allowNo": false,
1639
1610
  "type": "boolean"
1640
1611
  },
1641
- "waitForAuth": {
1642
- "char": "w",
1643
- "description": "Wait for Google Authentication (10 mins).",
1644
- "name": "waitForAuth",
1612
+ "disconnect": {
1613
+ "char": "d",
1614
+ "name": "disconnect",
1645
1615
  "allowNo": false,
1646
1616
  "type": "boolean"
1647
1617
  }
1648
1618
  },
1649
1619
  "hasDynamicHelp": false,
1650
1620
  "hiddenAliases": [],
1651
- "id": "game:android:apiKey:invite",
1621
+ "id": "game:android:apiKey:connect",
1652
1622
  "pluginAlias": "shipthis",
1653
1623
  "pluginName": "shipthis",
1654
1624
  "pluginType": "core",
@@ -1660,13 +1630,13 @@
1660
1630
  "game",
1661
1631
  "android",
1662
1632
  "apiKey",
1663
- "invite.js"
1633
+ "connect.js"
1664
1634
  ]
1665
1635
  },
1666
- "game:android:apiKey:status": {
1636
+ "game:android:apiKey:create": {
1667
1637
  "aliases": [],
1668
1638
  "args": {},
1669
- "description": "Displays the status of the Android Service Account API Key for a specific game.",
1639
+ "description": "Creates a new Android Service Account API Key for a game",
1670
1640
  "examples": [
1671
1641
  "<%= config.bin %> <%= command.id %>",
1672
1642
  "<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
@@ -1679,11 +1649,24 @@
1679
1649
  "hasDynamicHelp": false,
1680
1650
  "multiple": false,
1681
1651
  "type": "option"
1652
+ },
1653
+ "waitForAuth": {
1654
+ "char": "w",
1655
+ "description": "Wait for Google Authentication (10 mins).",
1656
+ "name": "waitForAuth",
1657
+ "allowNo": false,
1658
+ "type": "boolean"
1659
+ },
1660
+ "force": {
1661
+ "char": "f",
1662
+ "name": "force",
1663
+ "allowNo": false,
1664
+ "type": "boolean"
1682
1665
  }
1683
1666
  },
1684
1667
  "hasDynamicHelp": false,
1685
1668
  "hiddenAliases": [],
1686
- "id": "game:android:apiKey:status",
1669
+ "id": "game:android:apiKey:create",
1687
1670
  "pluginAlias": "shipthis",
1688
1671
  "pluginName": "shipthis",
1689
1672
  "pluginType": "core",
@@ -1695,16 +1678,21 @@
1695
1678
  "game",
1696
1679
  "android",
1697
1680
  "apiKey",
1698
- "status.js"
1681
+ "create.js"
1699
1682
  ]
1700
1683
  },
1701
- "game:android:keyStore:create": {
1684
+ "game:android:apiKey:export": {
1702
1685
  "aliases": [],
1703
- "args": {},
1704
- "description": "Creates a new Android Keystore for a game",
1686
+ "args": {
1687
+ "file": {
1688
+ "description": "Name of the ZIP file to create",
1689
+ "name": "file",
1690
+ "required": true
1691
+ }
1692
+ },
1693
+ "description": "Saves the current Android Service Account API Key to a ZIP file",
1705
1694
  "examples": [
1706
- "<%= config.bin %> <%= command.id %>",
1707
- "<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
1695
+ "<%= config.bin %> <%= command.id %> keyStore.zip"
1708
1696
  ],
1709
1697
  "flags": {
1710
1698
  "gameId": {
@@ -1717,6 +1705,7 @@
1717
1705
  },
1718
1706
  "force": {
1719
1707
  "char": "f",
1708
+ "description": "Overwrite the file if it already exists",
1720
1709
  "name": "force",
1721
1710
  "allowNo": false,
1722
1711
  "type": "boolean"
@@ -1724,7 +1713,7 @@
1724
1713
  },
1725
1714
  "hasDynamicHelp": false,
1726
1715
  "hiddenAliases": [],
1727
- "id": "game:android:keyStore:create",
1716
+ "id": "game:android:apiKey:export",
1728
1717
  "pluginAlias": "shipthis",
1729
1718
  "pluginName": "shipthis",
1730
1719
  "pluginType": "core",
@@ -1735,22 +1724,22 @@
1735
1724
  "commands",
1736
1725
  "game",
1737
1726
  "android",
1738
- "keyStore",
1739
- "create.js"
1727
+ "apiKey",
1728
+ "export.js"
1740
1729
  ]
1741
1730
  },
1742
- "game:android:keyStore:export": {
1731
+ "game:android:apiKey:import": {
1743
1732
  "aliases": [],
1744
1733
  "args": {
1745
1734
  "file": {
1746
- "description": "Name of the ZIP file to create",
1735
+ "description": "Name of the ZIP file to import (must be in the same format as the export)",
1747
1736
  "name": "file",
1748
1737
  "required": true
1749
1738
  }
1750
1739
  },
1751
- "description": "Saves the current Android Keystore to a ZIP file",
1740
+ "description": "Imports an Android Service Account API Key to your ShipThis account for the specified game.",
1752
1741
  "examples": [
1753
- "<%= config.bin %> <%= command.id %> keyStore.zip"
1742
+ "<%= config.bin %> <%= command.id %>"
1754
1743
  ],
1755
1744
  "flags": {
1756
1745
  "gameId": {
@@ -1763,7 +1752,6 @@
1763
1752
  },
1764
1753
  "force": {
1765
1754
  "char": "f",
1766
- "description": "Overwrite the file if it already exists",
1767
1755
  "name": "force",
1768
1756
  "allowNo": false,
1769
1757
  "type": "boolean"
@@ -1771,32 +1759,31 @@
1771
1759
  },
1772
1760
  "hasDynamicHelp": false,
1773
1761
  "hiddenAliases": [],
1774
- "id": "game:android:keyStore:export",
1762
+ "id": "game:android:apiKey:import",
1775
1763
  "pluginAlias": "shipthis",
1776
1764
  "pluginName": "shipthis",
1777
1765
  "pluginType": "core",
1778
1766
  "strict": true,
1779
- "enableJsonFlag": false,
1780
1767
  "isESM": true,
1781
1768
  "relativePath": [
1782
1769
  "dist",
1783
1770
  "commands",
1784
1771
  "game",
1785
1772
  "android",
1786
- "keyStore",
1787
- "export.js"
1773
+ "apiKey",
1774
+ "import.js"
1788
1775
  ]
1789
1776
  },
1790
- "game:android:keyStore:import": {
1777
+ "game:android:apiKey:invite": {
1791
1778
  "aliases": [],
1792
1779
  "args": {
1793
- "file": {
1794
- "description": "Name of the ZIP file to import (must be in the same format as the export)",
1795
- "name": "file",
1796
- "required": true
1780
+ "accountId": {
1781
+ "description": "The Google Play Account ID",
1782
+ "name": "accountId",
1783
+ "required": false
1797
1784
  }
1798
1785
  },
1799
- "description": "Imports an Android Keystore to your ShipThis account for the specified game.",
1786
+ "description": "Invites the Service Account to your Google Play Account.",
1800
1787
  "examples": [
1801
1788
  "<%= config.bin %> <%= command.id %>"
1802
1789
  ],
@@ -1809,35 +1796,49 @@
1809
1796
  "multiple": false,
1810
1797
  "type": "option"
1811
1798
  },
1812
- "force": {
1813
- "char": "f",
1814
- "name": "force",
1799
+ "prompt": {
1800
+ "char": "p",
1801
+ "description": "Prompt for the Google Play Account ID",
1802
+ "name": "prompt",
1803
+ "allowNo": false,
1804
+ "type": "boolean"
1805
+ },
1806
+ "waitForGoogleApp": {
1807
+ "char": "p",
1808
+ "description": "Waits for the Google Play app to be created (10 mins).",
1809
+ "name": "waitForGoogleApp",
1810
+ "allowNo": false,
1811
+ "type": "boolean"
1812
+ },
1813
+ "waitForAuth": {
1814
+ "char": "w",
1815
+ "description": "Wait for Google Authentication (10 mins).",
1816
+ "name": "waitForAuth",
1815
1817
  "allowNo": false,
1816
1818
  "type": "boolean"
1817
1819
  }
1818
1820
  },
1819
1821
  "hasDynamicHelp": false,
1820
1822
  "hiddenAliases": [],
1821
- "id": "game:android:keyStore:import",
1823
+ "id": "game:android:apiKey:invite",
1822
1824
  "pluginAlias": "shipthis",
1823
1825
  "pluginName": "shipthis",
1824
1826
  "pluginType": "core",
1825
1827
  "strict": true,
1826
- "enableJsonFlag": false,
1827
1828
  "isESM": true,
1828
1829
  "relativePath": [
1829
1830
  "dist",
1830
1831
  "commands",
1831
1832
  "game",
1832
1833
  "android",
1833
- "keyStore",
1834
- "import.js"
1834
+ "apiKey",
1835
+ "invite.js"
1835
1836
  ]
1836
1837
  },
1837
- "game:android:keyStore:status": {
1838
+ "game:android:apiKey:status": {
1838
1839
  "aliases": [],
1839
1840
  "args": {},
1840
- "description": "Displays the status of the Android Keystore for a specific game.",
1841
+ "description": "Displays the status of the Android Service Account API Key for a specific game.",
1841
1842
  "examples": [
1842
1843
  "<%= config.bin %> <%= command.id %>",
1843
1844
  "<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
@@ -1854,19 +1855,18 @@
1854
1855
  },
1855
1856
  "hasDynamicHelp": false,
1856
1857
  "hiddenAliases": [],
1857
- "id": "game:android:keyStore:status",
1858
+ "id": "game:android:apiKey:status",
1858
1859
  "pluginAlias": "shipthis",
1859
1860
  "pluginName": "shipthis",
1860
1861
  "pluginType": "core",
1861
1862
  "strict": true,
1862
- "enableJsonFlag": false,
1863
1863
  "isESM": true,
1864
1864
  "relativePath": [
1865
1865
  "dist",
1866
1866
  "commands",
1867
1867
  "game",
1868
1868
  "android",
1869
- "keyStore",
1869
+ "apiKey",
1870
1870
  "status.js"
1871
1871
  ]
1872
1872
  },
@@ -2261,5 +2261,5 @@
2261
2261
  ]
2262
2262
  }
2263
2263
  },
2264
- "version": "0.1.4"
2264
+ "version": "0.1.6"
2265
2265
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "shipthis",
3
3
  "description": "ShipThis manages building and uploading your Godot games to the App Store and Google Play.",
4
- "version": "0.1.4",
4
+ "version": "0.1.6",
5
5
  "author": "Hello Invent Ltd",
6
6
  "bin": {
7
7
  "shipthis": "./bin/run.js"