edbctl project Innovation Release
This documentation covers the current Innovation Release of
EDB Postgres AI. You may also want the docs for the current LTS version.
Manages projects for organizing clusters and resources. Use this command to create, edit, view, and delete projects, making it easier to manage your database clusters efficiently.
Commands
- edbctl project list — Displays all available projects.
- edbctl project create — Creates a new project.
- edbctl project edit — Edits a project.
- edbctl project delete — Deletes a specified project.
edbctl project list
Lists all available projects and displays detailed information, including project ID, name, user count, cluster count, and tags. You can also filter results by project name or ID.
edbctl project list [options]
Where options are:
-n, --name string Project name (optional). Filter the list by a specific project name. -i, --id string Project ID (optional). Filter the list by a specific project ID. -c, --credential string The credential that you created via the `credential create` command. The default is fetched from `context_credential`. -o, --output string [table json yaml xml] \(default "table") -h, --help Help for list.
This example shows how to list all the projects:
edbctl project list
edbctl project create
Creates a new project with a specified name and optional tags. Use this command to define and organize projects efficiently.