CLI Guide

Table Of Contents
See also
plugin addurl
plugin listurl
popd
Pops the top context off the stack, and changes the current context to that context.
Contexts
All contexts.
Syntax
popd
Description
If the context stack is currently empty, an error message is displayed.
Example
In the following example:
The pushd command adds a third context to the context stack. The output of the command displays the three contexts in
the stack.
The popd command removes the top (last added) context, changes the context to the next one in the stack, and the output
displays the two remaining contexts:
VPlexcli:/clusters/cluster-1/directors/diector-1-1-A> pushd /clusters/cluster-1/
directors/director-1-1-B
[/clusters/cluster-1/directors/director-1-1-B, /clusters/cluster-1/directors/
director-1-1-A, /clusters/cluster-1/storage-elements/storage-arrays, /, /]
VPlexcli:/clusters/cluster-1/directors/director-1-1-B> popd
[/clusters/cluster-1/directors/director-1-1-B, /clusters/cluster-1/storage-elements/
storage-arrays, /, /]
VPlexcli:/clusters/cluster-1/directors/director-1-1-A>
See also
pushd
pushd
Pushes the current context onto the context stack, and then changes the current context to the given context.
Contexts
All contexts.
Commands
259