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.
Files changed (96) hide show
  1. package/README.md +36 -20
  2. package/bin/readme.sh +15 -0
  3. package/bin/run.js +1 -1
  4. package/dist/{App-SiSXLW2s.js → App-BfoOFeZ-.js} +1 -1
  5. package/dist/{AppleBundleIdDetails-Nk85zNWP.js → AppleBundleIdDetails-n1_U8IqK.js} +3 -3
  6. package/dist/{UserCredentialsTable-CyNAsFc1.js → UserCredentialsTable-D2Nm0QP_.js} +2 -2
  7. package/dist/{baseAppleCommand-IhowpKpk.js → baseAppleCommand-DK5-Cvg4.js} +1 -1
  8. package/dist/{baseGameCommand-BeUNc6Wy.js → baseGameCommand-B3NbuvDu.js} +1 -1
  9. package/dist/commands/apple/apiKey/create.js +5 -5
  10. package/dist/commands/apple/apiKey/export.js +3 -3
  11. package/dist/commands/apple/apiKey/import.js +3 -3
  12. package/dist/commands/apple/apiKey/status.js +5 -5
  13. package/dist/commands/apple/certificate/create.js +5 -5
  14. package/dist/commands/apple/certificate/export.js +3 -3
  15. package/dist/commands/apple/certificate/import.js +3 -3
  16. package/dist/commands/apple/certificate/status.js +5 -5
  17. package/dist/commands/apple/login.js +5 -5
  18. package/dist/commands/apple/status.js +25 -10
  19. package/dist/commands/dashboard.js +1 -1
  20. package/dist/commands/game/build/download.js +2 -2
  21. package/dist/commands/game/build/list.js +5 -5
  22. package/dist/commands/game/create.js +3 -3
  23. package/dist/commands/game/details.js +4 -4
  24. package/dist/commands/game/export.js +1 -1
  25. package/dist/commands/game/ios/app/addTester.js +4 -4
  26. package/dist/commands/game/ios/app/create.js +4 -4
  27. package/dist/commands/game/ios/app/status.js +6 -6
  28. package/dist/commands/game/ios/app/sync.js +4 -4
  29. package/dist/commands/game/ios/profile/create.js +5 -5
  30. package/dist/commands/game/ios/profile/export.js +3 -3
  31. package/dist/commands/game/ios/profile/import.js +3 -3
  32. package/dist/commands/game/ios/profile/status.js +4 -4
  33. package/dist/commands/game/ios/status.js +6 -6
  34. package/dist/commands/game/job/list.js +5 -5
  35. package/dist/commands/game/job/status.js +5 -5
  36. package/dist/commands/game/list.js +4 -4
  37. package/dist/commands/game/ship.js +3 -3
  38. package/dist/commands/game/status.js +4 -4
  39. package/dist/commands/game/wizard.js +4 -3
  40. package/dist/commands/login.js +2 -2
  41. package/dist/commands/status.js +4 -22
  42. package/dist/{export-CQ_P94We.js → export-C16psune.js} +1 -1
  43. package/dist/{import-BGHUTVNR.js → import-hte2Jy0K.js} +1 -1
  44. package/dist/{index-CNME7EEo.js → index-ZHJdUrwJ.js} +1 -1
  45. package/dist/{upload-D6ScllRL.js → upload-DADrkIUB.js} +1 -1
  46. package/dist/{useAppleApp-D0wyTA6C.js → useAppleApp-Cr3VcGVs.js} +1 -1
  47. package/dist/{useAppleBundleId-VKmaX7sP.js → useAppleBundleId-BxtyGpHy.js} +1 -1
  48. package/dist/{useBuilds-e6LIXrOH.js → useBuilds-JHqMwpWS.js} +3 -3
  49. package/dist/{useJob-D8xNld5t.js → useJob-Bc9fdiyP.js} +2 -2
  50. package/dist/utils/help.js +14 -0
  51. package/docs/README.md +20 -0
  52. package/docs/apple/apiKey/create.md +26 -0
  53. package/docs/apple/apiKey/export.md +24 -0
  54. package/docs/apple/apiKey/import.md +24 -0
  55. package/docs/apple/apiKey/status.md +25 -0
  56. package/docs/apple/apiKey.md +110 -0
  57. package/docs/apple/certificate/create.md +26 -0
  58. package/docs/apple/certificate/export.md +24 -0
  59. package/docs/apple/certificate/import.md +24 -0
  60. package/docs/apple/certificate/status.md +25 -0
  61. package/docs/apple/certificate.md +110 -0
  62. package/docs/apple/login.md +30 -0
  63. package/docs/apple/status.md +21 -0
  64. package/docs/apple.md +48 -0
  65. package/docs/dashboard.md +18 -0
  66. package/docs/game/build/download.md +28 -0
  67. package/docs/game/build/list.md +31 -0
  68. package/docs/game/build.md +68 -0
  69. package/docs/game/create.md +23 -0
  70. package/docs/game/details.md +35 -0
  71. package/docs/game/export.md +26 -0
  72. package/docs/game/ios/app/addTester.md +24 -0
  73. package/docs/game/ios/app/create.md +25 -0
  74. package/docs/game/ios/app/status.md +21 -0
  75. package/docs/game/ios/app/sync.md +23 -0
  76. package/docs/game/ios/app.md +104 -0
  77. package/docs/game/ios/profile/create.md +23 -0
  78. package/docs/game/ios/profile/export.md +25 -0
  79. package/docs/game/ios/profile/import.md +25 -0
  80. package/docs/game/ios/profile/status.md +22 -0
  81. package/docs/game/ios/profile.md +106 -0
  82. package/docs/game/ios/status.md +23 -0
  83. package/docs/game/ios.md +247 -0
  84. package/docs/game/job/list.md +29 -0
  85. package/docs/game/job/status.md +30 -0
  86. package/docs/game/job.md +68 -0
  87. package/docs/game/list.md +26 -0
  88. package/docs/game/ship.md +21 -0
  89. package/docs/game/status.md +23 -0
  90. package/docs/game/wizard.md +23 -0
  91. package/docs/game.md +19 -0
  92. package/docs/help.md +21 -0
  93. package/docs/login.md +28 -0
  94. package/docs/status.md +33 -0
  95. package/oclif.manifest.json +169 -167
  96. package/package.json +17 -3
