- A flag on the command (
-o yaml) - An environment variable (
QONTO_CLI_OUTPUT=yaml) - The configuration file (
output: yaml) - The built-in default
The configuration file
The file is~/.config/qonto/config.yaml on every system (%USERPROFILE%\.config\qonto\config.yaml on Windows). Manage it with qonto config:
qonto config --help lists every key. The file never contains a token or a secret: the session is in your credential store.
Environment variables
Version check
Once a day, the CLI readshttps://mcp.qonto.com/cli/manifest.json to learn which versions are current. It then prints, on standard error:
- a one-line notice when a newer version is available;
- a warning when your version is deprecated or below the minimum supported version, with the date after which it will stop working.
3. Update to continue. The check is a plain download of that file: it sends no token and nothing about your account.