mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Apr 8 12:08:12 UTC 2026
This commit is contained in:
parent
89a3bc9276
commit
5b03e16435
766 changed files with 29847 additions and 8950 deletions
|
|
@ -6,6 +6,10 @@ SYNOPSIS
|
|||
[--maintenance-pinned-until-time=MAINTENANCE_PINNED_UNTIL_TIME]
|
||||
[--clear-tenant | --tenant=TENANT]
|
||||
[--clear-unit-kind | --unit-kind=UNIT_KIND]
|
||||
[--flag-revisions=[FLAG_REVISIONS,...]
|
||||
| --add-flag-revisions=[ADD_FLAG_REVISIONS,...]
|
||||
--clear-flag-revisions
|
||||
| --remove-flag-revisions=[REMOVE_FLAG_REVISIONS,...]]
|
||||
[--labels=[LABELS,...]
|
||||
| --update-labels=[UPDATE_LABELS,...] --clear-labels
|
||||
| --remove-labels=REMOVE_LABELS] [GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -45,9 +49,10 @@ POSITIONAL ARGUMENTS
|
|||
|
||||
FLAGS
|
||||
--location=LOCATION
|
||||
For resources [unit, tenant, unit-kind], provides fallback value for
|
||||
resource location attribute. When the resource's full URI path is not
|
||||
provided, location will fallback to this flag value.
|
||||
For resources [unit, flag-revisions, tenant, unit-kind], provides
|
||||
fallback value for resource location attribute. When the resource's
|
||||
full URI path is not provided, location will fallback to this flag
|
||||
value.
|
||||
|
||||
Captures requested directives for performing future maintenance on the
|
||||
unit. This includes a request for the unit to skip maintenance for a
|
||||
|
|
@ -121,6 +126,90 @@ FLAGS
|
|||
To set the unit-kind attribute:
|
||||
▸ provide the argument --unit-kind on the command line.
|
||||
|
||||
Update flag_revisions.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
FlagRevision resource - Set flag_revisions to new value.
|
||||
|
||||
List of flag revisions used by this unit This represents a Cloud
|
||||
resource. (NOTE) Some attributes are not given arguments in this group
|
||||
but can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
▸ provide the argument --flag-revisions on the command line with a
|
||||
fully specified name;
|
||||
▸ provide the argument --project on the command line;
|
||||
▸ set the property core/project.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument --flag-revisions on the command line with a
|
||||
fully specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
--flag-revisions=[FLAG_REVISIONS,...]
|
||||
IDs of the flagRevisions or fully qualified identifiers for the
|
||||
flagRevisions.
|
||||
|
||||
To set the flag-revision attribute:
|
||||
▸ provide the argument --flag-revisions on the command line.
|
||||
|
||||
FlagRevision resource - Add new value to flag_revisions list.
|
||||
|
||||
List of flag revisions used by this unit This represents a Cloud
|
||||
resource. (NOTE) Some attributes are not given arguments in this group
|
||||
but can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
▸ provide the argument --add-flag-revisions on the command line with
|
||||
a fully specified name;
|
||||
▸ provide the argument --project on the command line;
|
||||
▸ set the property core/project.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument --add-flag-revisions on the command line with
|
||||
a fully specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
--add-flag-revisions=[ADD_FLAG_REVISIONS,...]
|
||||
IDs of the flagRevisions or fully qualified identifiers for the
|
||||
flagRevisions.
|
||||
|
||||
To set the flag-revision attribute:
|
||||
▸ provide the argument --add-flag-revisions on the command line.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-flag-revisions
|
||||
Clear flag_revisions value and set to empty list.
|
||||
|
||||
Or at least one of these can be specified:
|
||||
|
||||
FlagRevision resource - Remove value from flag_revisions list.
|
||||
|
||||
List of flag revisions used by this unit This represents a Cloud
|
||||
resource. (NOTE) Some attributes are not given arguments in this
|
||||
group but can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◇ provide the argument --remove-flag-revisions on the command
|
||||
line with a fully specified name;
|
||||
◇ provide the argument --project on the command line;
|
||||
◇ set the property core/project.
|
||||
|
||||
To set the location attribute:
|
||||
◇ provide the argument --remove-flag-revisions on the command
|
||||
line with a fully specified name;
|
||||
◇ provide the argument --location on the command line.
|
||||
|
||||
--remove-flag-revisions=[REMOVE_FLAG_REVISIONS,...]
|
||||
IDs of the flagRevisions or fully qualified identifiers for the
|
||||
flagRevisions.
|
||||
|
||||
To set the flag-revision attribute:
|
||||
◇ provide the argument --remove-flag-revisions on the command
|
||||
line.
|
||||
|
||||
Update labels.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue