Skip to content

Commit 40a4c89

Browse files
committed
Add template pull command
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 7827f93 commit 40a4c89

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,16 @@ OpenFaaS Golang HTTP templates
33

44
This repository contains two Golang templates for OpenFaaS which give additional control over the HTTP request and response. They will both handle higher throughput than the classic watchdog due to the process being kept warm.
55

6+
Using the templates:
7+
8+
```bash
9+
faas-cli template store pull golang-http
10+
faas-cli template store pull golang-middleware
611
```
12+
13+
Or:
14+
15+
```bash
716
$ faas template pull https://github.com/openfaas-incubator/golang-http-template
817
$ faas new --list
918

0 commit comments

Comments
 (0)