Skip to content

3.0.0

Compare
Choose a tag to compare
@rsalevsky rsalevsky released this 24 Jul 13:37
· 71 commits to main since this release
3.0.0
a8bf45d

Organizations are now supported in Aiven Client

Version 3.0.0 of the Aiven command line interface (CLI) now supports organizations with these new commands:

  • Organizations
    • avn organization create
    • avn organization list
    • avn organization update
    • avn organization delete
  • Organization users
    • avn organization user invite
    • avn organization user list
  • Groups are also supported now with the following commands:
    • avn organization group create
    • avn organization group list
    • avn organization group show
    • avn organization group update
    • avn organization group delete
  • Payment cards
    • avn organization card create
    • avn organization card list
    • avn organization card delete

The avn card commands are deprecated and will be removed in the next major version.

There are also important changes to the avn project create command: 

  • Added --parent-id, which takes the organization ID or account ID. This will be mandatory in the next major version.
  • Deprecated the billing information parameters since these are now used with avn billing-group. These will be removed in the next major version: 
    • --country-code
    • --billing-address 
    • --billing-extra-text
    • --billing-currency
    • --vat-id VAT_ID
    • --billing-email

Check out our documentation to learn more about organizations and organization users.

Full Changelog: 2.20.0...3.0.0