Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 command

Commands:
release
help [command] display help for command
```

## Config file template
```json
{
"username": "",
"appName": ""
}
```