shipthis 0.1.32 → 0.1.34

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 (86) hide show
  1. package/README.md +8 -7
  2. package/assets/markdown/apikey-create.md +11 -0
  3. package/dist/{AppleBundleIdDetails-6H3cNWxw.js → AppleBundleIdDetails-By-sSGNl.js} +4 -4
  4. package/dist/{Command-WPpmLPkL.js → Command-VWMnGslo.js} +2 -2
  5. package/dist/{CommandGame-cxzWG4nT.js → CommandGame-BSVPZzNl.js} +2 -2
  6. package/dist/{Create-3Ob8sjik.js → Create-SR1Mq7BY.js} +4 -4
  7. package/dist/{GameStatus-BQEtVKvv.js → GameStatus-1ntFyxEx.js} +3 -3
  8. package/dist/{Import-CFuPDI0K.js → Import-cedOWPDz.js} +6 -6
  9. package/dist/{JobLogTail-0CBLoG8N.js → JobLogTail-C_W8UAMg.js} +5 -5
  10. package/dist/{JobProgress-lKqVT88m.js → JobProgress-CI385G53.js} +11 -8
  11. package/dist/{JobStatusTable-C_ZsZJCm.js → JobStatusTable-CdbKtwJE.js} +4 -4
  12. package/dist/{ProgressSpinner-DGcakQSK.js → ProgressSpinner-Um6ARKlk.js} +1 -1
  13. package/dist/{ProjectCredentialsTable-B5pHOnGu.js → ProjectCredentialsTable-ZnuIfcDB.js} +2 -2
  14. package/dist/{RunWithSpinner-gMVA07bZ.js → RunWithSpinner-DucRnFp6.js} +2 -1
  15. package/dist/{UserCredentialsTable-3W3qesh7.js → UserCredentialsTable-DRkAYgEA.js} +3 -3
  16. package/dist/{baseAppleCommand-BGV088--.js → baseAppleCommand-CsO-_Yzn.js} +1 -1
  17. package/dist/{baseGameAndroidCommand-CsemgVjp.js → baseGameAndroidCommand-CdjaAbNX.js} +2 -2
  18. package/dist/commands/apiKey/create.js +97 -0
  19. package/dist/commands/apiKey/list.js +91 -0
  20. package/dist/commands/apiKey/revoke.js +82 -0
  21. package/dist/commands/apple/apiKey/create.js +10 -10
  22. package/dist/commands/apple/apiKey/export.js +9 -9
  23. package/dist/commands/apple/apiKey/import.js +9 -9
  24. package/dist/commands/apple/apiKey/status.js +7 -7
  25. package/dist/commands/apple/certificate/create.js +10 -10
  26. package/dist/commands/apple/certificate/export.js +9 -9
  27. package/dist/commands/apple/certificate/import.js +9 -9
  28. package/dist/commands/apple/certificate/status.js +8 -8
  29. package/dist/commands/apple/login.js +3 -2
  30. package/dist/commands/apple/status.js +5 -5
  31. package/dist/commands/dashboard.js +2 -1
  32. package/dist/commands/game/android/apiKey/connect.js +9 -9
  33. package/dist/commands/game/android/apiKey/create.js +13 -13
  34. package/dist/commands/game/android/apiKey/export.js +10 -10
  35. package/dist/commands/game/android/apiKey/import.js +10 -10
  36. package/dist/commands/game/android/apiKey/invite.js +5 -4
  37. package/dist/commands/game/android/apiKey/status.js +9 -9
  38. package/dist/commands/game/android/keyStore/create.js +11 -11
  39. package/dist/commands/game/android/keyStore/export.js +9 -9
  40. package/dist/commands/game/android/keyStore/import.js +11 -11
  41. package/dist/commands/game/android/keyStore/status.js +7 -7
  42. package/dist/commands/game/android/status.js +2 -1
  43. package/dist/commands/game/build/download.js +6 -6
  44. package/dist/commands/game/build/list.js +6 -6
  45. package/dist/commands/game/create.js +3 -2
  46. package/dist/commands/game/details.js +5 -5
  47. package/dist/commands/game/export.js +2 -1
  48. package/dist/commands/game/ios/app/addTester.js +20 -15
  49. package/dist/commands/game/ios/app/create.js +6 -6
  50. package/dist/commands/game/ios/app/status.js +8 -8
  51. package/dist/commands/game/ios/app/sync.js +7 -7
  52. package/dist/commands/game/ios/profile/create.js +11 -11
  53. package/dist/commands/game/ios/profile/export.js +9 -9
  54. package/dist/commands/game/ios/profile/import.js +9 -9
  55. package/dist/commands/game/ios/profile/status.js +7 -7
  56. package/dist/commands/game/ios/status.js +10 -10
  57. package/dist/commands/game/ios/wizard.js +13 -8
  58. package/dist/commands/game/job/list.js +5 -5
  59. package/dist/commands/game/job/status.js +9 -9
  60. package/dist/commands/game/list.js +6 -6
  61. package/dist/commands/game/ship.js +19 -17
  62. package/dist/commands/game/status.js +7 -7
  63. package/dist/commands/game/wizard.js +22 -22
  64. package/dist/commands/internal/fastlane.js +2 -1
  65. package/dist/commands/internal/readme.js +2 -1
  66. package/dist/commands/login.js +3 -2
  67. package/dist/commands/status.js +5 -5
  68. package/dist/{export-CXsVPXA1.js → export-B5Yfd9vw.js} +1 -1
  69. package/dist/{import-DGvG5REx.js → import-A2WcStHl.js} +1 -1
  70. package/dist/{index-CS9Gwcb0.js → index-BBLtvl1Y.js} +7 -7
  71. package/dist/{index-C03TV1_J.js → index-Bz1qt_8T.js} +17 -9
  72. package/dist/{index-C66Dd8Xc.js → index-CA6-uLMn.js} +23 -12
  73. package/dist/{index-BhhiXbey.js → index-CO_ssVFA.js} +28 -4
  74. package/dist/{index-CGBdOm1q.js → index-CYjZ26If.js} +2 -1
  75. package/dist/{index-CtTI85m-.js → index-CgzANgJt.js} +1 -1
  76. package/dist/{upload-8y5MQEm9.js → upload-BIsFZzBO.js} +1 -1
  77. package/dist/{useAndroidServiceAccountTestResult-DZk5SMxI.js → useAndroidServiceAccountTestResult-DueKynFy.js} +1 -1
  78. package/dist/{useAppleApp-DWYGURwU.js → useAppleApp-BZR94exU.js} +1 -1
  79. package/dist/{useAppleBundleId-PsTJ2g1B.js → useAppleBundleId-Dg5DsItN.js} +1 -1
  80. package/dist/{useProjectCredentials-BEphqa18.js → useProjectCredentials-jQYGcDhT.js} +3 -3
  81. package/dist/{useWebSocket-5PYa2QER.js → useWebSocket-CIxkPaYi.js} +1 -1
  82. package/docs/apiKey/create.md +27 -0
  83. package/docs/apiKey/list.md +30 -0
  84. package/docs/apiKey/revoke.md +26 -0
  85. package/docs/apiKey.md +93 -0
  86. package/package.json +10 -4
