completion install
Install a generated shell completion script to a user-level location
Reference for flywheel completion install.
This command writes Flywheel-managed completion files for the selected shell so future CLI updates can replace them cleanly.
Command Group
Setup Commands
Summary
Install a generated shell completion script to a user-level location
Usage
flywheel completion install [FLAGS] <shell>Arguments
| Argument | Required | Choices | Description |
|---|---|---|---|
<shell> | Yes | bash, zsh, fish, powershell, nu, nushell | Shell to install completions for |
Required flags
None.
Optional flags
| Flag | Value | Default | Choices | Description |
|---|---|---|---|---|
--dir | path | Override completion script destination directory | ||
--force | Replace an existing unmarked destination file | |||
--dry-run | Print planned changes without writing files | |||
--update-profile | Allow shell startup/profile file updates | |||
-y, --yes | Skip confirmation prompts |
Examples
Install bash completions
flywheel completion install bashInstall zsh completions and update the profile
flywheel completion install zsh --update-profile --yesPreview Nushell completion installation
flywheel completion install nushell --dry-run