-
Notifications
You must be signed in to change notification settings - Fork 1
cloud list
dbeaver-devops edited this page Jun 3, 2026
·
2 revisions
Note: This feature is not available in dbvr Community.
cloud list - list configured clouds in the current workspace.
dbvr cloud list [-hV]
Tip: You can also use global options with this command.
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.
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, orazure
- Getting started
- Reference
- Commands
- Connection options
- Databases support
- Administration
- About dbvr