mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
84 lines
2.3 KiB
Text
84 lines
2.3 KiB
Text
NAME
|
|
gcloud alpha sql - create and manage Google Cloud SQL databases
|
|
|
|
SYNOPSIS
|
|
gcloud alpha sql GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) The gcloud sql command group lets you create and manage Google
|
|
Cloud SQL databases.
|
|
|
|
Cloud SQL is a fully-managed database service that makes it easy to set up,
|
|
maintain, manage, and administer your relational databases in the cloud.
|
|
|
|
More information on Cloud SQL can be found here:
|
|
https://cloud.google.com/sql and detailed documentation can be found here:
|
|
https://cloud.google.com/sql/docs/
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
backups
|
|
(ALPHA) Provide commands for working with backups of Cloud SQL
|
|
instances.
|
|
|
|
databases
|
|
(ALPHA) Provide commands for managing databases of Cloud SQL instances.
|
|
|
|
export
|
|
(ALPHA) Provide commands to export Cloud SQL instances.
|
|
|
|
flags
|
|
(ALPHA) Provide a command to list flags.
|
|
|
|
import
|
|
(ALPHA) Provides commands to import Cloud SQL instances.
|
|
|
|
instances
|
|
(ALPHA) Provide commands for managing Cloud SQL instances.
|
|
|
|
operations
|
|
(ALPHA) Provide commands for working with Cloud SQL instance
|
|
operations.
|
|
|
|
ssl
|
|
(ALPHA) Provide commands for managing SSL certificates of Cloud SQL
|
|
instances.
|
|
|
|
ssl-certs
|
|
(ALPHA) (DEPRECATED) Provide commands for managing SSL certificates of
|
|
Cloud SQL instances.
|
|
|
|
tiers
|
|
(ALPHA) Provide a command to list tiers.
|
|
|
|
users
|
|
(ALPHA) Provide commands for managing Cloud SQL users.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
connect
|
|
(ALPHA) Connects to a Cloud SQL instance.
|
|
|
|
generate-login-token
|
|
(ALPHA) Generate an IAM login token for Cloud SQL.
|
|
|
|
reschedule-maintenance
|
|
(ALPHA) Reschedule a Cloud SQL instance's maintenance.
|
|
|
|
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. These variants are also available:
|
|
|
|
$ gcloud sql
|
|
|
|
$ gcloud beta sql
|
|
|