shipthis 0.1.4 → 0.1.5

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 (60) hide show
  1. package/dist/commands/internal/readme.js +2 -2
  2. package/docs/apple/apiKey/create.md +1 -1
  3. package/docs/apple/apiKey/export.md +1 -1
  4. package/docs/apple/apiKey/import.md +1 -1
  5. package/docs/apple/apiKey/status.md +1 -1
  6. package/docs/apple/apiKey.md +4 -4
  7. package/docs/apple/certificate/create.md +1 -1
  8. package/docs/apple/certificate/export.md +1 -1
  9. package/docs/apple/certificate/import.md +1 -1
  10. package/docs/apple/certificate/status.md +1 -1
  11. package/docs/apple/certificate.md +4 -4
  12. package/docs/apple/login.md +1 -1
  13. package/docs/apple/status.md +2 -1
  14. package/docs/dashboard.md +1 -1
  15. package/docs/game/android/apiKey/connect.md +1 -1
  16. package/docs/game/android/apiKey/create.md +1 -1
  17. package/docs/game/android/apiKey/export.md +1 -1
  18. package/docs/game/android/apiKey/import.md +1 -1
  19. package/docs/game/android/apiKey/invite.md +1 -1
  20. package/docs/game/android/apiKey/status.md +1 -1
  21. package/docs/game/android/apiKey.md +6 -6
  22. package/docs/game/android/keyStore/create.md +1 -1
  23. package/docs/game/android/keyStore/export.md +1 -1
  24. package/docs/game/android/keyStore/import.md +1 -1
  25. package/docs/game/android/keyStore/status.md +1 -1
  26. package/docs/game/android/keyStore.md +4 -4
  27. package/docs/game/android/status.md +1 -1
  28. package/docs/game/android/wizard.md +1 -1
  29. package/docs/game/android.md +12 -12
  30. package/docs/game/build/download.md +1 -1
  31. package/docs/game/build/list.md +1 -1
  32. package/docs/game/build.md +2 -2
  33. package/docs/game/create.md +1 -1
  34. package/docs/game/details.md +1 -1
  35. package/docs/game/export.md +1 -1
  36. package/docs/game/ios/app/addTester.md +1 -1
  37. package/docs/game/ios/app/create.md +1 -1
  38. package/docs/game/ios/app/status.md +1 -1
  39. package/docs/game/ios/app/sync.md +1 -1
  40. package/docs/game/ios/app.md +3 -3
  41. package/docs/game/ios/profile/create.md +1 -1
  42. package/docs/game/ios/profile/export.md +1 -1
  43. package/docs/game/ios/profile/import.md +1 -1
  44. package/docs/game/ios/profile/status.md +1 -1
  45. package/docs/game/ios/profile.md +4 -4
  46. package/docs/game/ios/status.md +1 -1
  47. package/docs/game/ios/wizard.md +1 -1
  48. package/docs/game/job/list.md +1 -1
  49. package/docs/game/job/status.md +1 -1
  50. package/docs/game/job.md +2 -2
  51. package/docs/game/list.md +1 -1
  52. package/docs/game/ship.md +1 -1
  53. package/docs/game/status.md +1 -1
  54. package/docs/game/wizard.md +1 -1
  55. package/docs/help.md +1 -1
  56. package/docs/login.md +1 -1
  57. package/docs/status.md +1 -1
  58. package/npm-shrinkwrap.json +2 -2
  59. package/oclif.manifest.json +122 -122
  60. package/package.json +1 -1
@@ -6,7 +6,7 @@ Imports an Mobile Provisioning Profile to your ShipThis account
6
6
 
7
7
  ## Help Output
8
8
 
9
- ```
9
+ ```help
10
10
  USAGE
11
11
  $ shipthis game ios profile import FILE [-g <value>] [-f]
12
12
 
@@ -6,7 +6,7 @@ Shows the Game iOS Mobile Provisioning Profile Status.
6
6
 
7
7
  ## Help Output
8
8
 
9
- ```
9
+ ```help
10
10
  USAGE
11
11
  $ shipthis game ios profile status [-g <value>] [-f]
12
12
 
@@ -40,7 +40,7 @@ Provisioning profile. To do that please run:
40
40
 
41
41
  #### Help Output
42
42
 
43
- ```
43
+ ```help
44
44
  USAGE
45
45
  $ shipthis game ios profile create [-q] [-g <value>] [-f]
46
46
 
@@ -64,7 +64,7 @@ Saves the current Mobile Provisioning Profile to a ZIP file
64
64
 
65
65
  #### Help Output
66
66
 
67
- ```
67
+ ```help
68
68
  USAGE
69
69
  $ shipthis game ios profile export FILE [-g <value>] [-f]
70
70
 
@@ -90,7 +90,7 @@ Imports an Mobile Provisioning Profile to your ShipThis account
90
90
 
