Skip to content
Terskikh Maria edited this page Sep 29, 2017 · 4 revisions

The chkit help command displays the list of all commands and their short descriptions.

Command syntax

$ chkit help

Note: the command is executed without arguments.

Example

$ chkit help

Usage:
  chkit [flags]
  chkit [command]

Available Commands:
  config          Configure chkit default values
  create          Create object using JSON file
  delete          Remove object from namespace
  expose          Create Service and set output port list
  genautocomplete Generate bash autocompletion parameters
  get             Show info about pod(s), service(s), namespace(s), deployment(s)
  help            Help about any command
  login           Open session and set up token
  logout          Close session and remove token
  restart         Restart pods by deploy name
  run             Run deployment NAME and generate json file
  set             Change one of parameters in Deployment
  version         Print the version number of chkit
  volume          Show user volumes

Flags:
  -d, --debug   turn on debugging messages
  -h, --help    help for chkit

Use "chkit [command] --help" for more information about a command.
$ chkit get -h 
Usage:
chkit [flags]
chkit [command]

Available Commands:
config          Configure chkit default values
create          Create object using JSON file
delete          Remove object from namespace
expose          Create Service and set output port list
genautocomplete Generate bash autocompletion parameters
get             Show info about pod(s), service(s), namespace(s), deployment(s)
help            Help about any command
login           Open session and set up token
logout          Close session and remove token
restart         Restart pods by deploy name
run             Run deployment NAME and generate json file
set             Change one of parameters in Deployment
version         Print the version number of chkit

Flags:
-d, --debug   turn on debugging messages
-h, --help    help for chkit

Use "chkit [command] --help" for more information about a command.
Clone this wiki locally