mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
43 lines
1.1 KiB
Text
43 lines
1.1 KiB
Text
NAME
|
|
gcloud beta sql databases - provide commands for managing databases of
|
|
Cloud SQL instances
|
|
|
|
SYNOPSIS
|
|
gcloud beta sql databases COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) Provide commands for managing databases of Cloud SQL instances,
|
|
including creating, deleting, listing, patching, updating, and getting
|
|
information about databases.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
(BETA) Creates a database for a Cloud SQL instance.
|
|
|
|
delete
|
|
(BETA) Deletes a Cloud SQL database.
|
|
|
|
describe
|
|
(BETA) Displays configuration and metadata about a Cloud SQL database.
|
|
|
|
list
|
|
(BETA) Lists databases for a Cloud SQL instance.
|
|
|
|
patch
|
|
(BETA) Patches the settings of a Cloud SQL database.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. These
|
|
variants are also available:
|
|
|
|
$ gcloud sql databases
|
|
|
|
$ gcloud alpha sql databases
|
|
|