GoogleCloudPlatform / cloud-run-button

Let anyone deploy your GitHub repos to Google Cloud Run with a single click
https://cloud.run
Apache License 2.0
527 stars 92 forks source link

Replace gcloud Command Calls With Direct API Calls #145

Closed jamesward closed 4 years ago

ahmetb commented 4 years ago

I have tried billing and cloudresourcemanager apis in another project and got them working. So I think this should be doable.

It would further insulate us from stuff like gcloud CLI adding new required arguments/options.

However, we need to implement “readiness wait” as deploy action is like kubectl apply (fire and forget) but Knative.tips has the readiness check code example.