mirror of
https://gitcode.com/github-mirrors/react-native-update-cli.git
synced 2025-10-29 13:53:11 +08:00
add install command
This commit is contained in:
13
cli.json
13
cli.json
@@ -299,15 +299,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"hdiffFromPPK": {
|
||||
"description": "Create hdiff patch from a Prepare package(.ppk)",
|
||||
"options": {
|
||||
"output": {
|
||||
"default": "${tempDir}/output/hdiff-${time}.ppk-patch",
|
||||
"hasValue": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"hdiffFromApp": {
|
||||
"description": "Create hdiff patch from a Harmony package(.app)",
|
||||
"options": {
|
||||
@@ -343,6 +334,10 @@
|
||||
"hasValue": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"install": {
|
||||
"description": "Install optional dependencies to the CLI",
|
||||
"options": {}
|
||||
}
|
||||
},
|
||||
"globalOptions": {
|
||||
|
||||
Reference in New Issue
Block a user