Skip to content

Commit

Permalink
docgen
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyzimmer committed Dec 22, 2020
1 parent cfed412 commit 28a0970
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/k3p_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ k3p build [flags]
-o, --output string The file to save the distribution package to (default "/home/<user>/devel/k3p/package.tar")
--pull-policy string The pull policy to use when bundling container images (valid options always,never,ifnotpresent [case-insensitive]) (default "always")
--run-file Whether to bundle the final archive into a self-installing run file
--use-registry Bundle container images into a private registry instead of just raw tar balls
-V, --version string The version to tag the package (default "latest")
```

Expand Down
1 change: 1 addition & 0 deletions doc/k3p_inspect.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ k3p inspect PACKAGE [flags]
### Options

```
-c, --config string Dump the contents of the specified config file
-D, --details Show additional details on package content
-h, --help help for inspect
-m, --manifest string Dump the contents of the specified manifest
Expand Down
3 changes: 1 addition & 2 deletions doc/k3p_uninstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ k3p uninstall [flags]
### Options

```
-h, --help help for uninstall
-n, --name string The name of the package to uninstall (required for docker)
-h, --help help for uninstall
```

### Options inherited from parent commands
Expand Down

0 comments on commit 28a0970

Please sign in to comment.