Skip to content

Commit 4b58ec2

Browse files
committed
Run cargo xtask update-generated
Signed-off-by: John Eckersberg <[email protected]>
1 parent 859dd16 commit 4b58ec2

File tree

4 files changed

+42
-1
lines changed

4 files changed

+42
-1
lines changed

docs/src/host-v1.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
"description": "Bootloader type to determine whether system was booted via Grub or Systemd",
200200
"oneOf": [
201201
{
202-
"description": "Use Grub as the booloader",
202+
"description": "Use Grub as the bootloader",
203203
"type": "string",
204204
"const": "Grub"
205205
},
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# NAME
2+
3+
bootc-container-inspect - Output JSON to stdout containing the container image metadata
4+
5+
# SYNOPSIS
6+
7+
bootc container inspect
8+
9+
# DESCRIPTION
10+
11+
Output JSON to stdout containing the container image metadata
12+
13+
# OPTIONS
14+
15+
<!-- BEGIN GENERATED OPTIONS -->
16+
**--rootfs**=*ROOTFS*
17+
18+
Operate on the provided rootfs
19+
20+
Default: /
21+
22+
<!-- END GENERATED OPTIONS -->
23+
24+
# EXAMPLES
25+
26+
TODO: Add practical examples showing how to use this command.
27+
28+
# SEE ALSO
29+
30+
**bootc**(8)
31+
32+
# VERSION
33+
34+
<!-- VERSION PLACEHOLDER -->

docs/src/man/bootc-container.8.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Operations which can be executed as part of a container build
1919
<!-- BEGIN GENERATED SUBCOMMANDS -->
2020
| Command | Description |
2121
|---------|-------------|
22+
| **bootc container inspect** | Output JSON to stdout containing the container image metadata |
2223
| **bootc container lint** | Perform relatively inexpensive static analysis checks as part of a container build |
2324

2425
<!-- END GENERATED SUBCOMMANDS -->

docs/src/man/bootc-install-print-configuration.8.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@ filesystem type from the container image.
1919
At the current time, the only output key is `root-fs-type` which is a
2020
string-valued filesystem name suitable for passing to `mkfs.\$type`.
2121

22+
# OPTIONS
23+
2224
<!-- BEGIN GENERATED OPTIONS -->
25+
**--all**
26+
27+
Print all configuration
28+
2329
<!-- END GENERATED OPTIONS -->
2430

2531
# VERSION

0 commit comments

Comments
 (0)