Skip to content

Completion

completion

Generate shell completion script

Usage

tailor-sdk completion [options] [shell]

Arguments

ArgumentDescriptionRequired
shellShell type (bash, zsh, or fish)No

Options

OptionAliasDescriptionRequiredDefault
--instructions-iShow installation instructionsNofalse
--loader-Print just the rc loader snippet (bash/zsh). Add it to ~/.bashrc or ~/.zshrc; it auto-regenerates the cache when the binary changes.Nofalse
--install-Write the completion script to its on-disk cache (bash/zsh) or autoload location (fish) instead of printing it.Nofalse
--static-Generate the legacy static completion script with command metadata baked in.Nofalse
--dispatcher-Generate the runtime dispatcher completion script. This is the default.Nofalse
--worker-Generate an internal static worker artifact for dispatcher mode.Nofalse

See Global Options for options available to all commands.