diff --git a/docs/reference/stacker_cli.md b/docs/reference/stacker_cli.md index 7624aca..f186550 100644 --- a/docs/reference/stacker_cli.md +++ b/docs/reference/stacker_cli.md @@ -1 +1,233 @@ -# Stacker CLI \ No newline at end of file +# Stacker Command-Line Interface Reference + +
stacker | Stacker builds OCI images |
stacker build | Build a new OCI image from a stacker yaml file |
stacker recursive-build | Find stacker yaml files under a directory and builds all OCI layers they define |
stacker publish | Publish OCI images previously built from one or more stacker yaml files |
stacker chroot | Run a command in a chroot (same as stacker exec ) |
stacker clean | Clean up after a stacker build |
stacker inspect | Print the json representation of an OCI image |
stacker grab | Grab a file from the layer's filesystem |
stacker unpriv-setup | Do the necessary unprivileged setup for stacker build to work without root |
stacker gc | Garbage collection of unused OCI imports/outputs snapshots |
stacker check | Check that all runtime required items (like kernel features) are present |
stacker help | Show a list of commands or help for one command |