Using the gcloud run services list command
The command lists your services running on Google Cloud Run: It has two useful but under-documented options: which filters based on a special filter language, and which customizes the output format.
7 posts tagged “cloudrun”.
The command lists your services running on Google Cloud Run: It has two useful but under-documented options: which filters based on a special filter language, and which customizes the output format.
For datasette/issues/1522 I wanted to use a Docker build argument in a that would then be deployed to Cloud Run. I needed this to be able to control the version of Datasette that was deployed.
In VIAL issue 724 a Cloud Scheduler job which triggered a Cloud Run hosted export script - by sending an HTTP POST to an endpoint - was returning an error.
I have two different Google Cloud accounts active at the moment. Here's how to list them with : And to switch between them with :
Today while running I noticed the following: indicates a Google Cloud Storage bucket. Can I see what's in that bucket? Turns out I can: The option adds the size information.
The CLI tool has the alpha ability to tail log files - but it's a bit of a pain to setup. You have to install two extras for it.
Thanks to @glasnt for the tip on this one. If you want a per-service breakdown of pricing on your Google Cloud Run services within a project (each service is a different deployed application) the…