Welcome to the new Golem Cloud Docs! 👋
Documentation
Shell completion

Golem CLI Shell completion

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

shell copy golem-cli 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-cli update, it is advised to also regenerate the shell completion to always include all the latest commands and flags.