mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Jan 10 10:17:49 UTC 2024
This commit is contained in:
parent
08ad88258a
commit
5fec13c692
262 changed files with 3211 additions and 4501 deletions
|
|
@ -18,7 +18,7 @@ EXAMPLES
|
|||
$ gcloud alpha firestore databases create --location=us-east1 \
|
||||
--type=datastore-mode
|
||||
|
||||
To create a Datastore Mode database in us-east1 with a database ID foo.
|
||||
To create a Datastore Mode database in us-east1 with a databaseId foo.
|
||||
|
||||
$ gcloud alpha firestore databases create --database=foo \
|
||||
--location=us-east1 --type=datastore-mode
|
||||
|
|
|
|||
|
|
@ -41,7 +41,9 @@ 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:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud firestore databases delete
|
||||
|
||||
$ gcloud beta firestore databases delete
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue