0.1.4 • Published 1 year ago

react-native-ramp-cli v0.1.4

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
1 year ago

react-native-ramp-cli

Version Downloads/week License

Usage

$ npm install -g react-native-ramp-cli
$ react-native-ramp-cli COMMAND
running command...
$ react-native-ramp-cli (--version)
react-native-ramp-cli/0.1.4 darwin-arm64 node-v18.12.1
$ react-native-ramp-cli --help [COMMAND]
USAGE
  $ react-native-ramp-cli COMMAND
...

Commands

react-native-ramp-cli apikeys add

Add a new local API key, either manually or by login in

USAGE
  $ react-native-ramp-cli apikeys add [-h]

FLAGS
  -h, --help  Show CLI help.

DESCRIPTION
  Add a new local API key, either manually or by login in

EXAMPLES
  $ ramp-cli apikeys add

react-native-ramp-cli apikeys clear

Clear all API keys configured locally

USAGE
  $ react-native-ramp-cli apikeys clear [-h] [--display-full-apikey]

FLAGS
  -h, --help             Show CLI help.
  --display-full-apikey

DESCRIPTION
  Clear all API keys configured locally

EXAMPLES
  $ ramp-cli apikeys clear

react-native-ramp-cli apikeys delete

Delete an API key configured locally

USAGE
  $ react-native-ramp-cli apikeys delete [-h] [--display-full-apikey]

FLAGS
  -h, --help             Show CLI help.
  --display-full-apikey

DESCRIPTION
  Delete an API key configured locally

EXAMPLES
  $ ramp-cli apikeys delete

react-native-ramp-cli apikeys list

List all API keys configured locally

USAGE
  $ react-native-ramp-cli apikeys list [-h] [--display-full-apikey]

FLAGS
  -h, --help             Show CLI help.
  --display-full-apikey

DESCRIPTION
  List all API keys configured locally

EXAMPLES
  $ ramp-cli apikeys list

react-native-ramp-cli apikeys validate

Check the validity of an API key configured locally

USAGE
  $ react-native-ramp-cli apikeys validate [-h]

FLAGS
  -h, --help  Show CLI help.

DESCRIPTION
  Check the validity of an API key configured locally

EXAMPLES
  $ ramp-cli apikeys validate

react-native-ramp-cli help [COMMAND]

Display help for react-native-ramp-cli.

USAGE
  $ react-native-ramp-cli help [COMMAND] [-n]

ARGUMENTS
  COMMAND  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for react-native-ramp-cli.

See code: @oclif/plugin-help

react-native-ramp-cli release PLATFORM

Release a JS / hermes bundle to React Native Ramp

USAGE
  $ react-native-ramp-cli release [PLATFORM] [-h] [-a <value>] [-e <value>] [-t <value>] [-d <value>] [-v
    <value>] [-l <value>] [-c <value>] [-f <value>]

FLAGS
  -a, --app=<value>        Application where the bundle should be uploaded.
  -c, --changelog=<value>  Optional changelog assigned to this bundle.
  -d, --dist=<value>       Distribution channel where the bundle should be uploaded, defaulted to main.
  -e, --env=<value>        Environment on which the bundle should be uploaded.
  -f, --force=<value>      Bundle will be installed instantly, regardless of the selected update mode.
  -h, --help               Show CLI help.
  -l, --label=<value>      Optional label assigned to this bundle.
  -t, --target=<value>     The version to target, if not specified package.json will be used.
  -v, --version=<value>    Optional version you want to associate to the bundle (eg: "0.4", "1", "2.3.1", etc...).

DESCRIPTION
  Release a JS / hermes bundle to React Native Ramp

EXAMPLES
  $ ramp-cli release android --target 1.2.0 --env dev --dist my-feature

  $ ramp-cli release ios -t 1.2.1 -e dev -d my-feature -l "fix typo on my-feature"

See code: dist/commands/release/index.ts