Pascal

Results 2 issues of Pascal

### TL;DR I cannot pass arguments starting with a hyphen (say, -run_server) in the --args. Indeed, it translates it to the gcloud command `--args -run_server` which then complains about no...

bug

### Bug Description I have a Cloud Run service running with a cloud sql auth proxy sidecar to connect to a set of CloudSQL instances (currently, 5 of them). Several...

type: bug