
This patchset updates docs to doc to align with OpenStack standard. Follow-up patchset will be needed to publish documentation to OpenStack [0]. TODO: Update Armada documentation job to align with [1]. [0] https://docs.openstack.org/doc-contrib-guide/project-guides.html [1] http://lists.openstack.org/pipermail/openstack-dev/2018-March/128594.html Change-Id: I100541611ddfcd5c42f09da631346cb8ef3de5e7
26 lines
477 B
ReStructuredText
26 lines
477 B
ReStructuredText
Armada - Validate
|
|
=================
|
|
|
|
|
|
Commands
|
|
--------
|
|
|
|
.. code:: bash
|
|
|
|
Usage: armada validate [OPTIONS] FILENAME
|
|
|
|
This command validates Armada Manifest
|
|
|
|
The validate argument must be a relative path to Armada manifest
|
|
|
|
$ armada validate examples/simple.yaml
|
|
|
|
Options:
|
|
--help Show this message and exit.
|
|
|
|
Synopsis
|
|
--------
|
|
|
|
The validate command will take in an Armada manifest and will validate if it is
|
|
correctly defined and consumable.
|