91
91
  #### Help Output
92
92
 
93
- ```
93
+ ```help
94
94
  USAGE
95
95
  $ shipthis game ios profile import FILE [-g <value>] [-f]
96
96
 
@@ -116,7 +116,7 @@ Shows the Game iOS Mobile Provisioning Profile Status.
116
116
 
117
117
  #### Help Output
118
118
 
119
- ```
119
+ ```help
120
120
  USAGE
121
121
  $ shipthis game ios profile status [-g <value>] [-f]
122
122
 
@@ -11,7 +11,7 @@ includes the [App & BundleId](/docs/reference/game/ios/app) and the [Provisionin
11
11
 
12
12
  ## Help Output
13
13
 
14
- ```bash
14
+ ```help
15
15
  USAGE
16
16
  $ shipthis game ios status [-g <value>]
17
17
 
@@ -6,7 +6,7 @@ Runs all the steps for iOS
6
6
 
7
7
  ## Help Output
8
8
 
9
- ```
9
+ ```help
10
10
  USAGE
11
11
  $ shipthis game ios wizard [-f <value>]
12
12
 
@@ -6,7 +6,7 @@ Lists the jobs for a game.
6
6
 
7
7
  ## Help Output
8
8
 
9
- ```
9
+ ```help
10
10
  USAGE
11
11
  $ shipthis game job list [-g <value>] [-p <value>] [-s <value>] [-o createdAt|updatedAt] [-r asc|desc]
12
12
 
@@ -6,7 +6,7 @@ Shows the real-time status of a job.
6
6
 
7
7
  ## Help Output
8
8
 
9
- ```
9
+ ```help
10
10
  USAGE
11
11
  $ shipthis game job status JOB_ID [-g <value>] [-n <value>] [-f]
12
12
 
package/docs/game/job.md CHANGED
@@ -26,7 +26,7 @@ Lists the jobs for a game.
26
26
 
27
27
  #### Help Output
28
28
 
29
- ```
29
+ ```help
30
30
  USAGE
31
31
  $ shipthis game job list [-g <value>] [-p <value>] [-s <value>] [-o createdAt|updatedAt] [-r asc|desc]
32
32
 
@@ -56,7 +56,7 @@ Shows the real-time status of a job.
56
56
 
57
57
  #### Help Output
58
58
 
59
- ```
59
+ ```help
60
60
  USAGE
61
61
  $ shipthis game job status JOB_ID [-g <value>] [-n <value>] [-f]
62
62
 
package/docs/game/list.md CHANGED
@@ -10,7 +10,7 @@ Shows a list of all your games.
10
10
 
11
11
  ## Help Output
12
12
 
13
- ```
13
+ ```help
14
14
  USAGE
15
15
  $ shipthis game list [-p <value>] [-s <value>] [-o createdAt|updatedAt|name] [-r asc|desc]
16
16
 
package/docs/game/ship.md CHANGED
@@ -21,7 +21,7 @@ To control which files are uploaded, in the **shipthis.json** file there are two
21
21
 
22
22
  ## Help Output
23
23
 
24
- ```
24
+ ```help
25
25
  USAGE
26
26
  $ shipthis game ship [-g <value>]
27
27
 
@@ -10,7 +10,7 @@ Shows the status of a specific game (generally in the currently directory).
10
10
 
11
11
  ## Help Output
12
12
 
13
- ```
13
+ ```help
14
14
  USAGE
15
15
  $ shipthis game status [-g <value>]
16
16
 
@@ -21,7 +21,7 @@ To do that please run the following command first:
21
21
 
22
22
  ## Help Output
23
23
 
24
- ```
24
+ ```help
25
25
  USAGE
26
26
  $ shipthis game wizard PLATFORM [-f <value>]
27
27
 
package/docs/help.md CHANGED
@@ -6,7 +6,7 @@ Display help for shipthis.
6
6
 
7
7
  ## Help Output
8
8
 
9
- ```
9
+ ```help
10
10
  USAGE
11
11
  $ shipthis help [COMMAND...] [-n]
12
12
 
package/docs/login.md CHANGED
@@ -16,7 +16,7 @@ you can view details of your games.
16
16
 
17
17
  ## Help Output
18
18
 
19
- ```bash
19
+ ```help
20
20
  USAGE
21
21
  $ shipthis login [-f] [-e <value>]
22
22
 
package/docs/status.md CHANGED
@@ -21,7 +21,7 @@ Displays the current overall status.
21
21
 
22
22
  ## Help Output
23
23
 
24
- ```
24
+ ```help
25
25
  USAGE
26
26
  $ shipthis status
27
27
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "shipthis",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "shipthis",
9
- "version": "0.1.4",
9
+ "version": "0.1.5",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@expo/apple-utils": "2.0.3",