NAME
gdcloud database operations list - List database operations for the given DBCluster custom resource.
SYNOPSIS
gdcloud database operations list [flags]
EXAMPLES
To list operations on the PostgreSQL DBCluster "postgresql-db", run:
gdcloud database operations list --cluster=postgresql-db
To list operations in the Oracle DBCluster "oracle-db" in the project "db", run:
gdcloud database operations list --project=db --cluster=oracle-db
REQUIRED FLAGS
--cluster string DBCluster name.
GDCLOUD WIDE FLAGS
These flags are available to all commands: --configuration
, --format
, --help
, --project
, --quiet
.
For more information, see the gdcloud CLI reference overview page.