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

Lenient Flag Parsing #116

Closed jamesward closed 4 years ago

jamesward commented 4 years ago

Since we don't control the flags that get passed into the command, things can break unexpectedly (#114). We should allow for any used flags to be passed in, but I couldn't find a way to enable this in the cli dependency we use.

jamesward commented 4 years ago

Fixed by #117