mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
81 lines
2.1 KiB
Text
81 lines
2.1 KiB
Text
NAME
|
|
gcloud alpha functions - manage Google Cloud Functions
|
|
|
|
SYNOPSIS
|
|
gcloud alpha functions GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) Manage Google Cloud Functions.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
event-types
|
|
(ALPHA) List types of events that can be a trigger for a Google Cloud
|
|
Function.
|
|
|
|
local
|
|
(ALPHA) Manage local instances of Google Cloud Functions.
|
|
|
|
logs
|
|
(ALPHA) Display log entries produced by Google Cloud Functions.
|
|
|
|
regions
|
|
(ALPHA) List regions available to Google Cloud Functions.
|
|
|
|
runtimes
|
|
(ALPHA) List runtimes available to Google Cloud Functions.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
add-iam-policy-binding
|
|
(ALPHA) Adds an IAM policy binding for a Google Cloud Function.
|
|
|
|
add-invoker-policy-binding
|
|
(ALPHA) Add an invoker binding to the IAM policy of a Google Cloud
|
|
Function.
|
|
|
|
call
|
|
(ALPHA) Triggers execution of a Google Cloud Function.
|
|
|
|
delete
|
|
(ALPHA) Delete a Google Cloud Function.
|
|
|
|
deploy
|
|
(ALPHA) Create or update a Google Cloud Function.
|
|
|
|
describe
|
|
(ALPHA) Display details of a Google Cloud Function.
|
|
|
|
get-iam-policy
|
|
(ALPHA) Gets IAM policy for a Google Cloud Function.
|
|
|
|
list
|
|
(ALPHA) List Google Cloud Functions.
|
|
|
|
remove-iam-policy-binding
|
|
(ALPHA) Removes an IAM policy binding from a Google Cloud Function.
|
|
|
|
remove-invoker-policy-binding
|
|
(ALPHA) Removes an invoker binding from the IAM policy of a Google
|
|
Cloud Function.
|
|
|
|
set-iam-policy
|
|
(ALPHA) Sets IAM policy for a Google Cloud Function.
|
|
|
|
NOTES
|
|
This command is currently in alpha and might change without notice. If this
|
|
command fails with API permission errors despite specifying the correct
|
|
project, you might be trying to access an API with an invitation-only early
|
|
access allowlist. These variants are also available:
|
|
|
|
$ gcloud functions
|
|
|
|
$ gcloud beta functions
|
|
|