Skip to content

cloud list

cloud list - list configured clouds in the current workspace.

Synopsis

dbvr cloud list [-hV]

Tip

You can also use global options with this command.

Description

List all cloud storage configurations available in the current workspace.

The output includes the ID, name, and type of each configured cloud. Use the cloud ID with cloud test to verify connectivity, or use the cloud URI schemes with sql to read and write files in cloud storage.

Example

dbvr cloud list

Sample output:

ID           NAME              TYPE
azure-prod   Azure production  azure
gcp-staging  GCP staging       gcp
aws-us       AWS US East       aws

The table includes:

  • ID - cloud identifier used to reference this configuration
  • NAME - display name for the cloud configuration
  • TYPE - cloud provider type: gcp, aws, or azure