gcloud alpha sql blue-green-deployments

INFORMATION
gcloud alpha sql blue-green-deployments is not available in universe domain universe.
NAME
gcloud alpha sql blue-green-deployments - provide commands for managing Cloud SQL blue-green deployments
SYNOPSIS
gcloud alpha sql blue-green-deployments COMMAND [GCLOUD_WIDE_FLAG]
DESCRIPTION
(ALPHA) Blue-green deployment is a strategy that minimizes database downtime when you make changes, like major version upgrades, by copying a production environment to a separate, synchronized staging environment.

With blue-green deployments, you can make changes to a staging environment-the green environment-without affecting the production environment-the blue environment. When you're ready, you can switch over with low downtime, promoting the staging environment to be the new production environment.

These commands help you manage the lifecycle of creating the green environment, testing, switching over, and cleaning up old resources in Cloud SQL.

GCLOUD WIDE FLAGS
These flags are available to all commands: --help.

Run $ gcloud help for details.

COMMANDS
COMMAND is one of the following:
create
(ALPHA) Creates a Cloud SQL blue-green deployment.
delete
(ALPHA) Deletes a Cloud SQL blue-green deployment.
describe
(ALPHA) Retrieves information about a Cloud SQL blue-green deployment.
list
(ALPHA) Lists Cloud SQL blue-green deployments.
switchover
(ALPHA) Performs switchover for a Cloud SQL blue-green deployment.
NOTES
This command is currently in alpha and might change without notice. If this command fails with API permission errors despite specifying the correct project, you might be trying to access an API with an invitation-only early access allowlist. This variant is also available:
gcloud beta sql blue-green-deployments