CLI Guide

Table Of Contents
-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
progress indicator are displayed.
Health-state has a similar indicator.
Invoke interactive help:
VPlexcli:/clusters/cluster-1> help -i
Welcome to Python 2.2! This is the online help utility.
.
.
.
help> topics
Here is a list of available topics. Enter any topic name to get more help.
ASSERTION DYNAMICFEATURES NONE TRACEBACKS
ASSIGNMENT ELLIPSIS NUMBERMETHODS TRUTHVALUE
.
.
.
help> EXPRESSIONS
------------------------------------------------------------------------
5.14 Summary
The following table summarizes the operator precedences in Python, from
lowest precedence (least binding) to highest precedence (most binding).
.
.
.
history
Displays or clears the command history list.
Contexts
All contexts.
Syntax
history
[-c|--clear]
[-n|--number] number
Arguments
Optional arguments
[-c|--clear]
Clears the history list.
[-n|--number] number Displays only the last number commands in the history list.
208 Commands