Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.flex.ai/llms.txt

Use this file to discover all available pages before exploring further.

Generate the autocompletion script for the bash shell.

Usage

flexai completion bash [flags]

Flags

FlagShortTypeDescription
--help-hbooleanDisplays this help page.
--no-descriptionsbooleanDisable completion descriptions
--verbose-vbooleanEnable verbose logging

Examples

Generate a bash completion script


flexai completion bash > flexai-completion.bash && \
  mkdir -p  ~/.local/share/bash-completion/completions && \
  mv flexai-completion.bash ~/.local/share/bash-completion/completions/flexai && \
  source ~/.bashrc