Skip to content

project list

Synopsis

dbvr project list [-hV]

Tip

You can also use global options with this command.

Description

List all projects available in the current workspace.

The output includes project names that can be used with commands such as datasource create, datasource update, or other project-related operations.

Example output

dbvr project list

Sample output:

ID        NAME      DEFAULT   DESCRIPTION
General   General   yes
Test      Test                Environment for testing and QA
Prod      Prod                Production environment

The table includes:

  • ID - internal project identifier
  • NAME - project name
  • DEFAULT - marked with yes if this is the default project. To change it, use project default
  • DESCRIPTION - optional project description