This repository was archived by the owner on May 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 114
Calling functions
Jason Dobry edited this page Dec 23, 2016
·
9 revisions
Table of Contents
They Emulator CLI's call commands mirrors that of the Cloud SDK. To call an HTTP function that's been deployed to the production Google Cloud Functions service you might do this:
gcloud alpha functions call helloWorld
With the Emulator it's the same:
functions call helloWorld
To get help on the call command run:
functions call --help
TODO
Disclaimer: This is not an official Google product.
@google-cloud/functions-emulator is currently in pre-1.0.0 development. Before the 1.0.0 release, backwards compatible changes and bug fixes will bump the patch version number and breaking changes will bump the minor version number.