File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 3
3
# read in all the module YAML files specified for an image, in order, to
4
4
# produce a comprehensive list of configuration environment variables,
5
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)
6
12
7
13
import yaml
8
14
import sys
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ set -euo pipefail
5
5
# wish to generate documentation for, by switching to the relevant git
6
6
# branches and tags and enumerating the image descriptors.
7
7
# It is expected that this script is invoked via GitHub Actions.
8
+ #
9
+ # Usage: ./gendocs.sh
8
10
9
11
engine=${engine-podman}
10
12
You can’t perform that action at this time.
0 commit comments