1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Thu Feb 20 10:40:27 UTC 2025

This commit is contained in:
Automated 2025-02-20 10:40:27 +00:00
parent 44f319c56c
commit 8d1a988ab5
295 changed files with 11246 additions and 956 deletions

View file

@ -1,20 +1,20 @@
NAME
gcloud beta functions detach - detach a GCF 2nd gen function from GCF and
make it a native Cloud Run function
gcloud beta functions detach - detach a Cloud Functions v2 function from
its existing environment and make it a native Cloud Run function
SYNOPSIS
gcloud beta functions detach (NAME : --region=REGION)
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Detach a GCF 2nd gen function from GCF and make it a native Cloud
Run function.
(BETA) Detach a Cloud Functions v2 function from its existing environment
and make it a native Cloud Run function.
POSITIONAL ARGUMENTS
Function resource - The Cloud Function name to detach. 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.
Function resource - The name of the Cloud Functions v2 function to detach.
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:
◆ provide the argument NAME on the command line with a fully specified
@ -52,8 +52,10 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud functions detach
$ gcloud alpha functions detach

View file

@ -51,8 +51,8 @@ COMMANDS
(BETA) Display details of a Google Cloud Function.
detach
(BETA) Detach a GCF 2nd gen function from GCF and make it a native
Cloud Run function.
(BETA) Detach a Cloud Functions v2 function from its existing
environment and make it a native Cloud Run function.
get-iam-policy
(BETA) Gets IAM policy for a Google Cloud Function.