Merge branch 'master' of ssh://github.com/micro/services

This commit is contained in:
Asim Aslam
2021-10-26 16:41:42 +01:00
2 changed files with 10 additions and 1 deletions

View File

@@ -76,5 +76,5 @@
"prepare": "npm run build"
},
"types": "index.d.ts",
"version": "1.0.566"
"version": "1.0.567"
}

9
function/CONFIG.md Normal file
View File

@@ -0,0 +1,9 @@
# Config
Requires `--image=crufter/gcloud:latest`
## Usage
```
micro run --image=crufter/gcloud:latest github.com/micro/services/function
```