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

Trigger Cloud Run Jobs

Trigger one or more Cloud Run Jobs by name, optionally waiting for their execution to complete.

CLI Command

Options

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

Usage Examples

List Cloud Run Jobs

List all Cloud Run Jobs in the specified project and region.

CLI Command

Options

Usage Examples

Environment Variable Reference