1
0
mirror of https://gitcode.com/github-mirrors/react-native-update-cli.git synced 2025-11-22 16:26:10 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
HeYanbo
2024-12-25 23:38:29 +08:00
parent 6534379d81
commit e018761fc8
3 changed files with 154 additions and 2801 deletions

View File

@@ -3,11 +3,9 @@
"defaultCommand": "help",
"commands": {
"help": {},
"login": {},
"logout": {},
"me": {},
"createApp": {
"options": {
"name": {
@@ -33,7 +31,6 @@
}
}
},
"uploadIpa": {},
"uploadApk": {},
"parseIpa": {},
@@ -45,7 +42,6 @@
}
}
},
"publish": {
"options": {
"platform": {
@@ -69,7 +65,6 @@
}
}
},
"update": {
"options": {
"platform": {
@@ -95,7 +90,6 @@
}
}
},
"updateVersionInfo": {
"options": {
"platform": {
@@ -118,7 +112,6 @@
}
}
},
"build": {
"description": "Bundle javascript and copy assets."
},
@@ -201,6 +194,24 @@
}
}
},
"hdiffFromPPK": {
"description": "Create hdiff patch from a Prepare package(.ppk)",
"options": {
"output": {
"default": ".pushy/output/hdiff-${time}.ppk-patch",
"hasValue": true
}
}
},
"hdiffFromApp": {
"description": "Create hdiff patch from a Harmony package(.app)",
"options": {
"output": {
"default": ".pushy/output/hdiff-${time}.app-patch",
"hasValue": true
}
}
},
"hdiffFromIpa": {
"description": "Create hdiff patch from a iOS package(.ipa)",
"options": {
@@ -216,4 +227,4 @@
"default": false
}
}
}
}