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 33# read in all the module YAML files specified for an image, in order, to
44# produce a comprehensive list of configuration environment variables,
55# 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)
612
713import yaml
814import sys
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ set -euo pipefail
55# wish to generate documentation for, by switching to the relevant git
66# branches and tags and enumerating the image descriptors.
77# It is expected that this script is invoked via GitHub Actions.
8+ #
9+ # Usage: ./gendocs.sh
810
911engine=${engine-podman}
1012
You can’t perform that action at this time.
0 commit comments