summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Watkins <oddbloke@ubuntu.com>2020-06-12 15:59:51 -0400
committerGitHub <noreply@github.com>2020-06-12 15:59:51 -0400
commit9912b000b27dfb9a42622f522bf12acb51ff74d0 (patch)
tree21b9a2c846432cb33a3880f9f9905125691b378a
parent287bfca19d8ed386cd41dbc47753b7711ac1c848 (diff)
downloadvyos-cloud-init-9912b000b27dfb9a42622f522bf12acb51ff74d0.tar.gz
vyos-cloud-init-9912b000b27dfb9a42622f522bf12acb51ff74d0.zip
cli.rst: alphabetise devel subcommands and add net-convert to list (#430)
-rw-r--r--doc/rtd/topics/cli.rst14
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/rtd/topics/cli.rst b/doc/rtd/topics/cli.rst
index b32677b0..4a0aa924 100644
--- a/doc/rtd/topics/cli.rst
+++ b/doc/rtd/topics/cli.rst
@@ -106,17 +106,19 @@ Do **NOT** rely on the output of these commands as they can and will change.
Current subcommands:
- * ``schema``: a **#cloud-config** format and schema
- validator. It accepts a cloud-config yaml file and annotates potential
- schema errors locally without the need for deployment. Schema
- validation is work in progress and supports a subset of cloud-config
- modules.
-
+ * ``net-convert``: manually use cloud-init's network format conversion, useful
+ for testing configuration or testing changes to the network conversion logic
+ itself.
* ``render``: use cloud-init's jinja template render to
process **#cloud-config** or **custom-scripts**, injecting any variables
from ``/run/cloud-init/instance-data.json``. It accepts a user-data file
containing the jinja template header ``## template: jinja`` and renders
that content with any instance-data.json variables present.
+ * ``schema``: a **#cloud-config** format and schema
+ validator. It accepts a cloud-config yaml file and annotates potential
+ schema errors locally without the need for deployment. Schema
+ validation is work in progress and supports a subset of cloud-config
+ modules.
.. _cli_features: