You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a CLI for use with [OpenFaaS](https://github.com/openfaas/faas) - a serverless functions framework for Docker & Kubernetes.
8
-
9
-
> Before using this tool please setup OpenFaaS by following instructions over on the main repo.
8
+
faas-cli is the official CLI for [OpenFaaS](https://github.com/openfaas/faas)
10
9
11
10
The CLI can be used to build and deploy functions to [OpenFaaS](https://github.com/openfaas/faas). You can build OpenFaaS functions from a set of supported language templates (such as Node.js, Python, CSharp and Ruby). That means you just write a handler file such as (handler.py/handler.js) and the CLI does the rest to create a Docker image.
@@ -393,7 +394,7 @@ The [scripts/export-sealed-secret-pubcert.sh](https://github.com/openfaas-incuba
393
394
* `OPENFAAS_CONFIG` - to override the location of the configuration folder, which contains auth configuration.
394
395
* `CI` - to override the location of the configuration folder, when true, the configuration folder is `.openfaas` in the current working directory. This value is ignored if `OPENFAAS_CONFIG` is set.
395
396
396
-
### FaaS-CLI Developers / Contributors
397
+
### Contributing
397
398
398
399
See [contributing guide](https://github.com/openfaas/faas-cli/blob/master/CONTRIBUTING.md).
0 commit comments