1.0.0 • Published 4 years ago

britive-cli-test1 v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

britive-cli

britive

oclif Version Downloads/week License

Usage

$ npm install -g britive-cli-test1
$ britive-cli COMMAND
running command...
$ britive-cli (-v|--version|version)
britive-cli-test1/1.0.0 linux-x64 node-v13.5.0
$ britive-cli --help [COMMAND]
USAGE
  $ britive-cli COMMAND
...

Commands

britive-cli checkout [PROFILENAME]

checkout the Profle based on checkout mode

USAGE
  $ britive-cli checkout [PROFILENAME]

ARGUMENTS
  PROFILENAME  Profile name for the environment to be checked out

OPTIONS
  -a, --alias=alias  alias for checked out profile
  -h, --help         show CLI help
  -m, --mode=mode    displaytext | displayjson | displayenv | integrate

See code: src/commands/checkout.ts

britive-cli configure

configure settings for Britive CLI

USAGE
  $ britive-cli configure

OPTIONS
  -h, --help                         show CLI help
  -t, --tenant_domain=tenant_domain  Enter Tenant Domain

See code: src/commands/configure.ts

britive-cli help [COMMAND]

display help for britive-cli

USAGE
  $ britive-cli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

britive-cli listapplications

list all profiles for the account

USAGE
  $ britive-cli listapplications

OPTIONS
  -h, --help  show CLI help

ALIASES
  $ britive-cli --listapplications

See code: src/commands/listapplications.ts

britive-cli listenvs [APPNAME]

list all environment for the account

USAGE
  $ britive-cli listenvs [APPNAME]

ARGUMENTS
  APPNAME  App Name

OPTIONS
  -h, --help  show CLI help

See code: src/commands/listenvs.ts

britive-cli listprofiles [APPENVNAME]

list all profiles for the account

USAGE
  $ britive-cli listprofiles [APPENVNAME]

ARGUMENTS
  APPENVNAME  App and Environment Name with delimiter "/"

OPTIONS
  -h, --help  show CLI help

See code: src/commands/listprofiles.ts

britive-cli login

Login via browser

USAGE
  $ britive-cli login

See code: src/commands/login.ts