2015-12-10 13:30:21 -06:00
|
|
|
=============
|
|
|
|
Command Specs
|
|
|
|
=============
|
|
|
|
|
|
|
|
Specifications for new commands, objects and actions are listed below.
|
|
|
|
These specifications have not been implemented. See
|
2017-06-13 15:55:33 -04:00
|
|
|
:ref:`command-list` for implemented commands and
|
|
|
|
:ref:`command-structure` for implemented objects and actions.
|
2015-12-10 13:30:21 -06:00
|
|
|
|
|
|
|
It is optional to propose a specifications patch for new commands,
|
|
|
|
objects and actions here before submitting the implementation. Once your
|
|
|
|
specifications patch merges then you may proceed with the implementation.
|
|
|
|
Your implementation patches should move applicable portions of the
|
2017-06-13 15:55:33 -04:00
|
|
|
specifications patch to the official :ref:`command-list`
|
|
|
|
and :ref:`command-structure` documentation.
|
2015-12-10 13:30:21 -06:00
|
|
|
|
|
|
|
Objects Specs
|
|
|
|
-------------
|
|
|
|
|
|
|
|
Add specifications for new objects based on the ``example`` object.
|
|
|
|
|
|
|
|
Actions Specs
|
|
|
|
-------------
|
|
|
|
|
|
|
|
Add specifications for new actions based on the ``example`` action.
|
|
|
|
|
2017-03-20 16:19:27 +00:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
network-topology
|
2015-12-10 13:30:21 -06:00
|
|
|
|
|
|
|
Commands Specs
|
|
|
|
--------------
|
|
|
|
|
|
|
|
Add specifications for new commands based on the commands for the
|
|
|
|
``example`` object. The ``example`` commands are not intended to
|
|
|
|
be a complete template for new commands since other actions, options
|
|
|
|
and/or arguments may be used.
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:glob:
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
command-objects/*
|