List the Cloud Run services you have access to

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