JSPM

  • Created
  • Published
  • Downloads 82
  • Score
    100M100P100Q68623F
  • License MIT

yodata schema collaboration cli tools

Package Exports

  • @yodata/cli

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@yodata/cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

yodata

yodata cli

oclif Version Downloads/week License

Usage

$ npm install -g @yodata/cli
$ yodata COMMAND
running command...
$ yodata (-v|--version|version)
@yodata/cli/3.0.2-alpha.8 darwin-x64 node-v10.15.0
$ yodata --help [COMMAND]
USAGE
  $ yodata COMMAND
...

Commands

yodata help [COMMAND]

display help for yodata

USAGE
  $ yodata help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

yodata list

List registered profiles.

USAGE
  $ yodata list

ALIASES
  $ yodata ls

yodata register

Add a new profile.

USAGE
  $ yodata register

yodata use PROFILE

Switch the active pod.

USAGE
  $ yodata use PROFILE

ARGUMENTS
  PROFILE  registered pod name

OPTIONS
  -o, --output=yaml|json  format output

yodata whoami

Get the current profile name

USAGE
  $ yodata whoami