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")Install
Section titled “Install”# zshre-shell completion --shell zsh
# bashre-shell completion --shell bashInstalling Shell Completion
Installing zsh completion...After installation, restart your shell (or source your profile) and press
Tab while typing a re-shell command:
re-shell work<Tab> # → workspacere-shell workspace <Tab> # → summary health graph drift policy ...re-shell templates list --<Tab> # → --json --language --frameworkSee also
Section titled “See also”- CLI Overview — the full command surface that completion exposes.