diff options
| author | Richard Theis <rtheis@us.ibm.com> | 2016-01-25 12:52:49 -0600 |
|---|---|---|
| committer | Richard Theis <rtheis@us.ibm.com> | 2016-02-02 08:40:05 -0600 |
| commit | 981621e9845934c109c5e4abd9b2ab6828744346 (patch) | |
| tree | b7f28f77de03bff0ed077e05ca07ddc359ecfe46 /doc/source/command-objects | |
| parent | f36177ebdd4ea25028337efaf667c23d62e3bf9e (diff) | |
| download | python-openstackclient-981621e9845934c109c5e4abd9b2ab6828744346.tar.gz | |
Add "os port show" command
Add "os port show" command.
Change-Id: Id87c81640e74c60ae8f247c722c64fdadff022a2
Partial-Bug: #1519909
Partially-Implements: blueprint neutron-client
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/port.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/source/command-objects/port.rst b/doc/source/command-objects/port.rst index 78677332..414b7437 100644 --- a/doc/source/command-objects/port.rst +++ b/doc/source/command-objects/port.rst @@ -19,3 +19,19 @@ Delete port(s) .. describe:: <port> Port(s) to delete (name or ID) + +port show +--------- + +Display port details + +.. program:: port show +.. code:: bash + + os port show + <port> + +.. _port_show-port: +.. describe:: <port> + + Port to display (name or ID) |
