faas-cli
faas-cli copied to clipboard
Official CLI for OpenFaaS
Can't have "template" folder in function folder ## Expected Behaviour This function stopped working at this commit, renaming template to templates fixed the issue https://github.com/alexellis/cloudlogo/commit/9e29ed51c449fa1dcfb0cda55f9ceab6eafbec77 ## Possible Solution Revisit any...
## Expected Behaviour The `parallel` flag in `faas-cli publish` should not give an error. ## Current Behaviour `faas-cli publish --parallel` gives out an error: ## Possible Solution PR in the...
## Expected Behaviour When using the `--overwrite` flag on `faas-cli template pull` file deletions should be propagated into the local template directory. ## Current Behaviour When using the `--overwrite` flag...
## My actions before raising this issue - [x] Followed the [troubleshooting guide](https://docs.openfaas.com/deployment/troubleshooting/) - [x] Read/searched [the docs](https://docs.openfaas.com/) - [x] Searched [past issues](/issues) How to use `buildkit` cache optimization in...
Signed-off-by: Heng GAO ## Description I add a flag in the build command called --buildkit-secret to support one of the docker buildkit option described in here: https://docs.docker.com/develop/develop-images/build_enhancements/#new-docker-build-secret-information The reason for...
Provide a better way to check for the errors returned by SDK function. ## Expected Behaviour Create custom error package with types/methods for different errors returned by SDK, which will...
When hosting a custom template within a repository, it is a requirement that the templates live in a "template" folder at the root of the project. And the template store...
## Expected Behaviour Track usage of commands (verbs), parameters (used), build times and other anonymous data that can help us understand usage and improve the CLI. Remit: * This would...
Added unit test which covers imagename creation with registries on non default ports. ## Description ## Motivation and Context - [ ] I have raised an issue to propose this...
Using `faas list` in a directory where there is a `stack.yml` file, the gateway URL is always taken from the yml file. The `--gateway` parameter and the `$OPENFAAS_URL` values are...