1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00

gcloud: Wed May 10 11:35:23 UTC 2023

This commit is contained in:
Automated 2023-05-10 11:35:23 +00:00
parent a4643b613a
commit 14441c7ea7
154 changed files with 6649 additions and 164 deletions

View file

@ -40,10 +40,10 @@ FLAGS
complete.
--database=DATABASE, -d DATABASE
Database to which the import is made. If not set, it is assumed that
the database is specified in the file to be imported. If your SQL dump
file includes a database statement, it will override the database set
in this flag.
Database to which the import is made. The database needs to be created
before importing. If not set, it is assumed that the database is
specified in the file to be imported. If your SQL dump file includes a
database statement, it will override the database set in this flag.
--user=USER
PostgreSQL user for this import operation.

View file

@ -37,10 +37,10 @@ FLAGS
complete.
--database=DATABASE, -d DATABASE
Database to which the import is made. If not set, it is assumed that
the database is specified in the file to be imported. If your SQL dump
file includes a database statement, it will override the database set
in this flag.
Database to which the import is made. The database needs to be created
before importing. If not set, it is assumed that the database is
specified in the file to be imported. If your SQL dump file includes a
database statement, it will override the database set in this flag.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,