CLI Guide

Table Of Contents
tree
Displays the context tree.
Contexts
All contexts.
Syntax
tree
[-e|--expand]
[-c|--context] subcontext-root
[-s|--select] glob-pattern
Arguments
Optional arguments
[-e|--expand]
Expand the subcontexts.
[-c|--context] subcontext-root The subcontext to use as the root for the tree.
[-s|--select] glob-pattern Glob pattern for selecting the contexts in the tree.
Description
Displays the sub-context tree.
Use the tree command with no arguments to display the sub context tree from the current context.
Use the --context subcontext root to display the sub context tree from the specified subcontext.
Use the --expand argument to expand the sub-contexts if applicable.
Use the --select glob-pattern argument to display contexts in the specified sub-tree that match the glob pattern. The glob
pattern may match more contexts that are outside the given sub-tree.
Examples
Display contexts below the current context:
VPlexcli:/management-server> tree
/management-server:
ports
eth0
eth1
eth2
eth3
Display contexts below the specified context:
VPlexcli:/> tree --context /clusters/cluster-1/devices/dev_sym1723_1FC
/clusters/cluster-1/devices/dev_sym1723_1FC:
components
extent_Symm1723_1FC_1
components
Symm1723_1FC
components
Commands
309