# CLI

Use the CLI for interactive work and scripting.

### Good fit

* Quick troubleshooting and discovery.
* Scripting in CI/CD.
* Lightweight operations without writing an app.

### What to document here

* Installation and autocompletion
* Authentication
* Core commands (list, create, delete)
* Output formats and filtering

{% hint style="warning" %}
Avoid printing credentials in shell history. Prefer env vars and secret stores.
{% endhint %}
