mirror of
https://gitcode.com/github-mirrors/react-native-update-cli.git
synced 2025-09-16 09:41:38 +08:00
Enhance upload commands to support custom versioning and update documentation. Added version option to uploadIpa, uploadApk, and uploadApp commands. Updated README and localization files to reflect changes.
This commit is contained in:
24
cli.json
24
cli.json
@@ -31,9 +31,27 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"uploadIpa": {},
|
||||
"uploadApk": {},
|
||||
"uploadApp": {},
|
||||
"uploadIpa": {
|
||||
"options": {
|
||||
"version": {
|
||||
"hasValue": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"uploadApk": {
|
||||
"options": {
|
||||
"version": {
|
||||
"hasValue": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"uploadApp": {
|
||||
"options": {
|
||||
"version": {
|
||||
"hasValue": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"parseApp": {},
|
||||
"parseIpa": {},
|
||||
"parseApk": {},
|
||||
|
Reference in New Issue
Block a user