0.6.46 • Published 6 months ago

rnbuilder v0.6.46

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

rnbuilder

React Native builder tool

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g rnbuilder
$ rnbuilder COMMAND
running command...
$ rnbuilder (-v|--version|version)
rnbuilder/0.6.46 darwin-arm64 node-v18.20.5
$ rnbuilder --help [COMMAND]
USAGE
  $ rnbuilder COMMAND
...

Commands

rnbuilder build [BUILD]

Build react native apps

USAGE
  $ rnbuilder build [BUILD]

OPTIONS
  -b, --branch=branch                   Set the source branch used to build the app
  -c, --client=client                   Set client that you want to build app
  -d, --distribute=distribute           Specify where to distribute app
  -e, --env=env                         Set the environment: prod, staging, dev
  -f, --firebase                        If enabled, the build will be uploaded to firebase
  -g, --ignore_git_reset                Ignore git reset when building
  -h, --help                            show CLI help
  -i, --installr=installr               If enabled, the build will be uploaded to installR
  -s, --ignore_cleanup                  Ignore cleanup when building
  -t, --target=android|ios|android,ios  Set the build target: android, ios or both
  -t, --testersIos=testersIos           Tester ids for iOS distribution
  -u, --testersAndroid=testersAndroid   Tester ids for Android distribution
  -v, --version=version                 Set the version number for this build
  --groupsAndroid=groupsAndroid         Groups ids for Android distribution
  --groupsIos=groupsIos                 Groups ids for iOS distribution
  --skipCheckVersion                    Skip checking current version on stores

EXAMPLE
  $ rnbuilder build
  hello world from ./src/build.ts!

See code: src/commands/build.ts

rnbuilder check-version [MATCH-CHECK]

Check live versions

USAGE
  $ rnbuilder check-version [MATCH-CHECK]

OPTIONS
  -c, --client=client  Select client that you want to sync udids
  -h, --help           show CLI help

EXAMPLE
  $ rnbuilder check-version
       Nuke certificates ./src/match-check.ts!

See code: src/commands/check-version.ts

rnbuilder codepush [BUILD]

Push changes to existing apps

USAGE
  $ rnbuilder codepush [BUILD]

OPTIONS
  -c, --client=client  Select client that you want to push update
  -h, --help           show CLI help

EXAMPLE
  $ rnbuilder codepush
       Push changes to existing apps ./src/firebase-sync-udids.ts!

See code: src/commands/codepush.ts

rnbuilder google-key [MATCH-CHECK]

Nuke certificates

USAGE
  $ rnbuilder google-key [MATCH-CHECK]

OPTIONS
  -c, --client=client  Select client that you want to sync udids
  -h, --help           show CLI help

EXAMPLE
  $ rnbuilder match-check
       Nuke certificates ./src/match-check.ts!

See code: src/commands/google-key.ts

rnbuilder help [COMMAND]

display help for rnbuilder

USAGE
  $ rnbuilder help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

rnbuilder initialize

Initialize the environment for first run

USAGE
  $ rnbuilder initialize

EXAMPLE
  $ rnbuilder initialize
  initialize environment for first run from ./src/initialize.ts!

See code: src/commands/initialize.ts

rnbuilder match-check [MATCH-CHECK]

Nuke certificates

USAGE
  $ rnbuilder match-check [MATCH-CHECK]

OPTIONS
  -c, --client=client  Select client that you want to sync udids
  -h, --help           show CLI help

EXAMPLE
  $ rnbuilder match-check
       Nuke certificates ./src/match-check.ts!

See code: src/commands/match-check.ts

rnbuilder match-nuke [BUILD]

Nuke certificates

USAGE
  $ rnbuilder match-nuke [BUILD]

OPTIONS
  -c, --client=client  Select client that you want to sync udids
  -h, --help           show CLI help

EXAMPLE
  $ rnbuilder match-nuke
       Nuke certificates ./src/match-nuke.ts!

See code: src/commands/match-nuke.ts

rnbuilder onesignal [BUILD]

Create and upload push cerfiticate to One Signal

USAGE
  $ rnbuilder onesignal [BUILD]

