shipthis 0.1.23 → 0.1.24
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/dist/{AppleBundleIdDetails-C9C5WSPR.js → AppleBundleIdDetails-mPUG2R4N.js} +1 -1
- package/dist/{Command-BQCJ9Wf-.js → Command-B3AmRt2w.js} +1 -1
- package/dist/{CommandGame-CkGqTno0.js → CommandGame-BCMzP9pc.js} +2 -2
- package/dist/{Create-t_E231OA.js → Create-CsJxpzUs.js} +1 -1
- package/dist/{Import-Ljz1gxXd.js → Import-v0M_ygyF.js} +1 -1
- package/dist/{JobProgress-D9tHgBvi.js → JobProgress-9uvq8IBn.js} +2 -2
- package/dist/{JobStatusTable-DmI7qCHc.js → JobStatusTable-Bf7J9WXe.js} +21 -33
- package/dist/commands/apple/apiKey/create.js +2 -2
- package/dist/commands/apple/apiKey/export.js +2 -2
- package/dist/commands/apple/apiKey/import.js +2 -2
- package/dist/commands/apple/apiKey/status.js +2 -2
- package/dist/commands/apple/certificate/create.js +2 -2
- package/dist/commands/apple/certificate/export.js +2 -2
- package/dist/commands/apple/certificate/import.js +2 -2
- package/dist/commands/apple/certificate/status.js +2 -2
- package/dist/commands/apple/status.js +2 -2
- package/dist/commands/game/android/apiKey/connect.js +4 -4
- package/dist/commands/game/android/apiKey/create.js +4 -4
- package/dist/commands/game/android/apiKey/export.js +2 -2
- package/dist/commands/game/android/apiKey/import.js +2 -2
- package/dist/commands/game/android/apiKey/status.js +2 -2
- package/dist/commands/game/android/keyStore/create.js +4 -4
- package/dist/commands/game/android/keyStore/export.js +2 -2
- package/dist/commands/game/android/keyStore/import.js +4 -4
- package/dist/commands/game/android/keyStore/status.js +2 -2
- package/dist/commands/game/android/status.js +2 -2
- package/dist/commands/game/build/download.js +2 -2
- package/dist/commands/game/build/list.js +3 -3
- package/dist/commands/game/details.js +2 -2
- package/dist/commands/game/ios/app/addTester.js +2 -2
- package/dist/commands/game/ios/app/create.js +2 -2
- package/dist/commands/game/ios/app/status.js +3 -3
- package/dist/commands/game/ios/app/sync.js +2 -2
- package/dist/commands/game/ios/profile/create.js +2 -2
- package/dist/commands/game/ios/profile/export.js +2 -2
- package/dist/commands/game/ios/profile/import.js +2 -2
- package/dist/commands/game/ios/profile/status.js +2 -2
- package/dist/commands/game/ios/status.js +3 -3
- package/dist/commands/game/ios/wizard.js +1 -1
- package/dist/commands/game/job/list.js +2 -2
- package/dist/commands/game/job/status.js +4 -4
- package/dist/commands/game/list.js +2 -2
- package/dist/commands/game/ship.js +21 -10
- package/dist/commands/game/status.js +2 -2
- package/dist/commands/game/wizard.js +8 -8
- package/dist/commands/status.js +2 -2
- package/dist/{index-DyOv-ge5.js → index-BD1WLuFJ.js} +1 -1
- package/dist/{index-DrcGhlrc.js → index-CboPN9aq.js} +1 -1
- package/dist/{index-vMXsdSCy.js → index-nnzhQ3nY.js} +8 -7
- package/dist/{useJobWatching-BZSUa8E-.js → useJobWatching--BvVn7xS.js} +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/oclif.manifest.json +146 -135
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -537,6 +537,17 @@
|
|
|
537
537
|
"hasDynamicHelp": false,
|
|
538
538
|
"multiple": false,
|
|
539
539
|
"type": "option"
|
|
540
|
+
},
|
|
541
|
+
"downloadAPK": {
|
|
542
|
+
"dependsOn": [
|
|
543
|
+
"platform"
|
|
544
|
+
],
|
|
545
|
+
"description": "Download the APK artifact (if available) to the specified file",
|
|
546
|
+
"name": "downloadAPK",
|
|
547
|
+
"required": false,
|
|
548
|
+
"hasDynamicHelp": false,
|
|
549
|
+
"multiple": false,
|
|
550
|
+
"type": "option"
|
|
540
551
|
}
|
|
541
552
|
},
|
|
542
553
|
"hasDynamicHelp": false,
|
|
@@ -1880,14 +1891,21 @@
|
|
|
1880
1891
|
"status.js"
|
|
1881
1892
|
]
|
|
1882
1893
|
},
|
|
1883
|
-
"game:ios:
|
|
1894
|
+
"game:ios:profile:create": {
|
|
1884
1895
|
"aliases": [],
|
|
1885
1896
|
"args": {},
|
|
1886
|
-
"description": "
|
|
1897
|
+
"description": "Creates a Mobile Provisioning Profile in the Apple Developer Portal.",
|
|
1887
1898
|
"examples": [
|
|
1888
1899
|
"<%= config.bin %> <%= command.id %>"
|
|
1889
1900
|
],
|
|
1890
1901
|
"flags": {
|
|
1902
|
+
"quiet": {
|
|
1903
|
+
"char": "q",
|
|
1904
|
+
"description": "Avoid output except for interactions and errors",
|
|
1905
|
+
"name": "quiet",
|
|
1906
|
+
"allowNo": false,
|
|
1907
|
+
"type": "boolean"
|
|
1908
|
+
},
|
|
1891
1909
|
"gameId": {
|
|
1892
1910
|
"char": "g",
|
|
1893
1911
|
"description": "The ID of the game",
|
|
@@ -1896,34 +1914,16 @@
|
|
|
1896
1914
|
"multiple": false,
|
|
1897
1915
|
"type": "option"
|
|
1898
1916
|
},
|
|
1899
|
-
"
|
|
1900
|
-
"char": "e",
|
|
1901
|
-
"description": "The email address of the tester",
|
|
1902
|
-
"name": "email",
|
|
1903
|
-
"hasDynamicHelp": false,
|
|
1904
|
-
"multiple": false,
|
|
1905
|
-
"type": "option"
|
|
1906
|
-
},
|
|
1907
|
-
"firstName": {
|
|
1917
|
+
"force": {
|
|
1908
1918
|
"char": "f",
|
|
1909
|
-
"
|
|
1910
|
-
"
|
|
1911
|
-
"
|
|
1912
|
-
"multiple": false,
|
|
1913
|
-
"type": "option"
|
|
1914
|
-
},
|
|
1915
|
-
"lastName": {
|
|
1916
|
-
"char": "l",
|
|
1917
|
-
"description": "The last name of the tester",
|
|
1918
|
-
"name": "lastName",
|
|
1919
|
-
"hasDynamicHelp": false,
|
|
1920
|
-
"multiple": false,
|
|
1921
|
-
"type": "option"
|
|
1919
|
+
"name": "force",
|
|
1920
|
+
"allowNo": false,
|
|
1921
|
+
"type": "boolean"
|
|
1922
1922
|
}
|
|
1923
1923
|
},
|
|
1924
1924
|
"hasDynamicHelp": false,
|
|
1925
1925
|
"hiddenAliases": [],
|
|
1926
|
-
"id": "game:ios:
|
|
1926
|
+
"id": "game:ios:profile:create",
|
|
1927
1927
|
"pluginAlias": "shipthis",
|
|
1928
1928
|
"pluginName": "shipthis",
|
|
1929
1929
|
"pluginType": "core",
|
|
@@ -1935,25 +1935,24 @@
|
|
|
1935
1935
|
"commands",
|
|
1936
1936
|
"game",
|
|
1937
1937
|
"ios",
|
|
1938
|
-
"
|
|
1939
|
-
"
|
|
1938
|
+
"profile",
|
|
1939
|
+
"create.js"
|
|
1940
1940
|
]
|
|
1941
1941
|
},
|
|
1942
|
-
"game:ios:
|
|
1942
|
+
"game:ios:profile:export": {
|
|
1943
1943
|
"aliases": [],
|
|
1944
|
-
"args": {
|
|
1945
|
-
|
|
1944
|
+
"args": {
|
|
1945
|
+
"file": {
|
|
1946
|
+
"description": "Name of the ZIP file to create",
|
|
1947
|
+
"name": "file",
|
|
1948
|
+
"required": true
|
|
1949
|
+
}
|
|
1950
|
+
},
|
|
1951
|
+
"description": "Saves the current Mobile Provisioning Profile to a ZIP file",
|
|
1946
1952
|
"examples": [
|
|
1947
|
-
"<%= config.bin %> <%= command.id %>"
|
|
1953
|
+
"<%= config.bin %> <%= command.id %> userProfile.zip"
|
|
1948
1954
|
],
|
|
1949
1955
|
"flags": {
|
|
1950
|
-
"quiet": {
|
|
1951
|
-
"char": "q",
|
|
1952
|
-
"description": "Avoid output except for interactions and errors",
|
|
1953
|
-
"name": "quiet",
|
|
1954
|
-
"allowNo": false,
|
|
1955
|
-
"type": "boolean"
|
|
1956
|
-
},
|
|
1957
1956
|
"gameId": {
|
|
1958
1957
|
"char": "g",
|
|
1959
1958
|
"description": "The ID of the game",
|
|
@@ -1962,24 +1961,9 @@
|
|
|
1962
1961
|
"multiple": false,
|
|
1963
1962
|
"type": "option"
|
|
1964
1963
|
},
|
|
1965
|
-
"appName": {
|
|
1966
|
-
"char": "n",
|
|
1967
|
-
"description": "The name of the App in the Apple Developer Portal",
|
|
1968
|
-
"name": "appName",
|
|
1969
|
-
"hasDynamicHelp": false,
|
|
1970
|
-
"multiple": false,
|
|
1971
|
-
"type": "option"
|
|
1972
|
-
},
|
|
1973
|
-
"bundleId": {
|
|
1974
|
-
"char": "b",
|
|
1975
|
-
"description": "The BundleId in the Apple Developer Portal",
|
|
1976
|
-
"name": "bundleId",
|
|
1977
|
-
"hasDynamicHelp": false,
|
|
1978
|
-
"multiple": false,
|
|
1979
|
-
"type": "option"
|
|
1980
|
-
},
|
|
1981
1964
|
"force": {
|
|
1982
1965
|
"char": "f",
|
|
1966
|
+
"description": "Overwrite the file if it already exists",
|
|
1983
1967
|
"name": "force",
|
|
1984
1968
|
"allowNo": false,
|
|
1985
1969
|
"type": "boolean"
|
|
@@ -1987,7 +1971,7 @@
|
|
|
1987
1971
|
},
|
|
1988
1972
|
"hasDynamicHelp": false,
|
|
1989
1973
|
"hiddenAliases": [],
|
|
1990
|
-
"id": "game:ios:
|
|
1974
|
+
"id": "game:ios:profile:export",
|
|
1991
1975
|
"pluginAlias": "shipthis",
|
|
1992
1976
|
"pluginName": "shipthis",
|
|
1993
1977
|
"pluginType": "core",
|
|
@@ -1999,16 +1983,22 @@
|
|
|
1999
1983
|
"commands",
|
|
2000
1984
|
"game",
|
|
2001
1985
|
"ios",
|
|
2002
|
-
"
|
|
2003
|
-
"
|
|
1986
|
+
"profile",
|
|
1987
|
+
"export.js"
|
|
2004
1988
|
]
|
|
2005
1989
|
},
|
|
2006
|
-
"game:ios:
|
|
1990
|
+
"game:ios:profile:import": {
|
|
2007
1991
|
"aliases": [],
|
|
2008
|
-
"args": {
|
|
2009
|
-
|
|
1992
|
+
"args": {
|
|
1993
|
+
"file": {
|
|
1994
|
+
"description": "Name of the ZIP file to import (must be in the same format as the export)",
|
|
1995
|
+
"name": "file",
|
|
1996
|
+
"required": true
|
|
1997
|
+
}
|
|
1998
|
+
},
|
|
1999
|
+
"description": "Imports an Mobile Provisioning Profile to your ShipThis account",
|
|
2010
2000
|
"examples": [
|
|
2011
|
-
"<%= config.bin %> <%= command.id %>"
|
|
2001
|
+
"<%= config.bin %> <%= command.id %> profile.zip"
|
|
2012
2002
|
],
|
|
2013
2003
|
"flags": {
|
|
2014
2004
|
"gameId": {
|
|
@@ -2018,11 +2008,17 @@
|
|
|
2018
2008
|
"hasDynamicHelp": false,
|
|
2019
2009
|
"multiple": false,
|
|
2020
2010
|
"type": "option"
|
|
2011
|
+
},
|
|
2012
|
+
"force": {
|
|
2013
|
+
"char": "f",
|
|
2014
|
+
"name": "force",
|
|
2015
|
+
"allowNo": false,
|
|
2016
|
+
"type": "boolean"
|
|
2021
2017
|
}
|
|
2022
2018
|
},
|
|
2023
2019
|
"hasDynamicHelp": false,
|
|
2024
2020
|
"hiddenAliases": [],
|
|
2025
|
-
"id": "game:ios:
|
|
2021
|
+
"id": "game:ios:profile:import",
|
|
2026
2022
|
"pluginAlias": "shipthis",
|
|
2027
2023
|
"pluginName": "shipthis",
|
|
2028
2024
|
"pluginType": "core",
|
|
@@ -2034,25 +2030,18 @@
|
|
|
2034
2030
|
"commands",
|
|
2035
2031
|
"game",
|
|
2036
2032
|
"ios",
|
|
2037
|
-
"
|
|
2038
|
-
"
|
|
2033
|
+
"profile",
|
|
2034
|
+
"import.js"
|
|
2039
2035
|
]
|
|
2040
2036
|
},
|
|
2041
|
-
"game:ios:
|
|
2037
|
+
"game:ios:profile:status": {
|
|
2042
2038
|
"aliases": [],
|
|
2043
2039
|
"args": {},
|
|
2044
|
-
"description": "
|
|
2040
|
+
"description": "Shows the Game iOS Mobile Provisioning Profile Status.",
|
|
2045
2041
|
"examples": [
|
|
2046
2042
|
"<%= config.bin %> <%= command.id %>"
|
|
2047
2043
|
],
|
|
2048
2044
|
"flags": {
|
|
2049
|
-
"quiet": {
|
|
2050
|
-
"char": "q",
|
|
2051
|
-
"description": "Avoid output except for interactions and errors",
|
|
2052
|
-
"name": "quiet",
|
|
2053
|
-
"allowNo": false,
|
|
2054
|
-
"type": "boolean"
|
|
2055
|
-
},
|
|
2056
2045
|
"gameId": {
|
|
2057
2046
|
"char": "g",
|
|
2058
2047
|
"description": "The ID of the game",
|
|
@@ -2061,16 +2050,16 @@
|
|
|
2061
2050
|
"multiple": false,
|
|
2062
2051
|
"type": "option"
|
|
2063
2052
|
},
|
|
2064
|
-
"
|
|
2053
|
+
"noAppleAuth": {
|
|
2065
2054
|
"char": "f",
|
|
2066
|
-
"name": "
|
|
2055
|
+
"name": "noAppleAuth",
|
|
2067
2056
|
"allowNo": false,
|
|
2068
2057
|
"type": "boolean"
|
|
2069
2058
|
}
|
|
2070
2059
|
},
|
|
2071
2060
|
"hasDynamicHelp": false,
|
|
2072
2061
|
"hiddenAliases": [],
|
|
2073
|
-
"id": "game:ios:
|
|
2062
|
+
"id": "game:ios:profile:status",
|
|
2074
2063
|
"pluginAlias": "shipthis",
|
|
2075
2064
|
"pluginName": "shipthis",
|
|
2076
2065
|
"pluginType": "core",
|
|
@@ -2082,25 +2071,18 @@
|
|
|
2082
2071
|
"commands",
|
|
2083
2072
|
"game",
|
|
2084
2073
|
"ios",
|
|
2085
|
-
"
|
|
2086
|
-
"
|
|
2074
|
+
"profile",
|
|
2075
|
+
"status.js"
|
|
2087
2076
|
]
|
|
2088
2077
|
},
|
|
2089
|
-
"game:ios:
|
|
2078
|
+
"game:ios:app:addTester": {
|
|
2090
2079
|
"aliases": [],
|
|
2091
2080
|
"args": {},
|
|
2092
|
-
"description": "
|
|
2081
|
+
"description": "Adds a test user to the game in App Store Connect.",
|
|
2093
2082
|
"examples": [
|
|
2094
2083
|
"<%= config.bin %> <%= command.id %>"
|
|
2095
2084
|
],
|
|
2096
2085
|
"flags": {
|
|
2097
|
-
"quiet": {
|
|
2098
|
-
"char": "q",
|
|
2099
|
-
"description": "Avoid output except for interactions and errors",
|
|
2100
|
-
"name": "quiet",
|
|
2101
|
-
"allowNo": false,
|
|
2102
|
-
"type": "boolean"
|
|
2103
|
-
},
|
|
2104
2086
|
"gameId": {
|
|
2105
2087
|
"char": "g",
|
|
2106
2088
|
"description": "The ID of the game",
|
|
@@ -2109,16 +2091,34 @@
|
|
|
2109
2091
|
"multiple": false,
|
|
2110
2092
|
"type": "option"
|
|
2111
2093
|
},
|
|
2112
|
-
"
|
|
2094
|
+
"email": {
|
|
2095
|
+
"char": "e",
|
|
2096
|
+
"description": "The email address of the tester",
|
|
2097
|
+
"name": "email",
|
|
2098
|
+
"hasDynamicHelp": false,
|
|
2099
|
+
"multiple": false,
|
|
2100
|
+
"type": "option"
|
|
2101
|
+
},
|
|
2102
|
+
"firstName": {
|
|
2113
2103
|
"char": "f",
|
|
2114
|
-
"
|
|
2115
|
-
"
|
|
2116
|
-
"
|
|
2104
|
+
"description": "The first name of the tester",
|
|
2105
|
+
"name": "firstName",
|
|
2106
|
+
"hasDynamicHelp": false,
|
|
2107
|
+
"multiple": false,
|
|
2108
|
+
"type": "option"
|
|
2109
|
+
},
|
|
2110
|
+
"lastName": {
|
|
2111
|
+
"char": "l",
|
|
2112
|
+
"description": "The last name of the tester",
|
|
2113
|
+
"name": "lastName",
|
|
2114
|
+
"hasDynamicHelp": false,
|
|
2115
|
+
"multiple": false,
|
|
2116
|
+
"type": "option"
|
|
2117
2117
|
}
|
|
2118
2118
|
},
|
|
2119
2119
|
"hasDynamicHelp": false,
|
|
2120
2120
|
"hiddenAliases": [],
|
|
2121
|
-
"id": "game:ios:
|
|
2121
|
+
"id": "game:ios:app:addTester",
|
|
2122
2122
|
"pluginAlias": "shipthis",
|
|
2123
2123
|
"pluginName": "shipthis",
|
|
2124
2124
|
"pluginType": "core",
|
|
@@ -2130,24 +2130,25 @@
|
|
|
2130
2130
|
"commands",
|
|
2131
2131
|
"game",
|
|
2132
2132
|
"ios",
|
|
2133
|
-
"
|
|
2134
|
-
"
|
|
2133
|
+
"app",
|
|
2134
|
+
"addTester.js"
|
|
2135
2135
|
]
|
|
2136
2136
|
},
|
|
2137
|
-
"game:ios:
|
|
2137
|
+
"game:ios:app:create": {
|
|
2138
2138
|
"aliases": [],
|
|
2139
|
-
"args": {
|
|
2140
|
-
|
|
2141
|
-
"description": "Name of the ZIP file to create",
|
|
2142
|
-
"name": "file",
|
|
2143
|
-
"required": true
|
|
2144
|
-
}
|
|
2145
|
-
},
|
|
2146
|
-
"description": "Saves the current Mobile Provisioning Profile to a ZIP file",
|
|
2139
|
+
"args": {},
|
|
2140
|
+
"description": "Creates an App and BundleId in the Apple Developer Portal.",
|
|
2147
2141
|
"examples": [
|
|
2148
|
-
"<%= config.bin %> <%= command.id %>
|
|
2142
|
+
"<%= config.bin %> <%= command.id %>"
|
|
2149
2143
|
],
|
|
2150
2144
|
"flags": {
|
|
2145
|
+
"quiet": {
|
|
2146
|
+
"char": "q",
|
|
2147
|
+
"description": "Avoid output except for interactions and errors",
|
|
2148
|
+
"name": "quiet",
|
|
2149
|
+
"allowNo": false,
|
|
2150
|
+
"type": "boolean"
|
|
2151
|
+
},
|
|
2151
2152
|
"gameId": {
|
|
2152
2153
|
"char": "g",
|
|
2153
2154
|
"description": "The ID of the game",
|
|
@@ -2156,9 +2157,24 @@
|
|
|
2156
2157
|
"multiple": false,
|
|
2157
2158
|
"type": "option"
|
|
2158
2159
|
},
|
|
2160
|
+
"appName": {
|
|
2161
|
+
"char": "n",
|
|
2162
|
+
"description": "The name of the App in the Apple Developer Portal",
|
|
2163
|
+
"name": "appName",
|
|
2164
|
+
"hasDynamicHelp": false,
|
|
2165
|
+
"multiple": false,
|
|
2166
|
+
"type": "option"
|
|
2167
|
+
},
|
|
2168
|
+
"bundleId": {
|
|
2169
|
+
"char": "b",
|
|
2170
|
+
"description": "The BundleId in the Apple Developer Portal",
|
|
2171
|
+
"name": "bundleId",
|
|
2172
|
+
"hasDynamicHelp": false,
|
|
2173
|
+
"multiple": false,
|
|
2174
|
+
"type": "option"
|
|
2175
|
+
},
|
|
2159
2176
|
"force": {
|
|
2160
2177
|
"char": "f",
|
|
2161
|
-
"description": "Overwrite the file if it already exists",
|
|
2162
2178
|
"name": "force",
|
|
2163
2179
|
"allowNo": false,
|
|
2164
2180
|
"type": "boolean"
|
|
@@ -2166,7 +2182,7 @@
|
|
|
2166
2182
|
},
|
|
2167
2183
|
"hasDynamicHelp": false,
|
|
2168
2184
|
"hiddenAliases": [],
|
|
2169
|
-
"id": "game:ios:
|
|
2185
|
+
"id": "game:ios:app:create",
|
|
2170
2186
|
"pluginAlias": "shipthis",
|
|
2171
2187
|
"pluginName": "shipthis",
|
|
2172
2188
|
"pluginType": "core",
|
|
@@ -2178,22 +2194,16 @@
|
|
|
2178
2194
|
"commands",
|
|
2179
2195
|
"game",
|
|
2180
2196
|
"ios",
|
|
2181
|
-
"
|
|
2182
|
-
"
|
|
2197
|
+
"app",
|
|
2198
|
+
"create.js"
|
|
2183
2199
|
]
|
|
2184
2200
|
},
|
|
2185
|
-
"game:ios:
|
|
2201
|
+
"game:ios:app:status": {
|
|
2186
2202
|
"aliases": [],
|
|
2187
|
-
"args": {
|
|
2188
|
-
|
|
2189
|
-
"description": "Name of the ZIP file to import (must be in the same format as the export)",
|
|
2190
|
-
"name": "file",
|
|
2191
|
-
"required": true
|
|
2192
|
-
}
|
|
2193
|
-
},
|
|
2194
|
-
"description": "Imports an Mobile Provisioning Profile to your ShipThis account",
|
|
2203
|
+
"args": {},
|
|
2204
|
+
"description": "Shows the Game iOS App status. ",
|
|
2195
2205
|
"examples": [
|
|
2196
|
-
"<%= config.bin %> <%= command.id %>
|
|
2206
|
+
"<%= config.bin %> <%= command.id %>"
|
|
2197
2207
|
],
|
|
2198
2208
|
"flags": {
|
|
2199
2209
|
"gameId": {
|
|
@@ -2203,17 +2213,11 @@
|
|
|
2203
2213
|
"hasDynamicHelp": false,
|
|
2204
2214
|
"multiple": false,
|
|
2205
2215
|
"type": "option"
|
|
2206
|
-
},
|
|
2207
|
-
"force": {
|
|
2208
|
-
"char": "f",
|
|
2209
|
-
"name": "force",
|
|
2210
|
-
"allowNo": false,
|
|
2211
|
-
"type": "boolean"
|
|
2212
2216
|
}
|
|
2213
2217
|
},
|
|
2214
2218
|
"hasDynamicHelp": false,
|
|
2215
2219
|
"hiddenAliases": [],
|
|
2216
|
-
"id": "game:ios:
|
|
2220
|
+
"id": "game:ios:app:status",
|
|
2217
2221
|
"pluginAlias": "shipthis",
|
|
2218
2222
|
"pluginName": "shipthis",
|
|
2219
2223
|
"pluginType": "core",
|
|
@@ -2225,18 +2229,25 @@
|
|
|
2225
2229
|
"commands",
|
|
2226
2230
|
"game",
|
|
2227
2231
|
"ios",
|
|
2228
|
-
"
|
|
2229
|
-
"
|
|
2232
|
+
"app",
|
|
2233
|
+
"status.js"
|
|
2230
2234
|
]
|
|
2231
2235
|
},
|
|
2232
|
-
"game:ios:
|
|
2236
|
+
"game:ios:app:sync": {
|
|
2233
2237
|
"aliases": [],
|
|
2234
2238
|
"args": {},
|
|
2235
|
-
"description": "
|
|
2239
|
+
"description": "Synchronies the Apple App \"BundleId\" with the capabilities from the local project.",
|
|
2236
2240
|
"examples": [
|
|
2237
2241
|
"<%= config.bin %> <%= command.id %>"
|
|
2238
2242
|
],
|
|
2239
2243
|
"flags": {
|
|
2244
|
+
"quiet": {
|
|
2245
|
+
"char": "q",
|
|
2246
|
+
"description": "Avoid output except for interactions and errors",
|
|
2247
|
+
"name": "quiet",
|
|
2248
|
+
"allowNo": false,
|
|
2249
|
+
"type": "boolean"
|
|
2250
|
+
},
|
|
2240
2251
|
"gameId": {
|
|
2241
2252
|
"char": "g",
|
|
2242
2253
|
"description": "The ID of the game",
|
|
@@ -2245,16 +2256,16 @@
|
|
|
2245
2256
|
"multiple": false,
|
|
2246
2257
|
"type": "option"
|
|
2247
2258
|
},
|
|
2248
|
-
"
|
|
2259
|
+
"force": {
|
|
2249
2260
|
"char": "f",
|
|
2250
|
-
"name": "
|
|
2261
|
+
"name": "force",
|
|
2251
2262
|
"allowNo": false,
|
|
2252
2263
|
"type": "boolean"
|
|
2253
2264
|
}
|
|
2254
2265
|
},
|
|
2255
2266
|
"hasDynamicHelp": false,
|
|
2256
2267
|
"hiddenAliases": [],
|
|
2257
|
-
"id": "game:ios:
|
|
2268
|
+
"id": "game:ios:app:sync",
|
|
2258
2269
|
"pluginAlias": "shipthis",
|
|
2259
2270
|
"pluginName": "shipthis",
|
|
2260
2271
|
"pluginType": "core",
|
|
@@ -2266,10 +2277,10 @@
|
|
|
2266
2277
|
"commands",
|
|
2267
2278
|
"game",
|
|
2268
2279
|
"ios",
|
|
2269
|
-
"
|
|
2270
|
-
"
|
|
2280
|
+
"app",
|
|
2281
|
+
"sync.js"
|
|
2271
2282
|
]
|
|
2272
2283
|
}
|
|
2273
2284
|
},
|
|
2274
|
-
"version": "0.1.
|
|
2285
|
+
"version": "0.1.24"
|
|
2275
2286
|
}
|
package/package.json
CHANGED