1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-17 06:11:59 +00:00

gcloud: Wed Dec 11 10:18:23 UTC 2024

This commit is contained in:
Automated 2024-12-11 10:18:23 +00:00
parent ad2752c6c9
commit ec6dc40f99
493 changed files with 17655 additions and 1753 deletions

View file

@ -49,8 +49,8 @@ POSITIONAL ARGUMENTS
FLAGS
--force
Force deletion of the Fleet Package and Releases of its Resource
Bundle.
If true, force deletion of any child resources. Otherwise, attempting
to delete a Fleet Package with children will fail.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,

View file

@ -21,9 +21,8 @@ POSITIONAL ARGUMENTS
FLAGS
--force
If set to true, any releases of this Resource Bundle will also be
deleted. (Otherwise, the request will only work if the Resource Bundle
has no releases.)
If true, force deletion of any child resources. Otherwise, attempting
to delete a Resource Bundle with children will fail.
--location=LOCATION
Google Cloud zone or region.

View file

@ -4,8 +4,8 @@ NAME
SYNOPSIS
gcloud alpha container fleet packages resource-bundles releases delete
RELEASE --resource-bundle=RESOURCE_BUNDLE [--location=LOCATION]
[GCLOUD_WIDE_FLAG ...]
RELEASE --resource-bundle=RESOURCE_BUNDLE [--force]
[--location=LOCATION] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Delete Package Rollouts Release.
@ -26,6 +26,10 @@ REQUIRED FLAGS
Resource Bundle name.
OPTIONAL FLAGS
--force
If true, force deletion of any child resources. Otherwise, attempting
to delete a Release with children will fail.
--location=LOCATION
Google Cloud zone or region.