shipthis 0.0.29 → 0.0.30

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.
@@ -24,6 +24,8 @@ these commands. To do that please run the following commands first:
24
24
 
25
25
  ## Example
26
26
 
27
+ [![asciicast](https://asciinema.org/a/Zm53VNoKQx2n0Qrj0UMLIDHHZ.svg)](https://asciinema.org/a/Zm53VNoKQx2n0Qrj0UMLIDHHZ)
28
+
27
29
  ## Commands
28
30
 
29
31
  ### `apple certificate create`
@@ -945,6 +945,41 @@
945
945
  "list.js"
946
946
  ]
947
947
  },
948
+ "game:ios:status": {
949
+ "aliases": [],
950
+ "args": {},
951
+ "description": "Shows the Game iOS Platform status. If --gameId is not provided it will look in the current directory.",
952
+ "examples": [
953
+ "<%= config.bin %> <%= command.id %>",
954
+ "<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
955
+ ],
956
+ "flags": {
957
+ "gameId": {
958
+ "char": "g",
959
+ "description": "The ID of the game",
960
+ "name": "gameId",
961
+ "hasDynamicHelp": false,
962
+ "multiple": false,
963
+ "type": "option"
964
+ }
965
+ },
966
+ "hasDynamicHelp": false,
967
+ "hiddenAliases": [],
968
+ "id": "game:ios:status",
969
+ "pluginAlias": "shipthis",
970
+ "pluginName": "shipthis",
971
+ "pluginType": "core",
972
+ "strict": true,
973
+ "enableJsonFlag": false,
974
+ "isESM": true,
975
+ "relativePath": [
976
+ "dist",
977
+ "commands",
978
+ "game",
979
+ "ios",
980
+ "status.js"
981
+ ]
982
+ },
948
983
  "game:job:list": {
949
984
  "aliases": [],
950
985
  "args": {},
@@ -1082,41 +1117,6 @@
1082
1117
  "status.js"
1083
1118
  ]
1084
1119
  },
1085
- "game:ios:status": {
1086
- "aliases": [],
1087
- "args": {},
1088
- "description": "Shows the Game iOS Platform status. If --gameId is not provided it will look in the current directory.",
1089
- "examples": [
1090
- "<%= config.bin %> <%= command.id %>",
1091
- "<%= config.bin %> <%= command.id %> --gameId 0c179fc4"
1092
- ],
1093
- "flags": {
1094
- "gameId": {
1095
- "char": "g",
1096
- "description": "The ID of the game",
1097
- "name": "gameId",
1098
- "hasDynamicHelp": false,
1099
- "multiple": false,
1100
- "type": "option"
1101
- }
1102
- },
1103
- "hasDynamicHelp": false,
1104
- "hiddenAliases": [],
1105
- "id": "game:ios:status",
1106
- "pluginAlias": "shipthis",
1107
- "pluginName": "shipthis",
1108
- "pluginType": "core",
1109
- "strict": true,
1110
- "enableJsonFlag": false,
1111
- "isESM": true,
1112
- "relativePath": [
1113
- "dist",
1114
- "commands",
1115
- "game",
1116
- "ios",
1117
- "status.js"
1118
- ]
1119
- },
1120
1120
  "game:ios:app:addTester": {
1121
1121
  "aliases": [],
1122
1122
  "args": {},
@@ -1508,5 +1508,5 @@
1508
1508
  ]
1509
1509
  }
1510
1510
  },
1511
- "version": "0.0.29"
1511
+ "version": "0.0.30"
1512
1512
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "shipthis",
3
3
  "description": "Game Shipping Tool",
4
- "version": "0.0.29",
4
+ "version": "0.0.30",
5
5
  "author": "Hello Invent Ltd",
6
6
  "bin": {
7
7
  "shipthis": "./bin/run.js"