faas-cli icon indicating copy to clipboard operation
faas-cli copied to clipboard

Official CLI for OpenFaaS

Results 82 faas-cli issues
Sort by recently updated
recently updated
newest added

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....

new-contributor

## 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...

no-dco
new-contributor

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...

enhancement
design/review

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...

help wanted

## 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,...

new-contributor

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...

no-dco
new-contributor
not/approved