Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
Use local scoped gfunctions
Browse files Browse the repository at this point in the history
  • Loading branch information
srueg committed Nov 6, 2018
1 parent 5169c95 commit 6a9cd1d
Show file tree
Hide file tree
Showing 3 changed files with 2,306 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -29,9 +29,9 @@ To be able to authenticate against the Google Cloud DNS API, a environemnt varia

## Local Development
* `nvm use`
* `npm install -g @google-cloud/functions-emulator`
* `functions start`
* For debugging `functions inspect updateHost`
* `npm install`
* To start the emulator and deploy the function: `npm start`
* To stop the emulator `npm stop`

## Deploy to Google Cloud Functions
* Setup [Google Cloud Functions](https://cloud.google.com/functions/docs/quickstart)
Expand Down

0 comments on commit 6a9cd1d

Please sign in to comment.