crane Verified current stable Not installed? Documentation

Crane / Display Config Help

Display Config Help

Display help documentation for image configuration commands.

$
Terminal
crane config -h

When To Use

When clarity is required on available options and configurations for container images.

Pro Tip

Comprehensive output can be piped to `less` for easier navigation of longer help texts.

Terminal Output

Expected runtime feedback

Simulated preview
>
Output
Usage:
  crane config [options]

Options:
  -h, --help   Display help information about the config command.

Examples:
  $ crane config --help
  $ crane config -h

For more information, visit: https://cranemove.org/docs/config

Anatomy of Output

Understanding the result

Power User Variants

Optimized versions

crane config -h

Show help with concise output.

crane config --list

List available configuration options.

Troubleshooting

Common pitfalls

Error: invalid option

Solution: Ensure the option being used is supported by the command.

Error: command not found

Solution: Ensure crane is installed and available in PATH.

Error: help not available

Solution: Check for newer versions of crane that may include updated documentation.

Command Breakdown

What each part is doing

crane
Base Command
The executable that performs this operation. Here it runs Crane before the shell applies any redirect operators.
-h
h| help
The value supplied for h| help.
-h
Command Option
Tool-specific option used by this command invocation.

How To Run

Execution path

  1. Step 1

    Run the command: `crane config --help` to view the help options.

  2. Step 2

    Review the displayed options to understand config command usage.

Alternative Approaches

Comparable commands in other tools

Alternative documentation tools for the same job.