serverless / serverless-google-cloudfunctions

Serverless Google Cloud Functions Plugin – Adds Google Cloud Functions support to the Serverless Framework
https://www.serverless.com
MIT License
271 stars 127 forks source link

Problem during Assign the SERVICE_URL to a environment variable #259

Closed adilshehzad786 closed 3 years ago

adilshehzad786 commented 3 years ago

I am using this command to assign the Service Url to an environment variable but this command is not working.

BILLING_URL=$(gcloud run services describe $BILLING_SERVICE \
  --platform managed \
  --region us-central1 \
  --format "value(status.url)")

Please checkout the following output

image