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

ArgumentRequiredChoicesDescription
<shell>Yesbash, zsh, fish, powershell, nu, nushellShell to install completions for

Required flags

None.

Optional flags

FlagValueDefaultChoicesDescription
--dirpathOverride completion script destination directory
--forceReplace an existing unmarked destination file
--dry-runPrint planned changes without writing files
--update-profileAllow shell startup/profile file updates
-y, --yesSkip confirmation prompts

Examples

Install bash completions

flywheel completion install bash

Install zsh completions and update the profile

flywheel completion install zsh --update-profile --yes

Preview Nushell completion installation

flywheel completion install nushell --dry-run