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

Looking for a way to define annotations and environment variables in a function template that will be added to the generated function's YAML file. ## Expected Behaviour Possibly add annotations...

enhancement
design/review

When using the shrinkwrap option to generate a build context for separate builders like buildkit, kaniko or else, we copy all information about the build (Files + Dockerfile) to the...

## Description This Pr tries to make the CI jobs similar to the others in Org. ## Motivation and Context - [x] I have raised an issue to propose this...

According to the docs the official file extension is `.yaml` (https://yaml.org/faq.html) and therefore it should be supported!

This commit removes leaking logs from the SDK (proxy package) of the CLI by removing custom print statements within proxy package. It updates method signature for DeployFunction which now returns...

As proxy package is used as SDK it should remove all logging and should return those outputs as results from those API ## Expected Behaviour It should not leak logs...

## Expected Behaviour I should be able to update the dependency on the CLI by using ``` go get github.com/openfaas/faas-cli ``` ## Current Behaviour Can not `go get` the faas-cli...

## Current Behaviour As for now if I want to have a function, which runs on amd64, and ppc64le, I have to do following: * Create a new function ```...

## Expected Behaviour The `faas-cli` failing to check whether it is the latest version does not affect the operation of the downloaded binary. If an error is encountered encourage the...

I have a rather big proposal, but one I have thought about for awhile and can implicitly fix this problems like #745 We should mimick some of the behavior we...