mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +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
|
|
@ -24,7 +24,7 @@ EXAMPLES
|
|||
|
||||
REQUIRED FLAGS
|
||||
--database=DATABASE
|
||||
The database to operate on. The default value is (default).
|
||||
The database to operate on.
|
||||
|
||||
For example, to operate on database foo:
|
||||
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ REQUIRED FLAGS
|
|||
--backup-schedule='091a49a0-223f-4c98-8c69-a284abbdb26b'
|
||||
|
||||
--database=DATABASE
|
||||
The database to operate on. The default value is (default).
|
||||
The database to operate on.
|
||||
|
||||
For example, to operate on database foo:
|
||||
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ REQUIRED FLAGS
|
|||
--backup-schedule='091a49a0-223f-4c98-8c69-a284abbdb26b'
|
||||
|
||||
--database=DATABASE
|
||||
The database to operate on. The default value is (default).
|
||||
The database to operate on.
|
||||
|
||||
For example, to operate on database foo:
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ EXAMPLES
|
|||
|
||||
REQUIRED FLAGS
|
||||
--database=DATABASE
|
||||
The database to operate on. The default value is (default).
|
||||
The database to operate on.
|
||||
|
||||
For example, to operate on database foo:
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ REQUIRED FLAGS
|
|||
--backup-schedule='091a49a0-223f-4c98-8c69-a284abbdb26b'
|
||||
|
||||
--database=DATABASE
|
||||
The database to operate on. The default value is (default).
|
||||
The database to operate on.
|
||||
|
||||
For example, to operate on database foo:
|
||||
|
||||
|
|
|
|||
|
|
@ -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