package/docs/apiKey.md ADDED
@@ -0,0 +1,93 @@
1
+ # Topic: `apiKey`
2
+
3
+ Commands related to ShipThis API Keys
4
+
5
+
6
+ ## Commands
7
+
8
+
9
+ ### `apiKey create`
10
+
11
+ #### Description
12
+
13
+ Create a new API key for your ShipThis account.
14
+
15
+ #### Help Output
16
+
17
+ ```help
18
+ USAGE
19
+ $ shipthis apiKey create [-n <value>] [-d <value>] [-q]
20
+
21
+ FLAGS
22
+ -d, --durationDays=<value> [default: 365] duration of the API key in days
23
+ -n, --name=<value> name to apply to the API key (if not provided, a random name will be generated)
24
+ -q, --quiet Outputs just the secret value
25
+
26
+ DESCRIPTION
27
+ Create a new API key for your ShipThis account.
28
+
29
+ EXAMPLES
30
+ $ shipthis apiKey create --durationDays 30
31
+
32
+ $ shipthis apiKey create --name ci-key --durationDays 90
33
+
34
+ $ shipthis apiKey create --name ci-key-headless --durationDays 365 --quiet
35
+ ```
36
+
37
+ ### `apiKey list`
38
+
39
+ #### Description
40
+
41
+ Displays a list of your ShipThis API keys.
42
+
43
+ #### Help Output
44
+
45
+ ```help
46
+ USAGE
47
+ $ shipthis apiKey list [-r asc|desc] [-o createdAt|updatedAt|name] [-p <value>] [-s <value>]
48
+
49
+ FLAGS
50
+ -o, --orderBy=<option> [default: createdAt] The field to order by
51
+ <options: createdAt|updatedAt|name>
52
+ -p, --pageNumber=<value> The page number to show (starts at 0)
53
+ -r, --order=<option> [default: desc] The order to sort by
54
+ <options: asc|desc>
55
+ -s, --pageSize=<value> [default: 10] The number of items to show per page
56
+
57
+ DESCRIPTION
58
+ Displays a list of your ShipThis API keys.
59
+
60
+ EXAMPLES
61
+ $ shipthis apiKey list
62
+
63
+ $ shipthis apiKey list --pageNumber 1
64
+
65
+ $ shipthis apiKey list --orderBy createdAt --order asc
66
+ ```
67
+
68
+ ### `apiKey revoke`
69
+
70
+ #### Description
71
+
72
+ Revokes a specific ShipThis API key.
73
+
74
+ #### Help Output
75
+
76
+ ```help
77
+ USAGE
78
+ $ shipthis apiKey revoke APIKEYID [-q]
79
+
80
+ ARGUMENTS
81
+ APIKEYID The ID of the API key to revoke
82
+
83
+ FLAGS
84
+ -q, --quiet Suppress output except for errors
85
+
86
+ DESCRIPTION
87
+ Revokes a specific ShipThis API key.
88
+
89
+ EXAMPLES
90
+ $ shipthis apiKey revoke abcd1234
91
+
92
+ $ shipthis apiKey revoke abcd1234 --quiet
93
+ ```
package/package.json CHANGED
@@ -1,14 +1,14 @@
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.32",
4
+ "version": "0.1.34",
5
5
  "author": "Hello Invent Ltd",
