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
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 CLISee code: @oclif/plugin-help
yodata list
List registered profiles.
USAGE
$ yodata list
ALIASES
$ yodata lsyodata register
Add a new profile.
USAGE
$ yodata registeryodata use PROFILE
Switch the active pod.
USAGE
$ yodata use PROFILE
ARGUMENTS
PROFILE registered pod name
OPTIONS
-o, --output=yaml|json format outputyodata whoami
Get the current profile name
USAGE
$ yodata whoami