Welcome to the new Golem Cloud Docs! 👋
Shell Completion

Golem CLI Shell completion

The golem completion command can be used to generate shell completions for many popular shells:

golem completion --generate bash

The above command will generate and print the shell completion script to the standard output, redirect the output into a file to save the script. Consult your shell documentation about where to place it.

After every golem update, it is advised to also regenerate the shell completion to always include all the latest commands and flags.