shipthis 0.0.9 → 0.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +36 -20
- package/bin/readme.sh +15 -0
- package/bin/run.js +1 -1
- package/dist/{App-SiSXLW2s.js → App-BfoOFeZ-.js} +1 -1
- package/dist/{AppleBundleIdDetails-Nk85zNWP.js → AppleBundleIdDetails-n1_U8IqK.js} +3 -3
- package/dist/{UserCredentialsTable-CyNAsFc1.js → UserCredentialsTable-D2Nm0QP_.js} +2 -2
- package/dist/{baseAppleCommand-IhowpKpk.js → baseAppleCommand-DK5-Cvg4.js} +1 -1
- package/dist/{baseGameCommand-BeUNc6Wy.js → baseGameCommand-B3NbuvDu.js} +1 -1
- package/dist/commands/apple/apiKey/create.js +5 -5
- package/dist/commands/apple/apiKey/export.js +3 -3
- package/dist/commands/apple/apiKey/import.js +3 -3
- package/dist/commands/apple/apiKey/status.js +5 -5
- package/dist/commands/apple/certificate/create.js +5 -5
- package/dist/commands/apple/certificate/export.js +3 -3
- package/dist/commands/apple/certificate/import.js +3 -3
- package/dist/commands/apple/certificate/status.js +5 -5
- package/dist/commands/apple/login.js +5 -5
- package/dist/commands/apple/status.js +25 -10
- package/dist/commands/dashboard.js +1 -1
- package/dist/commands/game/build/download.js +2 -2
- package/dist/commands/game/build/list.js +5 -5
- package/dist/commands/game/create.js +3 -3
- package/dist/commands/game/details.js +4 -4
- package/dist/commands/game/export.js +1 -1
- package/dist/commands/game/ios/app/addTester.js +4 -4
- package/dist/commands/game/ios/app/create.js +4 -4
- package/dist/commands/game/ios/app/status.js +6 -6
- package/dist/commands/game/ios/app/sync.js +4 -4
- package/dist/commands/game/ios/profile/create.js +5 -5
- package/dist/commands/game/ios/profile/export.js +3 -3
- package/dist/commands/game/ios/profile/import.js +3 -3
- package/dist/commands/game/ios/profile/status.js +4 -4
- package/dist/commands/game/ios/status.js +6 -6
- package/dist/commands/game/job/list.js +5 -5
- package/dist/commands/game/job/status.js +5 -5
- package/dist/commands/game/list.js +4 -4
- package/dist/commands/game/ship.js +3 -3
- package/dist/commands/game/status.js +4 -4
- package/dist/commands/game/wizard.js +4 -3
- package/dist/commands/login.js +2 -2
- package/dist/commands/status.js +4 -22
- package/dist/{export-CQ_P94We.js → export-C16psune.js} +1 -1
- package/dist/{import-BGHUTVNR.js → import-hte2Jy0K.js} +1 -1
- package/dist/{index-CNME7EEo.js → index-ZHJdUrwJ.js} +1 -1
- package/dist/{upload-D6ScllRL.js → upload-DADrkIUB.js} +1 -1
- package/dist/{useAppleApp-D0wyTA6C.js → useAppleApp-Cr3VcGVs.js} +1 -1
- package/dist/{useAppleBundleId-VKmaX7sP.js → useAppleBundleId-BxtyGpHy.js} +1 -1
- package/dist/{useBuilds-e6LIXrOH.js → useBuilds-JHqMwpWS.js} +3 -3
- package/dist/{useJob-D8xNld5t.js → useJob-Bc9fdiyP.js} +2 -2
- package/dist/utils/help.js +14 -0
- package/docs/README.md +20 -0
- package/docs/apple/apiKey/create.md +26 -0
- package/docs/apple/apiKey/export.md +24 -0
- package/docs/apple/apiKey/import.md +24 -0
- package/docs/apple/apiKey/status.md +25 -0
- package/docs/apple/apiKey.md +110 -0
- package/docs/apple/certificate/create.md +26 -0
- package/docs/apple/certificate/export.md +24 -0
- package/docs/apple/certificate/import.md +24 -0
- package/docs/apple/certificate/status.md +25 -0
- package/docs/apple/certificate.md +110 -0
- package/docs/apple/login.md +30 -0
- package/docs/apple/status.md +21 -0
- package/docs/apple.md +48 -0
- package/docs/dashboard.md +18 -0
- package/docs/game/build/download.md +28 -0
- package/docs/game/build/list.md +31 -0
- package/docs/game/build.md +68 -0
- package/docs/game/create.md +23 -0
- package/docs/game/details.md +35 -0
- package/docs/game/export.md +26 -0
- package/docs/game/ios/app/addTester.md +24 -0
- package/docs/game/ios/app/create.md +25 -0
- package/docs/game/ios/app/status.md +21 -0
- package/docs/game/ios/app/sync.md +23 -0
- package/docs/game/ios/app.md +104 -0
- package/docs/game/ios/profile/create.md +23 -0
- package/docs/game/ios/profile/export.md +25 -0
- package/docs/game/ios/profile/import.md +25 -0
- package/docs/game/ios/profile/status.md +22 -0
- package/docs/game/ios/profile.md +106 -0
- package/docs/game/ios/status.md +23 -0
- package/docs/game/ios.md +247 -0
- package/docs/game/job/list.md +29 -0
- package/docs/game/job/status.md +30 -0
- package/docs/game/job.md +68 -0
- package/docs/game/list.md +26 -0
- package/docs/game/ship.md +21 -0
- package/docs/game/status.md +23 -0
- package/docs/game/wizard.md +23 -0
- package/docs/game.md +19 -0
- package/docs/help.md +21 -0
- package/docs/login.md +28 -0
- package/docs/status.md +33 -0
- package/oclif.manifest.json +169 -167
- package/package.json +17 -3
package/docs/game/ios.md
ADDED
|
@@ -0,0 +1,247 @@
|
|
|
1
|
+
# game ios
|
|
2
|
+
|
|
3
|
+
Commands related to the iOS platform for a specific game
|
|
4
|
+
|
|
5
|
+
## Topics
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
# game ios app
|
|
9
|
+
|
|
10
|
+
Commands related to the App Store App for a specific game
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
## Commands
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### game ios app addTester
|
|
17
|
+
|
|
18
|
+
#### Description
|
|
19
|
+
|
|
20
|
+
Adds a test user to the game in App Store Connect.
|
|
21
|
+
|
|
22
|
+
#### Help Output
|
|
23
|
+
|
|
24
|
+
```
|
|
25
|
+
USAGE
|
|
26
|
+
$ shipthis game ios app addTester [-g <value>] [-e <value>] [-f <value>] [-l <value>]
|
|
27
|
+
|
|
28
|
+
FLAGS
|
|
29
|
+
-e, --email=<value> The email address of the tester
|
|
30
|
+
-f, --firstName=<value> The first name of the tester
|
|
31
|
+
-g, --gameId=<value> The ID of the game
|
|
32
|
+
-l, --lastName=<value> The last name of the tester
|
|
33
|
+
|
|
34
|
+
DESCRIPTION
|
|
35
|
+
Adds a test user to the game in App Store Connect.
|
|
36
|
+
|
|
37
|
+
EXAMPLES
|
|
38
|
+
$ shipthis game ios app addTester
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
### game ios app create
|
|
42
|
+
|
|
43
|
+
#### Description
|
|
44
|
+
|
|
45
|
+
Creates an App and BundleId in the Apple Developer Portal.
|
|
46
|
+
|
|
47
|
+
#### Help Output
|
|
48
|
+
|
|
49
|
+
```
|
|
50
|
+
USAGE
|
|
51
|
+
$ shipthis game ios app create [-q] [-g <value>] [-n <value>] [-b <value>] [-f]
|
|
52
|
+
|
|
53
|
+
FLAGS
|
|
54
|
+
-b, --bundleId=<value> The BundleId in the Apple Developer Portal
|
|
55
|
+
-f, --force
|
|
56
|
+
-g, --gameId=<value> The ID of the game
|
|
57
|
+
-n, --appName=<value> The name of the App in the Apple Developer Portal
|
|
58
|
+
-q, --quiet Avoid output except for interactions and errors
|
|
59
|
+
|
|
60
|
+
DESCRIPTION
|
|
61
|
+
Creates an App and BundleId in the Apple Developer Portal.
|
|
62
|
+
|
|
63
|
+
EXAMPLES
|
|
64
|
+
$ shipthis game ios app create
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
### game ios app status
|
|
68
|
+
|
|
69
|
+
#### Description
|
|
70
|
+
|
|
71
|
+
Shows the Game iOS App status.
|
|
72
|
+
|
|
73
|
+
#### Help Output
|
|
74
|
+
|
|
75
|
+
```
|
|
76
|
+
USAGE
|
|
77
|
+
$ shipthis game ios app status [-g <value>]
|
|
78
|
+
|
|
79
|
+
FLAGS
|
|
80
|
+
-g, --gameId=<value> The ID of the game
|
|
81
|
+
|
|
82
|
+
DESCRIPTION
|
|
83
|
+
Shows the Game iOS App status.
|
|
84
|
+
|
|
85
|
+
EXAMPLES
|
|
86
|
+
$ shipthis game ios app status
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
### game ios app sync
|
|
90
|
+
|
|
91
|
+
#### Description
|
|
92
|
+
|
|
93
|
+
Synchronies the Apple App "BundleId" with the capabilities from the local project.
|
|
94
|
+
|
|
95
|
+
#### Help Output
|
|
96
|
+
|
|
97
|
+
```
|
|
98
|
+
USAGE
|
|
99
|
+
$ shipthis game ios app sync [-q] [-g <value>] [-f]
|
|
100
|
+
|
|
101
|
+
FLAGS
|
|
102
|
+
-f, --force
|
|
103
|
+
-g, --gameId=<value> The ID of the game
|
|
104
|
+
-q, --quiet Avoid output except for interactions and errors
|
|
105
|
+
|
|
106
|
+
DESCRIPTION
|
|
107
|
+
Synchronies the Apple App "BundleId" with the capabilities from the local project.
|
|
108
|
+
|
|
109
|
+
EXAMPLES
|
|
110
|
+
$ shipthis game ios app sync
|
|
111
|
+
```
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
# game ios profile
|
|
115
|
+
|
|
116
|
+
Commands related to the App Store Provisioning Profiles for this Game
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
## Commands
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
### game ios profile create
|
|
123
|
+
|
|
124
|
+
#### Description
|
|
125
|
+
|
|
126
|
+
Creates a Mobile Provisioning Profile in the Apple Developer Portal.
|
|
127
|
+
|
|
128
|
+
#### Help Output
|
|
129
|
+
|
|
130
|
+
```
|
|
131
|
+
USAGE
|
|
132
|
+
$ shipthis game ios profile create [-q] [-g <value>] [-f]
|
|
133
|
+
|
|
134
|
+
FLAGS
|
|
135
|
+
-f, --force
|
|
136
|
+
-g, --gameId=<value> The ID of the game
|
|
137
|
+
-q, --quiet Avoid output except for interactions and errors
|
|
138
|
+
|
|
139
|
+
DESCRIPTION
|
|
140
|
+
Creates a Mobile Provisioning Profile in the Apple Developer Portal.
|
|
141
|
+
|
|
142
|
+
EXAMPLES
|
|
143
|
+
$ shipthis game ios profile create
|
|
144
|
+
```
|
|
145
|
+
|
|
146
|
+
### game ios profile export
|
|
147
|
+
|
|
148
|
+
#### Description
|
|
149
|
+
|
|
150
|
+
Saves the current Mobile Provisioning Profile to a ZIP file
|
|
151
|
+
|
|
152
|
+
#### Help Output
|
|
153
|
+
|
|
154
|
+
```
|
|
155
|
+
USAGE
|
|
156
|
+
$ shipthis game ios profile export FILE [-g <value>] [-f]
|
|
157
|
+
|
|
158
|
+
ARGUMENTS
|
|
159
|
+
FILE Name of the ZIP file to create
|
|
160
|
+
|
|
161
|
+
FLAGS
|
|
162
|
+
-f, --force Overwrite the file if it already exists
|
|
163
|
+
-g, --gameId=<value> The ID of the game
|
|
164
|
+
|
|
165
|
+
DESCRIPTION
|
|
166
|
+
Saves the current Mobile Provisioning Profile to a ZIP file
|
|
167
|
+
|
|
168
|
+
EXAMPLES
|
|
169
|
+
$ shipthis game ios profile export userProfile.zip
|
|
170
|
+
```
|
|
171
|
+
|
|
172
|
+
### game ios profile import
|
|
173
|
+
|
|
174
|
+
#### Description
|
|
175
|
+
|
|
176
|
+
Imports an Mobile Provisioning Profile to your ShipThis account
|
|
177
|
+
|
|
178
|
+
#### Help Output
|
|
179
|
+
|
|
180
|
+
```
|
|
181
|
+
USAGE
|
|
182
|
+
$ shipthis game ios profile import FILE [-g <value>] [-f]
|
|
183
|
+
|
|
184
|
+
ARGUMENTS
|
|
185
|
+
FILE Name of the ZIP file to import (must be in the same format as the export)
|
|
186
|
+
|
|
187
|
+
FLAGS
|
|
188
|
+
-f, --force
|
|
189
|
+
-g, --gameId=<value> The ID of the game
|
|
190
|
+
|
|
191
|
+
DESCRIPTION
|
|
192
|
+
Imports an Mobile Provisioning Profile to your ShipThis account
|
|
193
|
+
|
|
194
|
+
EXAMPLES
|
|
195
|
+
$ shipthis game ios profile import profile.zip
|
|
196
|
+
```
|
|
197
|
+
|
|
198
|
+
### game ios profile status
|
|
199
|
+
|
|
200
|
+
#### Description
|
|
201
|
+
|
|
202
|
+
Shows the Game iOS Mobile Provisioning Profile Status.
|
|
203
|
+
|
|
204
|
+
#### Help Output
|
|
205
|
+
|
|
206
|
+
```
|
|
207
|
+
USAGE
|
|
208
|
+
$ shipthis game ios profile status [-g <value>] [-f]
|
|
209
|
+
|
|
210
|
+
FLAGS
|
|
211
|
+
-f, --noAppleAuth
|
|
212
|
+
-g, --gameId=<value> The ID of the game
|
|
213
|
+
|
|
214
|
+
DESCRIPTION
|
|
215
|
+
Shows the Game iOS Mobile Provisioning Profile Status.
|
|
216
|
+
|
|
217
|
+
EXAMPLES
|
|
218
|
+
$ shipthis game ios profile status
|
|
219
|
+
```
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
## Commands
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
### game ios status
|
|
226
|
+
|
|
227
|
+
#### Description
|
|
228
|
+
|
|
229
|
+
Shows the Game iOS Platform status. If --gameId is not provided it will look in the current directory.
|
|
230
|
+
|
|
231
|
+
#### Help Output
|
|
232
|
+
|
|
233
|
+
```
|
|
234
|
+
USAGE
|
|
235
|
+
$ shipthis game ios status [-g <value>]
|
|
236
|
+
|
|
237
|
+
FLAGS
|
|
238
|
+
-g, --gameId=<value> The ID of the game
|
|
239
|
+
|
|
240
|
+
DESCRIPTION
|
|
241
|
+
Shows the Game iOS Platform status. If --gameId is not provided it will look in the current directory.
|
|
242
|
+
|
|
243
|
+
EXAMPLES
|
|
244
|
+
$ shipthis game ios status
|
|
245
|
+
|
|
246
|
+
$ shipthis game ios status --gameId 0c179fc4
|
|
247
|
+
```
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# game job list
|
|
2
|
+
|
|
3
|
+
## Description
|
|
4
|
+
|
|
5
|
+
Lists the jobs for a game.
|
|
6
|
+
|
|
7
|
+
## Help Output
|
|
8
|
+
|
|
9
|
+
```
|
|
10
|
+
USAGE
|
|
11
|
+
$ shipthis game job list [-g <value>] [-p <value>] [-s <value>] [-o createdAt|updatedAt] [-r asc|desc]
|
|
12
|
+
|
|
13
|
+
FLAGS
|
|
14
|
+
-g, --gameId=<value> The ID of the game
|
|
15
|
+
-o, --orderBy=<option> [default: createdAt] The field to order by
|
|
16
|
+
<options: createdAt|updatedAt>
|
|
17
|
+
-p, --pageNumber=<value> The page number to show (starts at 0)
|
|
18
|
+
-r, --order=<option> [default: desc] The order to sort by
|
|
19
|
+
<options: asc|desc>
|
|
20
|
+
-s, --pageSize=<value> [default: 10] The number of items to show per page
|
|
21
|
+
|
|
22
|
+
DESCRIPTION
|
|
23
|
+
Lists the jobs for a game.
|
|
24
|
+
|
|
25
|
+
EXAMPLES
|
|
26
|
+
$ shipthis game job list
|
|
27
|
+
|
|
28
|
+
$ shipthis game job list --gameId 0c179fc4
|
|
29
|
+
```
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# game job status
|
|
2
|
+
|
|
3
|
+
## Description
|
|
4
|
+
|
|
5
|
+
Shows the real-time status of a job.
|
|
6
|
+
|
|
7
|
+
## Help Output
|
|
8
|
+
|
|
9
|
+
```
|
|
10
|
+
USAGE
|
|
11
|
+
$ shipthis game job status JOB_ID [-g <value>] [-n <value>] [-f]
|
|
12
|
+
|
|
13
|
+
ARGUMENTS
|
|
14
|
+
JOB_ID The id of the job to get the status of
|
|
15
|
+
|
|
16
|
+
FLAGS
|
|
17
|
+
-f, --follow Follow the log in real-time
|
|
18
|
+
-g, --gameId=<value> The ID of the game
|
|
19
|
+
-n, --lines=<value> [default: 10] The number of lines to show
|
|
20
|
+
|
|
21
|
+
DESCRIPTION
|
|
22
|
+
Shows the real-time status of a job.
|
|
23
|
+
|
|
24
|
+
EXAMPLES
|
|
25
|
+
$ shipthis game job status 4d32239e
|
|
26
|
+
|
|
27
|
+
$ shipthis game job status --gameId 0c179fc4 4d32239e
|
|
28
|
+
|
|
29
|
+
$ shipthis game job status --gameId 0c179fc4 --lines 20 --follow 4d32239e
|
|
30
|
+
```
|
package/docs/game/job.md
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
# game job
|
|
2
|
+
|
|
3
|
+
Commands related to jobs for a specific game
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
## Commands
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### game job list
|
|
10
|
+
|
|
11
|
+
#### Description
|
|
12
|
+
|
|
13
|
+
Lists the jobs for a game.
|
|
14
|
+
|
|
15
|
+
#### Help Output
|
|
16
|
+
|
|
17
|
+
```
|
|
18
|
+
USAGE
|
|
19
|
+
$ shipthis game job list [-g <value>] [-p <value>] [-s <value>] [-o createdAt|updatedAt] [-r asc|desc]
|
|
20
|
+
|
|
21
|
+
FLAGS
|
|
22
|
+
-g, --gameId=<value> The ID of the game
|
|
23
|
+
-o, --orderBy=<option> [default: createdAt] The field to order by
|
|
24
|
+
<options: createdAt|updatedAt>
|
|
25
|
+
-p, --pageNumber=<value> The page number to show (starts at 0)
|
|
26
|
+
-r, --order=<option> [default: desc] The order to sort by
|
|
27
|
+
<options: asc|desc>
|
|
28
|
+
-s, --pageSize=<value> [default: 10] The number of items to show per page
|
|
29
|
+
|
|
30
|
+
DESCRIPTION
|
|
31
|
+
Lists the jobs for a game.
|
|
32
|
+
|
|
33
|
+
EXAMPLES
|
|
34
|
+
$ shipthis game job list
|
|
35
|
+
|
|
36
|
+
$ shipthis game job list --gameId 0c179fc4
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
### game job status
|
|
40
|
+
|
|
41
|
+
#### Description
|
|
42
|
+
|
|
43
|
+
Shows the real-time status of a job.
|
|
44
|
+
|
|
45
|
+
#### Help Output
|
|
46
|
+
|
|
47
|
+
```
|
|
48
|
+
USAGE
|
|
49
|
+
$ shipthis game job status JOB_ID [-g <value>] [-n <value>] [-f]
|
|
50
|
+
|
|
51
|
+
ARGUMENTS
|
|
52
|
+
JOB_ID The id of the job to get the status of
|
|
53
|
+
|
|
54
|
+
FLAGS
|
|
55
|
+
-f, --follow Follow the log in real-time
|
|
56
|
+
-g, --gameId=<value> The ID of the game
|
|
57
|
+
-n, --lines=<value> [default: 10] The number of lines to show
|
|
58
|
+
|
|
59
|
+
DESCRIPTION
|
|
60
|
+
Shows the real-time status of a job.
|
|
61
|
+
|
|
62
|
+
EXAMPLES
|
|
63
|
+
$ shipthis game job status 4d32239e
|
|
64
|
+
|
|
65
|
+
$ shipthis game job status --gameId 0c179fc4 4d32239e
|
|
66
|
+
|
|
67
|
+
$ shipthis game job status --gameId 0c179fc4 --lines 20 --follow 4d32239e
|
|
68
|
+
```
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# game list
|
|
2
|
+
|
|
3
|
+
## Description
|
|
4
|
+
|
|
5
|
+
Shows a list of all your games.
|
|
6
|
+
|
|
7
|
+
## Help Output
|
|
8
|
+
|
|
9
|
+
```
|
|
10
|
+
USAGE
|
|
11
|
+
$ shipthis game list [-p <value>] [-s <value>] [-o createdAt|updatedAt|name] [-r asc|desc]
|
|
12
|
+
|
|
13
|
+
FLAGS
|
|
14
|
+
-o, --orderBy=<option> [default: createdAt] The field to order by
|
|
15
|
+
<options: createdAt|updatedAt|name>
|
|
16
|
+
-p, --pageNumber=<value> The page number to show (starts at 0)
|
|
17
|
+
-r, --order=<option> [default: desc] The order to sort by
|
|
18
|
+
<options: asc|desc>
|
|
19
|
+
-s, --pageSize=<value> [default: 10] The number of items to show per page
|
|
20
|
+
|
|
21
|
+
DESCRIPTION
|
|
22
|
+
Shows a list of all your games.
|
|
23
|
+
|
|
24
|
+
EXAMPLES
|
|
25
|
+
$ shipthis game list
|
|
26
|
+
```
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# game ship
|
|
2
|
+
|
|
3
|
+
## Description
|
|
4
|
+
|
|
5
|
+
Builds the app (for all platforms with valid credentials) and ships it to the stores.
|
|
6
|
+
|
|
7
|
+
## Help Output
|
|
8
|
+
|
|
9
|
+
```
|
|
10
|
+
USAGE
|
|
11
|
+
$ shipthis game ship [-g <value>]
|
|
12
|
+
|
|
13
|
+
FLAGS
|
|
14
|
+
-g, --gameId=<value> The ID of the game
|
|
15
|
+
|
|
16
|
+
DESCRIPTION
|
|
17
|
+
Builds the app (for all platforms with valid credentials) and ships it to the stores.
|
|
18
|
+
|
|
19
|
+
EXAMPLES
|
|
20
|
+
$ shipthis game ship
|
|
21
|
+
```
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# game status
|
|
2
|
+
|
|
3
|
+
## Description
|
|
4
|
+
|
|
5
|
+
Shows the status of the current game.
|
|
6
|
+
|
|
7
|
+
## Help Output
|
|
8
|
+
|
|
9
|
+
```
|
|
10
|
+
USAGE
|
|
11
|
+
$ shipthis game status [-g <value>]
|
|
12
|
+
|
|
13
|
+
FLAGS
|
|
14
|
+
-g, --gameId=<value> The ID of the game
|
|
15
|
+
|
|
16
|
+
DESCRIPTION
|
|
17
|
+
Shows the status of the current game.
|
|
18
|
+
|
|
19
|
+
EXAMPLES
|
|
20
|
+
$ shipthis game status
|
|
21
|
+
|
|
22
|
+
$ shipthis game status --gameId 0c179fc4
|
|
23
|
+
```
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# game wizard
|
|
2
|
+
|
|
3
|
+
## Description
|
|
4
|
+
|
|
5
|
+
Runs all the steps for the specific platform
|
|
6
|
+
|
|
7
|
+
## Help Output
|
|
8
|
+
|
|
9
|
+
```
|
|
10
|
+
USAGE
|
|
11
|
+
$ shipthis game wizard [-f <value>] [-p ios]
|
|
12
|
+
|
|
13
|
+
FLAGS
|
|
14
|
+
-f, --forceStep=<value> Force a specific step to run.
|
|
15
|
+
-p, --platform=<option> [default: ios] The platform to run the wizard for
|
|
16
|
+
<options: ios>
|
|
17
|
+
|
|
18
|
+
DESCRIPTION
|
|
19
|
+
Runs all the steps for the specific platform
|
|
20
|
+
|
|
21
|
+
EXAMPLES
|
|
22
|
+
$ shipthis game wizard
|
|
23
|
+
```
|
package/docs/game.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# game
|
|
2
|
+
|
|
3
|
+
Commands related to Game Management
|
|
4
|
+
|
|
5
|
+
## Topics
|
|
6
|
+
|
|
7
|
+
- [game:build](game/build.md)
|
|
8
|
+
- [game:ios](game/ios.md)
|
|
9
|
+
- [game:job](game/job.md)
|
|
10
|
+
|
|
11
|
+
## Commands
|
|
12
|
+
|
|
13
|
+
- [game create](game/create.md)
|
|
14
|
+
- [game details](game/details.md)
|
|
15
|
+
- [game export](game/export.md)
|
|
16
|
+
- [game list](game/list.md)
|
|
17
|
+
- [game ship](game/ship.md)
|
|
18
|
+
- [game status](game/status.md)
|
|
19
|
+
- [game wizard](game/wizard.md)
|
package/docs/help.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# help
|
|
2
|
+
|
|
3
|
+
## Description
|
|
4
|
+
|
|
5
|
+
Display help for <%= config.bin %>.
|
|
6
|
+
|
|
7
|
+
## Help Output
|
|
8
|
+
|
|
9
|
+
```
|
|
10
|
+
USAGE
|
|
11
|
+
$ shipthis help [COMMAND...] [-n]
|
|
12
|
+
|
|
13
|
+
ARGUMENTS
|
|
14
|
+
COMMAND... Command to show help for.
|
|
15
|
+
|
|
16
|
+
FLAGS
|
|
17
|
+
-n, --nested-commands Include all nested commands in the output.
|
|
18
|
+
|
|
19
|
+
DESCRIPTION
|
|
20
|
+
Display help for shipthis.
|
|
21
|
+
```
|
package/docs/login.md
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# login
|
|
2
|
+
|
|
3
|
+
## Description
|
|
4
|
+
|
|
5
|
+
Authenticate - will create a new account if one does not exist.
|
|
6
|
+
|
|
7
|
+
## Example
|
|
8
|
+
|
|
9
|
+
[](https://asciinema.org/a/sbE3KOpIzgh72lLVdZEXlQZFd)
|
|
10
|
+
|
|
11
|
+
## Help Output
|
|
12
|
+
|
|
13
|
+
```
|
|
14
|
+
USAGE
|
|
15
|
+
$ shipthis login [-f] [-e <value>]
|
|
16
|
+
|
|
17
|
+
FLAGS
|
|
18
|
+
-e, --email=<value> Your email address
|
|
19
|
+
-f, --force
|
|
20
|
+
|
|
21
|
+
DESCRIPTION
|
|
22
|
+
Authenticate - will create a new account if one does not exist.
|
|
23
|
+
|
|
24
|
+
EXAMPLES
|
|
25
|
+
$ shipthis login
|
|
26
|
+
|
|
27
|
+
$ shipthis login --force --email me@email.nowhere
|
|
28
|
+
```
|
package/docs/status.md
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# status
|
|
2
|
+
|
|
3
|
+
## Example
|
|
4
|
+
|
|
5
|
+
[](https://asciinema.org/a/zK1v4E15evLKt5NYidnlGZSim)
|
|
6
|
+
|
|
7
|
+
## Description
|
|
8
|
+
|
|
9
|
+
Displays the current overall status.
|
|
10
|
+
|
|
11
|
+
- **Logged in**
|
|
12
|
+
- Will be "YES" once you are authenticated
|
|
13
|
+
- Run `shipthis login` to authenticate
|
|
14
|
+
- **Godot project detected**
|
|
15
|
+
- Will be "YES" if there is a file named project.godot in the current directory
|
|
16
|
+
- **ShipThis project configured**
|
|
17
|
+
- Will be "YES" if there is a valid shipthis.json file in the current directory
|
|
18
|
+
- **Git repository detected (not required)**
|
|
19
|
+
- Will be "YES" if ShipThis detects that there is an active git project
|
|
20
|
+
- ShipThis will tag your uploads with the current git information (branch and commit hash)
|
|
21
|
+
|
|
22
|
+
## Help Output
|
|
23
|
+
|
|
24
|
+
```
|
|
25
|
+
USAGE
|
|
26
|
+
$ shipthis status
|
|
27
|
+
|
|
28
|
+
DESCRIPTION
|
|
29
|
+
Displays the current overall status.
|
|
30
|
+
|
|
31
|
+
EXAMPLES
|
|
32
|
+
$ shipthis status
|
|
33
|
+
```
|