File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ checks as part of a container build
66# SYNOPSIS
77
88** bootc container lint** \[ ** \- -rootfs** \] \[ ** \- -fatal-warnings** \]
9- \[ ** \- -list** \] \[ ** \- -skip** \] \[ ** -h** \| ** \- -help** \]
9+ \[ ** \- -no-truncate** \] \[ ** \- -list** \] \[ ** \- -skip** \]
10+ \[ ** -h** \| ** \- -help** \]
1011
1112# DESCRIPTION
1213
@@ -20,18 +21,22 @@ part of a build process; it will error if any problems are detected.
2021
2122** \- -rootfs** =* ROOTFS* \[ default: /\]
2223
23- : Operate on the provided rootfs
24+ : Operate on the provided rootfs.
2425
2526** \- -fatal-warnings**
2627
2728: Make warnings fatal
2829
30+ ** \- -no-truncate** \
31+
32+ : Print all the warnings found during the linting process.
33+
2934** \- -list**
3035
3136: Instead of executing the lints, just print all available lints. At
3237 the current time, this will output in YAML format because its
3338 reasonably human friendly. However, there is no commitment to
34- maintaining this exact format; do not parse it via code or scripts
39+ maintaining this exact format; do not parse it via code or scripts.
3540
3641** \- -skip** =* SKIP*
3742
@@ -42,7 +47,7 @@ part of a build process; it will error if any problems are detected.
4247
4348** -h** , ** \- -help**
4449
45- : Print help (see a summary with -h)
50+ : Print help (see a summary with -h).
4651
4752# VERSION
4853
You can’t perform that action at this time.
0 commit comments