0.0.1 • Published 1 year ago

xcl-config v0.0.1

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

oclif-hello-world

oclif example Hello World CLI

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g xcl-config
$ xcl COMMAND
running command...
$ xcl (--version)
xcl-config/0.0.1 win32-x64 node-v16.17.0
$ xcl --help [COMMAND]
USAGE
  $ xcl COMMAND
...

Commands

xcl config defaults [VARIABLE] [VALUE] [PROJECT]

set xcl environment variables

USAGE
  $ xcl config defaults [VARIABLE] [VALUE] [PROJECT] [-h] [-l] [--set-all] [--set-required] [-r] [--reset-all]

ARGUMENTS
  VARIABLE  the project in which you would like to set the variable
  VALUE     value of the variable you chose to set
  PROJECT   [default: all] the project in which you would like to set the variable

FLAGS
  -h, --help      Show CLI help.
  -l, --list      list environment variables
  -r, --reset     resets an environment variable
  --reset-all     resets all environment variables
  --set-all       set all available environment variables
  --set-required  set all required environment variables

DESCRIPTION
  set xcl environment variables

xcl config github USER

Save Github credentials to avoid max API-Call Problems

USAGE
  $ xcl config github USER [-h]

FLAGS
  -h, --help  Show CLI help.

DESCRIPTION
  Save Github credentials to avoid max API-Call Problems

xcl help [COMMANDS]

Display help for xcl.

USAGE
  $ xcl help [COMMANDS] [-n]

ARGUMENTS
  COMMANDS  Command to show help for.

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

DESCRIPTION
  Display help for xcl.

See code: @oclif/plugin-help