completion
Generate a shell completion script from the public Flywheel Usage spec
Reference for flywheel completion.
Command Group
Setup Commands
Summary
Generate a shell completion script from the public Flywheel Usage spec
Usage
flywheel completion [--include-bash-completion-lib] <SUBCOMMAND>Required flags
None.
Optional flags
| Flag | Value | Default | Choices | Description |
|---|---|---|---|---|
--include-bash-completion-lib | Include Usage's bash completion library in bash output |
Examples
Generate bash completions
flywheel completion bashGenerate zsh completions
flywheel completion zshGenerate Nushell completions with the alias
flywheel completion nushellSubcommands
| Command | Summary |
|---|---|
flywheel completion bash | Generate a bash shell completion script |
flywheel completion zsh | Generate a zsh shell completion script |
flywheel completion fish | Generate a fish shell completion script |
flywheel completion powershell | Generate a powershell shell completion script |
flywheel completion nu | Generate a nu shell completion script |
flywheel completion nushell | Generate a nushell shell completion script |
flywheel completion install | Install a generated shell completion script to a user-level location |
flywheel completion uninstall | Remove Flywheel-managed shell completion files and profile blocks |