@@ -0,0 +1,35 @@
1
+ # game details
2
+
3
+ ## Description
4
+
5
+ Shows and sets the details of a game.
6
+
7
+ ## Help Output
8
+
9
+ ```
10
+ USAGE
11
+ $ shipthis game details [-g <value>] [-f] [-b <value>] [-s <value>] [-e <value>] [-v <value>] [-i <value>] [-a
12
+ <value>]
13
+
14
+ FLAGS
15
+ -a, --androidPackageName=<value> Set the Android package name
16
+ -b, --buildNumber=<value> Set the build number
17
+ -e, --gameEngine=<value> Set the game engine
18
+ -f, --force Force the command to run
19
+ -g, --gameId=<value> The ID of the game
20
+ -i, --iosBundleId=<value> Set the iOS bundle ID
21
+ -s, --semanticVersion=<value> Set the semantic version
22
+ -v, --gameEngineVersion=<value> Set the game engine version
23
+
24
+ DESCRIPTION
25
+ Shows and sets the details of a game.
26
+
27
+ EXAMPLES
28
+ $ shipthis game details
29
+
30
+ $ shipthis game details --gameId 0c179fc4
31
+
32
+ $ shipthis game details --buildNumber 5 --semanticVersion 1.2.3
33
+
34
+ $ shipthis game details --gameEngine godot --gameEngineVersion 4.2 --force
35
+ ```
@@ -0,0 +1,26 @@
1
+ # game export
2
+
3
+ ## Description
4
+
5
+ Downloads the shipthis.json file for a given game into the current directory.
6
+
7
+ ## Help Output
8
+
9
+ ```
10
+ USAGE
11
+ $ shipthis game export GAME_ID [-f]
12
+
13
+ ARGUMENTS
14
+ GAME_ID The ID of the game to export (use "list" to get the ID)
15
+
16
+ FLAGS
17
+ -f, --force
18
+
19
+ DESCRIPTION
20
+ Downloads the shipthis.json file for a given game into the current directory.
21
+
22
+ EXAMPLES
23
+ $ shipthis game export abcd1234
24
+
25
+ $ shipthis game export abcd1234 --force
26
+ ```
@@ -0,0 +1,24 @@
1
+ # game ios app addTester
2
+
3
+ ## Description
4
+
5
+ Adds a test user to the game in App Store Connect.
6
+
7
+ ## Help Output
8
+
9
+ ```
10
+ USAGE
11
+ $ shipthis game ios app addTester [-g <value>] [-e <value>] [-f <value>] [-l <value>]
12
+
13
+ FLAGS
14
+ -e, --email=<value> The email address of the tester
15
+ -f, --firstName=<value> The first name of the tester
16
+ -g, --gameId=<value> The ID of the game
17
+ -l, --lastName=<value> The last name of the tester
18
+
19
+ DESCRIPTION
20
+ Adds a test user to the game in App Store Connect.
21
+
22
+ EXAMPLES
23
+ $ shipthis game ios app addTester
24
+ ```
@@ -0,0 +1,25 @@
1
+ # game ios app create
2
+
3
+ ## Description
4
+
5
+ Creates an App and BundleId in the Apple Developer Portal.
6
+
7
+ ## Help Output
8
+
9
+ ```
10
+ USAGE
11
+ $ shipthis game ios app create [-q] [-g <value>] [-n <value>] [-b <value>] [-f]
12
+
13
+ FLAGS
14
+ -b, --bundleId=<value> The BundleId in the Apple Developer Portal
15
+ -f, --force
16
+ -g, --gameId=<value> The ID of the game
17
+ -n, --appName=<value> The name of the App in the Apple Developer Portal
18
+ -q, --quiet Avoid output except for interactions and errors
19
+
20
+ DESCRIPTION
21
+ Creates an App and BundleId in the Apple Developer Portal.
22
+
23
+ EXAMPLES
24
+ $ shipthis game ios app create
25
+ ```
@@ -0,0 +1,21 @@
1
+ # game ios app status
2
+
3
+ ## Description
4
+
5
+ Shows the Game iOS App status.
6
+
7
+ ## Help Output
8
+
9
+ ```
10
+ USAGE
11
+ $ shipthis game ios app status [-g <value>]
12
+
13
+ FLAGS
14
+ -g, --gameId=<value> The ID of the game
15
+
16
+ DESCRIPTION
17
+ Shows the Game iOS App status.
18
+
19
+ EXAMPLES
20
+ $ shipthis game ios app status
21
+ ```
@@ -0,0 +1,23 @@
1
+ # game ios app sync
2
+
3
+ ## Description
4
+
5
+ Synchronies the Apple App &#34;BundleId&#34; with the capabilities from the local project.
6
+
7
+ ## Help Output
8
+
9
+ ```
10
+ USAGE
11
+ $ shipthis game ios app sync [-q] [-g <value>] [-f]
12
+
13
+ FLAGS
14
+ -f, --force
15
+ -g, --gameId=<value> The ID of the game
16
+ -q, --quiet Avoid output except for interactions and errors
17
+
18
+ DESCRIPTION
19
+ Synchronies the Apple App "BundleId" with the capabilities from the local project.
20
+
21
+ EXAMPLES
22
+ $ shipthis game ios app sync
23
+ ```
@@ -0,0 +1,104 @@
1
+ # game ios app
2
+
3
+ Commands related to the App Store App for a specific game
4
+
5
+
6
+ ## Commands
7
+
8
+
9
+ ### game ios app addTester
10
+
11
+ #### Description
12
+
13
+ Adds a test user to the game in App Store Connect.
14
+
15
+ #### Help Output
16
+
17
+ ```
18
+ USAGE
19
+ $ shipthis game ios app addTester [-g <value>] [-e <value>] [-f <value>] [-l <value>]
20
+
21
+ FLAGS
22
+ -e, --email=<value> The email address of the tester
23
+ -f, --firstName=<value> The first name of the tester
24
+ -g, --gameId=<value> The ID of the game
25
+ -l, --lastName=<value> The last name of the tester
26
+
27
+ DESCRIPTION
28
+ Adds a test user to the game in App Store Connect.
29
+
30
+ EXAMPLES
31
+ $ shipthis game ios app addTester
32
+ ```
33
+
34
+ ### game ios app create
35
+
36
+ #### Description
37
+
38
+ Creates an App and BundleId in the Apple Developer Portal.
39
+
40
+ #### Help Output
41
+
42
+ ```
43
+ USAGE
44
+ $ shipthis game ios app create [-q] [-g <value>] [-n <value>] [-b <value>] [-f]
45
+
46
+ FLAGS
47
+ -b, --bundleId=<value> The BundleId in the Apple Developer Portal
48
+ -f, --force
49
+ -g, --gameId=<value> The ID of the game
50
+ -n, --appName=<value> The name of the App in the Apple Developer Portal
51
+ -q, --quiet Avoid output except for interactions and errors
52
+
53
+ DESCRIPTION
54
+ Creates an App and BundleId in the Apple Developer Portal.
55
+
56
+ EXAMPLES
57
+ $ shipthis game ios app create
58
+ ```
59
+
60
+ ### game ios app status
61
+
62
+ #### Description
63
+
64
+ Shows the Game iOS App status.
65
+
66
+ #### Help Output
67
+
68
+ ```
69
+ USAGE
70
+ $ shipthis game ios app status [-g <value>]
71
+
72
+ FLAGS
73
+ -g, --gameId=<value> The ID of the game
74
+
75
+ DESCRIPTION
76
+ Shows the Game iOS App status.
77
+
78
+ EXAMPLES
79
+ $ shipthis game ios app status
80
+ ```
81
+
82
+ ### game ios app sync
83
+
84
+ #### Description
85
+
86
+ Synchronies the Apple App &#34;BundleId&#34; with the capabilities from the local project.
87
+
88
+ #### Help Output
89
+
90
+ ```
91
+ USAGE
92
+ $ shipthis game ios app sync [-q] [-g <value>] [-f]
93
+
94
+ FLAGS
95
+ -f, --force
96
+ -g, --gameId=<value> The ID of the game
97
+ -q, --quiet Avoid output except for interactions and errors
98
+
99
+ DESCRIPTION
100
+ Synchronies the Apple App "BundleId" with the capabilities from the local project.
101
+
102
+ EXAMPLES
103
+ $ shipthis game ios app sync
104
+ ```
@@ -0,0 +1,23 @@
1
+ # game ios profile create
2
+
3
+ ## Description
4
+
5
+ Creates a Mobile Provisioning Profile in the Apple Developer Portal.
6
+
7
+ ## Help Output
8
+
9
+ ```
10
+ USAGE
11
+ $ shipthis game ios profile create [-q] [-g <value>] [-f]
12
+
13
+ FLAGS
14
+ -f, --force
15
+ -g, --gameId=<value> The ID of the game
16
+ -q, --quiet Avoid output except for interactions and errors
17
+
18
+ DESCRIPTION
19
+ Creates a Mobile Provisioning Profile in the Apple Developer Portal.
20
+
21
+ EXAMPLES
22
+ $ shipthis game ios profile create
23
+ ```
@@ -0,0 +1,25 @@
1
+ # game ios profile export
2
+
3
+ ## Description
4
+
5
+ Saves the current Mobile Provisioning Profile to a ZIP file
6
+
7
+ ## Help Output
8
+
9
+ ```
10
+ USAGE
11
+ $ shipthis game ios profile export FILE [-g <value>] [-f]
12
+
13
+ ARGUMENTS
14
+ FILE Name of the ZIP file to create
15
+
16
+ FLAGS
17
+ -f, --force Overwrite the file if it already exists
18
+ -g, --gameId=<value> The ID of the game
19
+
20
+ DESCRIPTION
21
+ Saves the current Mobile Provisioning Profile to a ZIP file
22
+
23
+ EXAMPLES
24
+ $ shipthis game ios profile export userProfile.zip
25
+ ```
@@ -0,0 +1,25 @@
1
+ # game ios profile import
2
+
3
+ ## Description
4
+
5
+ Imports an Mobile Provisioning Profile to your ShipThis account
6
+
7
+ ## Help Output
8
+
9
+ ```
10
+ USAGE
11
+ $ shipthis game ios profile import FILE [-g <value>] [-f]
12
+
13
+ ARGUMENTS
14
+ FILE Name of the ZIP file to import (must be in the same format as the export)
15
+
16
+ FLAGS
17
+ -f, --force
18
+ -g, --gameId=<value> The ID of the game
19
+
20
+ DESCRIPTION
21
+ Imports an Mobile Provisioning Profile to your ShipThis account
22
+
23
+ EXAMPLES
24
+ $ shipthis game ios profile import profile.zip
25
+ ```
@@ -0,0 +1,22 @@
1
+ # game ios profile status
2
+
3
+ ## Description
4
+
5
+ Shows the Game iOS Mobile Provisioning Profile Status.
6
+
7
+ ## Help Output
8
+
9
+ ```
10
+ USAGE
11
+ $ shipthis game ios profile status [-g <value>] [-f]
12
+
13
+ FLAGS
14
+ -f, --noAppleAuth
15
+ -g, --gameId=<value> The ID of the game
16
+
17
+ DESCRIPTION
18
+ Shows the Game iOS Mobile Provisioning Profile Status.
19
+
20
+ EXAMPLES
21
+ $ shipthis game ios profile status
22
+ ```
@@ -0,0 +1,106 @@
1
+ # game ios profile
2
+
3
+ Commands related to the App Store Provisioning Profiles for this Game
4
+
5
+
6
+ ## Commands
7
+
8
+
9
+ ### game ios profile create
10
+
11
+ #### Description
12
+
13
+ Creates a Mobile Provisioning Profile in the Apple Developer Portal.
14
+
15
+ #### Help Output
16
+
17
+ ```
18
+ USAGE
19
+ $ shipthis game ios profile create [-q] [-g <value>] [-f]
20
+
21
+ FLAGS
22
+ -f, --force
23
+ -g, --gameId=<value> The ID of the game
24
+ -q, --quiet Avoid output except for interactions and errors
25
+
26
+ DESCRIPTION
27
+ Creates a Mobile Provisioning Profile in the Apple Developer Portal.
28
+
29
+ EXAMPLES
30
+ $ shipthis game ios profile create
31
+ ```
32
+
33
+ ### game ios profile export
34
+
35
+ #### Description
36
+
37
+ Saves the current Mobile Provisioning Profile to a ZIP file
38
+
39
+ #### Help Output
40
+
41
+ ```
42
+ USAGE
43
+ $ shipthis game ios profile export FILE [-g <value>] [-f]
44
+
45
+ ARGUMENTS
46
+ FILE Name of the ZIP file to create
47
+
48
+ FLAGS
49
+ -f, --force Overwrite the file if it already exists
50
+ -g, --gameId=<value> The ID of the game
51
+
52
+ DESCRIPTION
53
+ Saves the current Mobile Provisioning Profile to a ZIP file
54
+
55
+ EXAMPLES
56
+ $ shipthis game ios profile export userProfile.zip
57
+ ```
58
+
59
+ ### game ios profile import
60
+
61
+ #### Description
62
+
63
+ Imports an Mobile Provisioning Profile to your ShipThis account
64
+
65
+ #### Help Output
66
+
67
+ ```
68
+ USAGE
69
+ $ shipthis game ios profile import FILE [-g <value>] [-f]
70
+
71
+ ARGUMENTS
72
+ FILE Name of the ZIP file to import (must be in the same format as the export)
73
+
74
+ FLAGS
75
+ -f, --force
76
+ -g, --gameId=<value> The ID of the game
77
+
78
+ DESCRIPTION
79
+ Imports an Mobile Provisioning Profile to your ShipThis account
80
+
81
+ EXAMPLES
82
+ $ shipthis game ios profile import profile.zip
83
+ ```
84
+
85
+ ### game ios profile status
86
+
87
+ #### Description
88
+
89
+ Shows the Game iOS Mobile Provisioning Profile Status.
90
+
91
+ #### Help Output
92
+
93
+ ```
94
+ USAGE
95
+ $ shipthis game ios profile status [-g <value>] [-f]
96
+
97
+ FLAGS
98
+ -f, --noAppleAuth
99
+ -g, --gameId=<value> The ID of the game
100
+
101
+ DESCRIPTION
102
+ Shows the Game iOS Mobile Provisioning Profile Status.
103
+
104
+ EXAMPLES
105
+ $ shipthis game ios profile status
106
+ ```
@@ -0,0 +1,23 @@
1
+ # game ios status
2
+
3
+ ## Description
4
+
5
+ Shows the Game iOS Platform status. If --gameId is not provided it will look in the current directory.
6
+
7
+ ## Help Output
8
+
9
+ ```
10
+ USAGE
11
+ $ shipthis game ios status [-g <value>]
12
+
13
+ FLAGS
14
+ -g, --gameId=<value> The ID of the game
15
+
16
+ DESCRIPTION
17
+ Shows the Game iOS Platform status. If --gameId is not provided it will look in the current directory.
18
+
19
+ EXAMPLES
20
+ $ shipthis game ios status
21
+
22
+ $ shipthis game ios status --gameId 0c179fc4
23
+ ```