Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thanhtunguet/react-native-code-push-cli
Simple CLI to simplify CodePush commands
https://github.com/thanhtunguet/react-native-code-push-cli
Last synced: 23 days ago
JSON representation
Simple CLI to simplify CodePush commands
- Host: GitHub
- URL: https://github.com/thanhtunguet/react-native-code-push-cli
- Owner: thanhtunguet
- Created: 2020-09-24T14:39:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-06T06:13:54.000Z (about 3 years ago)
- Last Synced: 2023-03-22T07:40:12.167Z (almost 2 years ago)
- Language: JavaScript
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
react-native-code-push-cli
==========================## Command:
```
Usage: rn-code-push [options] [command]Options:
-V, --version output the version number
-p, --platform Platform: Android, iOS, Windows, MacOS
-d, --deployment-name Deployment name (default: "Production")
-m, --message Release message
-c, --config-file Configuration file (default: "react-native-code-push.json")
-t, --target-binary-version Target binary version (default: "\\<0.0.0")
-h, --help display help for commandCommands:
release
help [command] display help for command
```## Config file template
```json
{
"username": "",
"appName": ""
}
```