faas-cli
faas-cli copied to clipboard
Official CLI for OpenFaaS
## Expected Behaviour New feature: file-system watch mode will detect a change in a function handler folder and then automatically build/push/deploy the affected function. This would be done via the...
When typing in `faas-cli new --lang node html-project` for instance you get a YAML file named html-project. We introduced "stack.yml" as a default file-name, but have no way of generating...
Since Go module is experimental in 1.11, we should wait for 1.12 to have this feature as official. ## Expected Behaviour Go `module` will be used to keep track of...
In a `stack.yml` file if we have more than one function and one of the function uses `secrets` then it is being used for other functions as well. ## Expected...
There are [multiple](https://blog.alexellis.io/introducing-openfaas-cloud/) [points](https://docs.openfaas.com/reference/yaml/#function-name) [in our documentation](https://github.com/openfaas/faas-cli#quick-guide) where we either ask the user to change the function file name to `stack.yml` or just basically reference the function file as `stack.yml`...
We could offer a way to support a profile or context as an alias for a gateway. A user suggested something similar about an "rc" file or not having to...
## Description This PR adds an opt-out analytics capture using Google Analytics. Refer to the included analytics.md file for details of what is being captured at this point and how...
The build command returns exit code `0` even though an image was not created/built. In this particular example, the path in the `handler` property of the function's `.yml` file was...
It could be that I am using the CLI incorrectly (not using some better paradigm) but most CLI tools that I use (`aws`, `git`, and others) store at least a...
## Expected Behaviour Chocolatey release package should track the current project release. ## Current Behaviour Last Chocolatey release was `0.5.0`. ## Possible Solution Ping @pkeuter to see whats going on....