Skip to main content
The Paradime SDK provides CLI commands to interact with Google Cloud Functions, allowing you to invoke functions by name and list the functions available in a project and region.
🔑 Authentication RequiredYou will need a GCP service account JSON key file with permissions to invoke and list Cloud Functions in your project. Provide it via the --service-account-key-file flag or the GCP_SERVICE_ACCOUNT_KEY_FILE environment variable.

Invoke Cloud Functions

Invoke one or more Google Cloud Functions by name, optionally sending a JSON payload and waiting for completion.

CLI Command

Options

Recommended SetupFor security and convenience, set your GCP credentials as environment variables:

Usage Examples

List Cloud Functions

List all Cloud Functions in the specified project and region.

CLI Command

Options

Usage Examples

Environment Variable Reference