Skip to content

project rename

Synopsis

dbvr project rename [-hV]
                    [-d=<description>]
                    <projectId>
                    <newName>

Tip

You can also use global options with this command.

Description

Rename an existing project in the current workspace.

Required options

<projectId>

Project ID or project name.

Info

Use project list to see available project names and IDs.

<newName>

New project name.

Options

--description

-d, --description=<description>

Set or update the project description.

Examples

Rename a project:

dbvr project rename Analytics Reporting

Rename a project and update its description:

dbvr project rename \
  --description="Reporting workloads" \
  Analytics \
  Reporting