diff --git a/docs/reference/stacker_cli.md b/docs/reference/stacker_cli.md index f186550..041f5c2 100644 --- a/docs/reference/stacker_cli.md +++ b/docs/reference/stacker_cli.md @@ -1,18 +1,21 @@ # Stacker Command-Line Interface Reference +This document lists the command line interface (CLI) commands for stacker version 1.0.0. +
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 build | Builds a new OCI image from a stacker yaml file |
stacker recursive-build | Finds stacker yaml files under a directory and builds all OCI images they define |
stacker convert | Converts a Dockerfile into a stacker yaml file |
stacker publish | Publishes OCI images previously built from one or more stacker yaml files |
stacker chroot | Runs a command in a chroot (same as stacker exec ) |
stacker clean | Cleans up after a stacker build |
stacker inspect | Prints the json representation of an OCI image |
stacker grab | Grabs a file from the image's filesystem |
stacker unpriv-setup | Does 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 |
stacker check | Checks that all runtime required items (like kernel features) are present |
stacker help | Shows a list of commands or help for one command |