fredriks/cloud-functions-runtime-config

basic example needs update

Closed this issue · 2 comments

In the README.md,

There's this in the basic example section:

gcloud service-management enable runtimeconfig.googleapis.com

However, I believe that should now say:

gcloud services enable runtimeconfig.googleapis.com

See the Cloud SDK release notes:

188.0.0 (2018-02-07)
Breaking Changes
(REMOVED) Removed deprecated gcloud service-management. Use gcloud endpoints and gcloud services instead.

Nice catch, @techieshark! I'll push a patch for it.

👍Thanks!