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 powershell.

Usage

flexai completion powershell [flags]

Flags

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

Examples

Generate a powershell completion script


flexai completion powershell > flexai-completion.ps1 && \
mkdir -p (Split-Path $PROFILE) && \
Add-Content -Path $PROFILE -Value