diff --git a/clients/ts/package.json b/clients/ts/package.json index 72def26..f8ff816 100644 --- a/clients/ts/package.json +++ b/clients/ts/package.json @@ -76,5 +76,5 @@ "prepare": "npm run build" }, "types": "index.d.ts", - "version": "1.0.566" + "version": "1.0.567" } \ No newline at end of file diff --git a/function/CONFIG.md b/function/CONFIG.md new file mode 100644 index 0000000..75bd99e --- /dev/null +++ b/function/CONFIG.md @@ -0,0 +1,9 @@ +# Config + +Requires `--image=crufter/gcloud:latest` + +## Usage + +``` +micro run --image=crufter/gcloud:latest github.com/micro/services/function +```