aiven-client

Command-line client for managing Aiven cloud services

brewmacoslinux
Try with needOr install directly
Source

About

Official command-line client for Aiven

Commands

aiven-client

Examples

List all Aiven projects$ aiven-client project list
Create a new PostgreSQL service$ aiven-client service create --project my-project --service-name pg-db --service-type pg
Get connection details for a service$ aiven-client service connection-info --project my-project --service pg-db