mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Thu May 4 10:43:54 UTC 2023
This commit is contained in:
parent
2ae1bc2b12
commit
a4643b613a
5479 changed files with 49254 additions and 23210 deletions
|
|
@ -40,8 +40,9 @@ EXAMPLES
|
|||
POSITIONAL ARGUMENTS
|
||||
Entry resource - Entry to create. The arguments in this group can be used
|
||||
to specify the attributes of this resource. (NOTE) Some attributes are not
|
||||
given arguments in this group but can be set in other ways. To set the
|
||||
project attribute:
|
||||
given arguments in this group but can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument entry on the command line with a fully specified
|
||||
name;
|
||||
◆ set the property core/project;
|
||||
|
|
@ -50,8 +51,9 @@ POSITIONAL ARGUMENTS
|
|||
This must be specified.
|
||||
|
||||
ENTRY
|
||||
ID of the entry or fully qualified identifier for the entry. To set
|
||||
the entry attribute:
|
||||
ID of the entry or fully qualified identifier for the entry.
|
||||
|
||||
To set the entry attribute:
|
||||
▸ provide the argument entry on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
|
|
@ -118,18 +120,18 @@ OPTIONAL FLAGS
|
|||
mode: NULLABLE
|
||||
type: STRING
|
||||
|
||||
At most one of these can be specified:
|
||||
At most one of these can be specified:
|
||||
|
||||
--schema=[COLUMN_NAME=COLUMN_TYPE,...]
|
||||
Inline schema for the entry. When specifying a schema via this
|
||||
argument, only column names and types should be provided. Column
|
||||
modes will default to NULLABLE, and column descriptions and nested
|
||||
subcolumns are not supported.
|
||||
--schema=[COLUMN_NAME=COLUMN_TYPE,...]
|
||||
Inline schema for the entry. When specifying a schema via this
|
||||
argument, only column names and types should be provided. Column
|
||||
modes will default to NULLABLE, and column descriptions and nested
|
||||
subcolumns are not supported.
|
||||
|
||||
--schema-from-file=SCHEMA_FROM_FILE
|
||||
Path to a JSON or YAML file containing the schema for the entry.
|
||||
This can be used to specify schemas with column descriptions,
|
||||
column modes other than NULLABLE, and nested subcolumns.
|
||||
--schema-from-file=SCHEMA_FROM_FILE
|
||||
Path to a JSON or YAML file containing the schema for the entry. This
|
||||
can be used to specify schemas with column descriptions, column modes
|
||||
other than NULLABLE, and nested subcolumns.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
|
|
@ -18,8 +18,9 @@ EXAMPLES
|
|||
POSITIONAL ARGUMENTS
|
||||
Entry resource - Entry to delete. The arguments in this group can be used
|
||||
to specify the attributes of this resource. (NOTE) Some attributes are not
|
||||
given arguments in this group but can be set in other ways. To set the
|
||||
project attribute:
|
||||
given arguments in this group but can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument entry on the command line with a fully specified
|
||||
name;
|
||||
◆ set the property core/project;
|
||||
|
|
@ -28,8 +29,9 @@ POSITIONAL ARGUMENTS
|
|||
This must be specified.
|
||||
|
||||
ENTRY
|
||||
ID of the entry or fully qualified identifier for the entry. To set
|
||||
the entry attribute:
|
||||
ID of the entry or fully qualified identifier for the entry.
|
||||
|
||||
To set the entry attribute:
|
||||
▸ provide the argument entry on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
|
|
|
|||
|
|
@ -18,8 +18,9 @@ EXAMPLES
|
|||
POSITIONAL ARGUMENTS
|
||||
Entry resource - Entry to describe. The arguments in this group can be
|
||||
used to specify the attributes of this resource. (NOTE) Some attributes
|
||||
are not given arguments in this group but can be set in other ways. To set
|
||||
the project attribute:
|
||||
are not given arguments in this group but can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument entry on the command line with a fully specified
|
||||
name;
|
||||
◆ set the property core/project;
|
||||
|
|
@ -28,8 +29,9 @@ POSITIONAL ARGUMENTS
|
|||
This must be specified.
|
||||
|
||||
ENTRY
|
||||
ID of the entry or fully qualified identifier for the entry. To set
|
||||
the entry attribute:
|
||||
ID of the entry or fully qualified identifier for the entry.
|
||||
|
||||
To set the entry attribute:
|
||||
▸ provide the argument entry on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
|
|
|
|||
|
|
@ -21,7 +21,9 @@ REQUIRED FLAGS
|
|||
Entry group resource - The entry group to list. The arguments in this
|
||||
group can be used to specify the attributes of this resource. (NOTE) Some
|
||||
attributes are not given arguments in this group but can be set in other
|
||||
ways. To set the project attribute:
|
||||
ways.
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument --entry-group on the command line with a fully
|
||||
specified name;
|
||||
◆ set the property core/project;
|
||||
|
|
@ -31,7 +33,9 @@ REQUIRED FLAGS
|
|||
|
||||
--entry-group=ENTRY_GROUP
|
||||
ID of the entry group or fully qualified identifier for the entry
|
||||
group. To set the entry-group attribute:
|
||||
group.
|
||||
|
||||
To set the entry-group attribute:
|
||||
▸ provide the argument --entry-group on the command line.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
|
|
|
|||
|
|
@ -39,16 +39,18 @@ EXAMPLES
|
|||
POSITIONAL ARGUMENTS
|
||||
Entry resource - Entry to update. The arguments in this group can be used
|
||||
to specify the attributes of this resource. (NOTE) Some attributes are not
|
||||
given arguments in this group but can be set in other ways. To set the
|
||||
project attribute:
|
||||
given arguments in this group but can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument entry on the command line with a fully specified
|
||||
name;
|
||||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line.
|
||||
|
||||
ENTRY
|
||||
ID of the entry or fully qualified identifier for the entry. To set
|
||||
the entry attribute:
|
||||
ID of the entry or fully qualified identifier for the entry.
|
||||
|
||||
To set the entry attribute:
|
||||
▸ provide the argument entry on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
|
|
@ -121,18 +123,18 @@ FLAGS
|
|||
mode: NULLABLE
|
||||
type: STRING
|
||||
|
||||
At most one of these can be specified:
|
||||
At most one of these can be specified:
|
||||
|
||||
--schema=[COLUMN_NAME=COLUMN_TYPE,...]
|
||||
Inline schema for the entry. When specifying a schema via this
|
||||
argument, only column names and types should be provided. Column
|
||||
modes will default to NULLABLE, and column descriptions and nested
|
||||
subcolumns are not supported.
|
||||
--schema=[COLUMN_NAME=COLUMN_TYPE,...]
|
||||
Inline schema for the entry. When specifying a schema via this
|
||||
argument, only column names and types should be provided. Column
|
||||
modes will default to NULLABLE, and column descriptions and nested
|
||||
subcolumns are not supported.
|
||||
|
||||
--schema-from-file=SCHEMA_FROM_FILE
|
||||
Path to a JSON or YAML file containing the schema for the entry.
|
||||
This can be used to specify schemas with column descriptions,
|
||||
column modes other than NULLABLE, and nested subcolumns.
|
||||
--schema-from-file=SCHEMA_FROM_FILE
|
||||
Path to a JSON or YAML file containing the schema for the entry. This
|
||||
can be used to specify schemas with column descriptions, column modes
|
||||
other than NULLABLE, and nested subcolumns.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue