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

Copy the execute package into the project to add the require context passing. This can be pulled back later once we are happy with the implementation. Streamline some of the...

## Expected Behaviour `faas-cli up -f pydict.yml` works fine and builds an image ## Current Behaviour - But for docker versions 23.0.0 or above the faas-cli up command shows this...

## Expected Behaviour When building a function using `faas-cli build`, it should be possible to reference an external source for the docker build/ayer cache, the most common case would be...

I am using Podman, and unable to issue faas-cli commands to build using the podman driver. Does faas-cli have the capability to select an alternative driver? ## Expected Behaviour faas-cli...

Signed-off-by: Richard Gee ## Description Currently if an error is returned from the Version lookup against GitHub the CLI will exit with an error. This is unnecessary as the version...

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.5+incompatible to 24.0.9+incompatible. Release notes Sourced from github.com/docker/docker's releases. v24.0.9 24.0.9 For a full list of pull requests and changes in this release, refer to the relevant...

dependencies
go

Running `faas-cli build` fails when templates are missing from the template folder. While the command should fail in this case the behaviour is confusing because it also fails for default...

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 27.0.3+incompatible to 27.1.1+incompatible. Release notes Sourced from github.com/docker/docker's releases. v27.1.1 27.1.1 Security This release contains a fix for CVE-2024-41110 / GHSA-v23v-6jw2-98fq that impacted setups using authorization plugins...

dependencies
go

## Description Add support for streaming build logs when building function using the [OpenFaaS Function Builder API](https://docs.openfaas.com/openfaas-pro/builder/) Switch to the "github.com/openfaas/go-sdk/builder" package for building functions. - Use the builder.FunctionBuilder to...

This PR enhances the `README.md` with a comprehensive Quick Start Installation Guide for `faas-cli`. It introduces: ### ✅ Arkade-based installation (recommended) ### 🐧 Linux/macOS setup with root and non-root options...

no-dco
new-contributor