Working with AuraDB tenants
The Aura CLI makes heavy use of console commands containing the keyword |
Aura CLI allows you to list the Aura tenants you can access and then obtain the available AuraDB instance for each one. To list the tenants:
aura-cli tenant list
To get available AuraDB instances for an individual tenant, change TENANT-ID
to the one you are interested in.
The output is substantial as all available AuraDB instance configurations are returned.
Consider filtering the output, for example by using the jq utility.
aura-cli tenant get TENANT-ID
If you have a single tenant or one that you use most frequently, it is recommended that you set it as the default to avoid repetition with other Aura CLI commands. Do this with:
aura-cli config set default-tenant TENANT-ID