mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +00:00
38 lines
845 B
Text
38 lines
845 B
Text
NAME
|
|
gcloud compute os-config patch-jobs - manage OS patches for Compute Engine
|
|
VMs
|
|
|
|
SYNOPSIS
|
|
gcloud compute os-config patch-jobs COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Manage OS patches for Compute Engine VMs.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
cancel
|
|
Cancel a specific OS patch job which must currently be active.
|
|
|
|
describe
|
|
Describe a specified OS patch job.
|
|
|
|
execute
|
|
Execute an OS patch on the specified VM instances.
|
|
|
|
list
|
|
List ongoing and completed patch jobs.
|
|
|
|
list-instance-details
|
|
List the instance details for an OS patch job.
|
|
|
|
NOTES
|
|
This variant is also available:
|
|
|
|
$ gcloud beta compute os-config patch-jobs
|
|
|