Skip to main content
The CLI works without any configuration. When you want different defaults, set them in a configuration file or in environment variables. When the same setting is given in several places, the first one wins:
  1. A flag on the command (-o yaml)
  2. An environment variable (QONTO_CLI_OUTPUT=yaml)
  3. The configuration file (output: yaml)
  4. 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 reads https://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.
After that date, an unsupported version refuses to run and exits with code 3. Update to continue. The check is a plain download of that file: it sends no token and nothing about your account.