1.0.5 • Published 3 years ago

react-native-auto-build-cli v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

auto-cli

Useage

npm install react-native-auto-build-cli -g

config project

Execute auto-cli init in the project directory.

auto-cli init 
or
auto-cli i
  1. please select build platform.(required)
  • all
  • ios
  • android
  1. Select the platform you want to distribute(required)
  • pgy
  • fir
  1. Set upload api path.(required)

  2. Set upload api key.(required)

  3. Sets whether password download is required

  • Yes
  • No

    If you select the download password, you need to set the download password.

  1. Do you need to send an email reminder after uploading successfully?
  • Yes
  • No

build

auto-cli build --log "log" 
auto-cli build --noandroid // ignore android build
auto-cli build --noios // ignore ios build
auto-cli build --noemail // not send email

--log: update description --noemail: ignore send email. --noandroid: ignore android build --ios: ignore ios build

log

1.0.4 fix fir email template and remove scan qr dowload text