🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

react-native-alive-push-cli

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-alive-push-cli

AlivePush cli tools

npmnpm
Version
0.1.0
Version published
Weekly downloads
2
-90.91%
Maintainers
1
Weekly downloads
 
Created
Source

AlivePush cli tools

安装

npm install -g alive-push-cli

使用

初始化

alive-push init

根据提示输入server url(alive-push的service的地址,包含端口号,结尾处需要'/')

注册

alive-push register

根据提示输入用户名和密码

应用相关命令

alive-push app <command>

 Commands:
   add <appName>                  add a new app
   ls                             list all app
   remove <appName>               remove a app
   rename <appName> <newAppName>  rename a app

应用部署相关命令

alive-push deployment <command>

Commands:
  add <appName> <deploymentName>            add a deployment
  history <appName> <deploymentName>        list deployment history
  ls <appName>                              list all deployment
  remove <appName> <deploymentName>         remove a deployment
  rename <appName> <deploymentName>         rename a deployment
  <newDeploymentName>

发布更新包

alive-push release

Options:
  -h, --help             Show help
  --appName, --an        app name
  --platform, -p         platform - Android or IOS   [choices: "Android", "IOS"]
  --binaryversion, --bv  binary version
  --deployment, -d       deployment - Staging or Production
                         [choices: "Staging", "Production"] [default: "Staging"]
  --mandatory            mandatory - force to update [default: false]
  --bundlepath, -b       explicit bundle path.Default to bundle under your
                         react-native project base path.
  --releasenote, --rn    release note

eg.

alive-push release --an test_ios -p Android --bv 1.0.0 --rn test_ios

Keywords

alive-push

FAQs

Package last updated on 15 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts