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
525 stars 91 forks source link

Add --use-http2 Option #202

Closed jamesward closed 3 years ago

jamesward commented 3 years ago
"options": {
  "use-http2": true
}

If true set --use-http2. If false then set --no-use-http2. If not set then omit.

ahmetb commented 3 years ago

more briefly http2 might be better.

jamesward commented 3 years ago

So far we've tried to stay consistent with the CLI flags so like allow-unauthenticated == --allow-unauthenticated but I'm down with whatever.