1
0
mirror of https://gitcode.com/github-mirrors/react-native-update-cli.git synced 2025-09-16 09:41:38 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Add parse ipa and apk

This commit is contained in:
sunnylqm
2020-08-12 15:28:07 +08:00
parent f0ad8bdcde
commit 27ed4bd8d1
2 changed files with 28 additions and 19 deletions

View File

@@ -2,15 +2,11 @@
"useCommand": true,
"defaultCommand": "help",
"commands": {
"help": {
},
"help": {},
"login":{
},
"logout": {
},
"me": {
},
"login": {},
"logout": {},
"me": {},
"createApp": {
"options": {
@@ -29,8 +25,7 @@
}
}
},
"deleteApp": {
},
"deleteApp": {},
"selectApp": {
"options": {
"platform": {
@@ -39,10 +34,10 @@
}
},
"uploadIpa": {
},
"uploadApk": {
},
"uploadIpa": {},
"uploadApk": {},
"parseIpa": {},
"parseApk": {},
"packages": {
"options": {
"platform": {
@@ -102,7 +97,7 @@
"platform": {
"hasValue": true
},
"bundleName":{
"bundleName": {
"default": "index.bundlejs",
"hasValue": true
},
@@ -118,9 +113,7 @@
"default": "build/output/${platform}.${time}.ppk",
"hasValue": true
},
"verbose": {
}
"verbose": {}
}
},
"release": {
@@ -154,7 +147,7 @@
}
}
},
"globalOptions":{
"globalOptions": {
"no-interactive": {
"default": false
}