Skip to content

Commit

Permalink
Add template pull command
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Oct 15, 2020
1 parent 7827f93 commit 40a4c89
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -3,7 +3,16 @@ OpenFaaS Golang HTTP templates

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.

Using the templates:

```bash
faas-cli template store pull golang-http
faas-cli template store pull golang-middleware
```

Or:

```bash
$ faas template pull https://github.com/openfaas-incubator/golang-http-template
$ faas new --list

Expand Down

0 comments on commit 40a4c89

Please sign in to comment.