From 40a4c89d7a9f09bcc97403adf0ab4985c2d14070 Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Thu, 15 Oct 2020 10:14:03 +0100 Subject: [PATCH] Add template pull command Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5a22b93..7b40e7a 100644 --- a/README.md +++ b/README.md @@ -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