6
6
  "bin": {
7
7
  "shipthis": "./bin/run.js"
8
8
  },
9
9
  "bugs": "https://github.com/shipth-is/cli/issues",
10
10
  "dependencies": {
11
- "@expo/apple-utils": "2.0.3",
11
+ "@expo/apple-utils": "^2.1.12",
12
12
  "@expo/json-file": "^8.3.3",
13
13
  "@inkjs/ui": "^2.0.0",
14
14
  "@oclif/core": "^4",
@@ -116,6 +116,7 @@
116
116
  "./dist/commands/apple/certificate/import.js",
117
117
  "./dist/commands/apple/login.js",
118
118
  "./dist/commands/game/list.js",
119
+ "./dist/commands/game/ship.js",
119
120
  "./dist/commands/game/ios/app/create.js",
120
121
  "./dist/commands/game/ios/app/status.js",
121
122
  "./dist/commands/game/ios/app/sync.js",
@@ -127,8 +128,6 @@
127
128
  "./dist/commands/game/ios/profile/status.js",
128
129
  "./dist/commands/game/ios/profile/import.js",
129
130
  "./dist/commands/game/create.js",
130
- "./dist/commands/game/ship.js",
131
- "./dist/commands/game/wizard.js",
132
131
  "./dist/commands/game/job/list.js",
133
132
  "./dist/commands/game/job/status.js",
134
133
  "./dist/commands/game/status.js",
@@ -146,9 +145,13 @@
146
145
  "./dist/commands/game/android/apiKey/invite.js",
147
146
  "./dist/commands/game/android/apiKey/connect.js",
148
147
  "./dist/commands/game/android/status.js",
148
+ "./dist/commands/game/wizard.js",
149
149
  "./dist/commands/game/export.js",
150
150
  "./dist/commands/internal/readme.js",
151
151
  "./dist/commands/internal/fastlane.js",
152
+ "./dist/commands/apiKey/list.js",
153
+ "./dist/commands/apiKey/create.js",
154
+ "./dist/commands/apiKey/revoke.js",
152
155
  "./dist/commands/status.js",
153
156
  "./dist/commands/dashboard.js",
154
157
  "./dist/commands/login.js"
@@ -166,6 +169,9 @@
166
169
  "internal": {
167
170
  "description": "Internal commands"
168
171
  },
172
+ "apiKey": {
173
+ "description": "Commands related to ShipThis API Keys"
174
+ },
169
175
  "apple": {
170
176
  "description": "Commands related to Apple Developer Portal"
171
177
  },