ast settings

Control telemetry and install shell completions
View as Markdown

Control CLI settings.

ast settings <subcommand>

settings update

Enable or disable anonymous telemetry.

ast settings update --telemetry on|off

settings bash / zsh / fish / powershell

Write a shell completion script to ~/.ast/<binary>-completion.<shell> and print sourcing instructions.

ast settings bash
ast settings zsh
ast settings fish
ast settings powershell

Next steps