gcloud_functions (1)
NAME
- gcloud functions - manage Google Cloud Functions
SYNOPSIS
-
gcloud functions GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
GCLOUD WIDE FLAGS
These flags are available to all commands: --account, --configuration, --flags-file, --flatten, --format, --help, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity. Run $ gcloud help for details.
GROUPS
GROUP is one of the following:
-
- event-types
-
List types of events that can be a trigger for a Google Cloud Function.
- logs
-
Display log entries produced by Google Cloud Functions.
- regions
-
List regions available to Google Cloud Functions.
COMMANDS
COMMAND is one of the following:
-
- call
-
Trigger execution of a Google Cloud Function.
- delete
-
Delete a Google Cloud Function.
- deploy
-
Create or update a Google Cloud Function.
- describe
-
Display details of a Google Cloud Function.
- list
-
List Google Cloud Functions.
NOTES
These variants are also available:
- $ gcloud alpha functions $ gcloud beta functions