From c701d6c17b0239dbbc137d089685782fff8a437f Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Thu, 20 Feb 2025 12:47:20 -0700 Subject: [PATCH] docs: Document ARGS more thouroughly --- docs/chapters/template.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/chapters/template.rst b/docs/chapters/template.rst index 0e294885..0c45bead 100644 --- a/docs/chapters/template.rst +++ b/docs/chapters/template.rst @@ -60,6 +60,15 @@ Template Hook Descriptions ARG - set an ARG value to be used in the template +ARGS will default to the value set inside the template, but can be changed by including `--arg ARG=VALUE` when +running the template. Multiple ARGS can also be specified as seen below. If no ARG value is given, the template +will show a warning, but will still continue. + +.. code-block:: shell + + ishmael ~ # bastille template azkaban sample/template --arg ARG=VALUE --arg ARG1=VALUE + + CMD - run the specified command CONFIG - set the specified property and value