0.2.2 • Published 10 months ago

@wearableintelligence/parsable-cli-common v0.2.2

Weekly downloads
4
License
MIT
Repository
github
Last release
10 months ago

@wearableintelligence/parsable-cli-common

oclif Version Downloads/week License

Usage

$ npm install -g @wearableintelligence/parsable-cli-common
$ parsable-cli COMMAND
running command...
$ parsable-cli (-v|--version|version)
@wearableintelligence/parsable-cli-common/0.2.2 darwin-arm64 node-v16.20.2
$ parsable-cli --help [COMMAND]
USAGE
  $ parsable-cli COMMAND
...

Commands

parsable-cli login

Sets a user context via browser for subsequent CLI calls to mothership env and to new microservice env.

USAGE
  $ parsable-cli login

OPTIONS
  -E, --env=env    Name of environment to use (ie. production, staging)
  -t, --team=team  Team ID or subdomain the request is for

DESCRIPTION
  ...
  Use this command to login to new microservice env and to mothership in the same time.
  Important: browser is used during login.

EXAMPLES
  parsable-cli login
  parsable-cli login -t 'my-team'
  parsable-cli login -t '95ecc380-afe9-11e4-9b6c-751b66dd541e'
  parsable-cli login -t 'my-team' -E production

See code: src/commands/login.js

parsable-cli me

View current environment

USAGE
  $ parsable-cli me

DESCRIPTION
  ...
  Use this command to see which environment and team is active

EXAMPLE
  parsable-cli me

See code: src/commands/me.js