OPTIONS
  -c, --client=client                            Select client that you want to sync udids
  -h, --help                                     show CLI help
  --android_gcm_sender_id=android_gcm_sender_id
  --android_token=android_token
  --auth_token=auth_token                        Auth token for OneSignal

EXAMPLE
  $ rnbuilder onesignal
       Create and upload push certificate to One Signal from ./src/commands/onesignal.ts!

See code: src/commands/onesignal.ts

rnbuilder setup [SETUP]

Setup new client

USAGE
  $ rnbuilder setup [SETUP]

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  $ rnbuilder build
  hello world from ./src/setup.ts!

See code: src/commands/setup.ts

rnbuilder submit-review [SUBMIT-REVIEW]

Submit ios for review

USAGE
  $ rnbuilder submit-review [SUBMIT-REVIEW]

OPTIONS
  -c, --client=client  Select client that you want to push update
  -h, --help           show CLI help

EXAMPLE
  $ rnbuilder submit-review
       Push changes to existing apps ./src/firebase-sync-udids.ts!

See code: src/commands/submit-review.ts

rnbuilder sync-udids [BUILD]

Sync device UDIDs from firebase

USAGE
  $ rnbuilder sync-udids [BUILD]

OPTIONS
  -c, --client=client  Select client that you want to sync udids
  -h, --help           show CLI help

EXAMPLE
  $ rnbuilder sync-udids
       Sync device UDIDs from firebase from ./src/firebase-sync-udids.ts!

See code: src/commands/sync-udids.ts

0.6.43

8 months ago

0.6.45

6 months ago

0.6.44

7 months ago

0.6.46

6 months ago

0.6.42

9 months ago

0.6.41

10 months ago

0.6.40

1 year ago

0.6.34

1 year ago

0.6.39

1 year ago

0.6.36

1 year ago

0.6.35

1 year ago

0.6.38

1 year ago

0.6.37

1 year ago

0.6.33

1 year ago

0.6.32

1 year ago

0.6.31

1 year ago

0.6.30

1 year ago

0.6.29

1 year ago

0.6.28

1 year ago

0.6.25

1 year ago

0.6.27

1 year ago

0.6.26

1 year ago

0.6.23

1 year ago

0.6.22

1 year ago

0.6.24

1 year ago

0.6.21

1 year ago

0.6.20

1 year ago

0.6.19

1 year ago

0.6.18

1 year ago

0.6.17

1 year ago

0.6.16

2 years ago

0.6.14

2 years ago

0.6.13

2 years ago

0.6.15

2 years ago

0.6.9

2 years ago

0.6.10

2 years ago

0.6.12

2 years ago

0.6.11

2 years ago

0.6.7

2 years ago

0.6.6

2 years ago

0.6.8

2 years ago

0.5.32

2 years ago

0.5.30

2 years ago

0.5.31

2 years ago

0.5.29

2 years ago

0.5.27

2 years ago

0.5.28

2 years ago

0.6.3

2 years ago

0.6.2

2 years ago

0.6.5

2 years ago

0.6.4

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago

0.5.11

3 years ago

0.5.18

3 years ago

0.5.19

3 years ago

0.5.16

3 years ago

0.5.17

3 years ago

0.5.14

3 years ago

0.5.15

3 years ago

0.5.12

3 years ago

0.5.13

3 years ago

0.5.21

3 years ago

0.5.22

3 years ago

0.5.20

3 years ago

0.5.25

3 years ago

0.5.26

2 years ago

0.5.23

3 years ago

0.5.24

3 years ago

0.5.10

3 years ago

0.5.8

3 years ago

0.5.9

3 years ago

0.5.7

3 years ago

0.5.3

3 years ago

0.5.6

3 years ago

0.5.5

3 years ago

0.5.0

3 years ago

0.5.2

3 years ago

0.5.1

3 years ago

0.4.8

4 years ago

0.4.7

4 years ago

0.4.6

4 years ago

0.4.5

4 years ago

0.4.4

4 years ago

0.4.3

4 years ago

0.4.1

4 years ago

0.4.2

4 years ago

0.4.0

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.3

4 years ago

0.3.0

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago