mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Apr 20 10:38:56 UTC 2023
This commit is contained in:
parent
b155beb241
commit
b33a8a3e6e
169 changed files with 3258 additions and 576 deletions
|
|
@ -1,50 +0,0 @@
|
|||
NAME
|
||||
gcloud alpha datastore databases create - create a Google Cloud Firestore
|
||||
in Datastore Mode database
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha datastore databases create [--region=REGION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. Please use gcloud alpha
|
||||
firestore database update --type=datastore-mode instead.
|
||||
|
||||
(ALPHA) (DEPRECATED) Create a Google Cloud Firestore in Datastore Mode
|
||||
database.
|
||||
|
||||
This command is deprecated. Please use gcloud alpha firestore database
|
||||
update --type=datastore-mode instead.
|
||||
|
||||
EXAMPLES
|
||||
To create Google Cloud Firestore in Datastore Mode database
|
||||
|
||||
$ gcloud alpha datastore databases create
|
||||
|
||||
To create an app in the us-central region, run:
|
||||
|
||||
$ gcloud alpha datastore databases create --region=us-central
|
||||
|
||||
FLAGS
|
||||
--region=REGION
|
||||
The region to create the Google Cloud Firestore in Datastore Mode
|
||||
database within. Use gcloud app regions list to list available regions.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
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 datastore databases create
|
||||
|
||||
$ gcloud beta datastore databases create
|
||||
|
||||
|
|
@ -13,13 +13,6 @@ GCLOUD WIDE FLAGS
|
|||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
create
|
||||
(ALPHA) (DEPRECATED) Create a Google Cloud Firestore in Datastore Mode
|
||||
database.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue