Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Generate bash autocompletion script for the FlexAI CLI
flexai completion bash [flags]
--help
-h
--no-descriptions
--verbose
-v
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
Was this page helpful?