docs: fix overwrite command

Signed-off-by: kei_sakamoto <kei_sakamoto@dwango.co.jp>
This commit is contained in:
kei_sakamoto
2021-01-08 17:39:19 +09:00
committed by Alex Ellis
parent 693a50d60c
commit dc39134463

View File

@@ -68,7 +68,7 @@ faas-cli template pull https://github.com/openfaas-incubator/golang-http-templat
If you need to update the downloaded repository, just add the flag `--overwrite` to the download command:
```bash
faas-cli template pull https://github.com/openfaas-incubator/golang-http-template --override
faas-cli template pull https://github.com/openfaas-incubator/golang-http-template --overwrite
```
You can specify the template URL with `OPENFAAS_TEMPLATE_URL` environmental variable. CLI overrides the environmental variable.