cr_run_list: List CloudRun services.

View source: R/cloudrun.R

cr_run_listR Documentation

List CloudRun services.

Description

List the Cloud Run services you have access to

Usage

cr_run_list(
  projectId = cr_project_get(),
  labelSelector = NULL,
  limit = NULL,
  summary = TRUE
)

Arguments

projectId

The GCP project from which the services should be listed

labelSelector

Allows to filter resources based on a label

limit

The maximum number of records that should be returned

summary

If TRUE will return only a subset of info available, set to FALSE for all metadata

See Also

Google Documentation for Cloud Run

Other Cloud Run functions: cr_jwt_create(), cr_plumber_pubsub(), cr_run_email(), cr_run_get(), cr_run_schedule_http(), cr_run()


MarkEdmondson1234/googleCloudRunner documentation built on Feb. 5, 2023, 5:45 p.m.