Skip to content

Commit 28a0970

Browse files
committed
docgen
1 parent cfed412 commit 28a0970

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

doc/k3p_build.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ k3p build [flags]
2626
-o, --output string The file to save the distribution package to (default "/home/<user>/devel/k3p/package.tar")
2727
--pull-policy string The pull policy to use when bundling container images (valid options always,never,ifnotpresent [case-insensitive]) (default "always")
2828
--run-file Whether to bundle the final archive into a self-installing run file
29+
--use-registry Bundle container images into a private registry instead of just raw tar balls
2930
-V, --version string The version to tag the package (default "latest")
3031
```
3132

doc/k3p_inspect.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ k3p inspect PACKAGE [flags]
99
### Options
1010

1111
```
12+
-c, --config string Dump the contents of the specified config file
1213
-D, --details Show additional details on package content
1314
-h, --help help for inspect
1415
-m, --manifest string Dump the contents of the specified manifest

doc/k3p_uninstall.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ k3p uninstall [flags]
99
### Options
1010

1111
```
12-
-h, --help help for uninstall
13-
-n, --name string The name of the package to uninstall (required for docker)
12+
-h, --help help for uninstall
1413
```
1514

1615
### Options inherited from parent commands

0 commit comments

Comments
 (0)