CLI Guide

Table Of Contents
help
Displays help on one or more commands.
Contexts
All contexts.
Syntax
help
[-i|--interactive]
[-G|--no-global]
[-n|--no-internal]
Arguments
Optional arguments
[-i|--interactive]
Invoke interactive help.
Type quit to exit interactive help.
[-G|--no-global]
Suppresses the list of global commands for contexts other than root context.
[-n|--internal]
Include commands that are normally used for low-level debugging and development.
Description
If an argument is marked as required, it is always required. Additional arguments may be required depending on the context in
which the command is executed.
Example
Display only commands specific to the current context:
VPlexcli:/clusters/cluster-1> help -G
Commands inherited from parent contexts:
add cacheflush configdump expel forget shutdown summary unexpel
Commands specific to this context and below:
status verify
Display help for a specified command:
VPlexcli:/clusters/cluster-1> status --help
synopsis: status [<options>]
Displays a cluster's operational-status and health-state.
options (* = required):
-h, --help
Displays the usage for this command.
--verbose
Provide more output during command execution. This may not have any effect
for some commands.
-c, --clusters= <clusters>
clusters whose operational-status to display.
Along with the operational-status, an indication of why it could be non-nominal and a
Commands
215