Skip to content

completion

completion installs tab-completion scripts so command groups, subcommands, and flags auto-complete in your shell.

Usage: re-shell completion [options]
Options:
--shell <shell> Target shell (bash | zsh) (default: "bash")
Terminal window
# zsh
re-shell completion --shell zsh
# bash
re-shell completion --shell bash
Installing Shell Completion
Installing zsh completion...

After installation, restart your shell (or source your profile) and press Tab while typing a re-shell command:

Terminal window
re-shell work<Tab> # → workspace
re-shell workspace <Tab> # → summary health graph drift policy ...
re-shell templates list --<Tab> # → --json --language --framework
  • CLI Overview — the full command surface that completion exposes.