We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab966d commit 5c87528Copy full SHA for 5c87528
gendocs.py
@@ -3,6 +3,12 @@
3
# read in all the module YAML files specified for an image, in order, to
4
# produce a comprehensive list of configuration environment variables,
5
# then write them out to something useful
6
+#
7
+# Usage:
8
+# ./gendocs.py name-of-image > output-asciidoc-file
9
10
+# This script reads target/image.yaml, which is produced by a cekit
11
+# build (including --dry-run)
12
13
import yaml
14
import sys
gendocs.sh
@@ -5,6 +5,8 @@ set -euo pipefail
# wish to generate documentation for, by switching to the relevant git
# branches and tags and enumerating the image descriptors.
# It is expected that this script is invoked via GitHub Actions.
+# Usage: ./gendocs.sh
engine=${engine-podman}
0 commit comments