Skip to main content

Aiven CLI

The Aiven command line interface (CLI) lets you use the Aiven platform and services in a scriptable way through the API.

Install the Aiven CLI

  1. The avn utility is a Python package:

    pip install aiven-client
  2. To check your installation, run:

    avn --version

Authenticate with the Aiven CLI

You can authenticate using your password or a token.

  1. To log in with your email, run:

    avn user login EMAIL_ADDRESS
  2. When prompted, enter your password.

Configure the output format

To get information in JSON format, use the --json switch with any command.