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

FlagValueDefaultChoicesDescription
--include-bash-completion-libInclude Usage's bash completion library in bash output

Examples

Generate bash completions

flywheel completion bash

Generate zsh completions

flywheel completion zsh

Generate Nushell completions with the alias

flywheel completion nushell

Subcommands

CommandSummary
flywheel completion bashGenerate a bash shell completion script
flywheel completion zshGenerate a zsh shell completion script
flywheel completion fishGenerate a fish shell completion script
flywheel completion powershellGenerate a powershell shell completion script
flywheel completion nuGenerate a nu shell completion script
flywheel completion nushellGenerate a nushell shell completion script
flywheel completion installInstall a generated shell completion script to a user-level location
flywheel completion uninstallRemove Flywheel-managed shell completion files and profile blocks