faas-cli
faas-cli copied to clipboard
Official CLI for OpenFaaS
Signed-off-by: Oleksandr Simonov The reason for this change is because i have this function depends on a private pypi repository on github which requires a providing ssh key inside Dockerfile....
## Expected Behaviour When a user of openfaas has two or more environments, and environment variables that are specific to each such as Testing ```yaml environment: db_host: "postgresql.svc.local" db_port: "5432"...
Added ability to specify an environment file to faas-cli deploy. For issue #907 ## Description Added --environment-file flag for deploy command ## Motivation and Context Issue [Specify an environment file...
In order to support the packaging of a function multi-platform docker images, the FaaS CLI build command needs to provide new options to select the target platforms ## Expected Behaviour...
Hello @alexellis , I want to ask some questions about HPAv2. I have changed the auto-scaling to HPAv2 by https://docs.openfaas.com/tutorials/kubernetes-hpa/ and it works fine. But there are some questions about...
## Expected Behaviour Shrinkwrapping a node project should not take long and should not copy `node_modules` into `build` directory because they are ignored by `.dockerignore` and installed during the build...
## Expected Behaviour When use docker buildkit to build the function images, there is a feature to use --secret option to create a safer build enviroment, the typical usecase would...
## Expected Behaviour The append flag shuld a function correctly if the file doesn't have a newline at the end ## Current Behaviour When using `faas-cli new --append stack.yml` i...
## Description Fixes #852 ## Motivation and Context - [x] I have raised an issue to propose this change ([required](https://github.com/openfaas/faas/blob/master/CONTRIBUTING.md)) ## How Has This Been Tested? So far, just manually,...
Added ability to include annotations in template.yml for inclusion in function.yml on new command Signed-off-by: Whit Matthews ## Description ## Motivation and Context - [x] I have raised an issue...