Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 648 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 648 Bytes

OpenFaaS Classic templates

These templates should be considered deprecated, and recommended templates from the documentation or Function Store should be used instead.

They are retained in this repository for backwards compatibility purposes.

See also: Language support.

Usage

faas-cli template store pull https://github.com/openfaas/templates-classic

Or

export OPENFAAS_TEMPLATE_STORE_URL="https://github.com/openfaas/templates-classic"

faas-cli new --lang go \
    NAME

License

This project is part of the OpenFaaS project licensed under the MIT License.