faas-cli
faas-cli copied to clipboard
Official CLI for OpenFaaS
What would it take for us to be able to support a different project file name for a C# template for instance? Frank P @fpommerening from Germany reported that two...
In some test cases, we need to reset flags & args of the command in test. In the actual used technique, creating the command in global scope and initializes its...
This issue discusses error behaviour for when a parallel faas-cli build fails. I was building the samples in the main faas repo using the YAML file, one of them failed...
This is a proposal for a remote build command using the Function Builder API, plus an SDK struct that can be vendored into a Go API / microservice to perform...
## Expected Behaviour When running `faas-cli up` with no `template` dir, it should fetch templates configured in the `stack.yml` before fetching official ones. ## Current Behaviour Fetch first from https://github.com/openfaas/templates.git...
Is it possible to `fass-cli deploy` without building first? I'm failing to see why the build dir is necessary for the deploy function. Especially if the container has already been...
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.5+incompatible to 24.0.7+incompatible. Release notes Sourced from github.com/docker/docker's releases. v24.0.7 24.0.7 For a full list of pull requests and changes in this release, refer to the relevant...
## Description Enable local files and remote files over HTTP(S) as store locations for the Function and Template stores. This enables the following commands to work as expected ```sh faas-cli...
## Expected Behaviour I'd like to be able to specify a local file on disk for the function store to test out definitions before publishing them on GitHub. ## Current...
## Description This PR makes the `faas-cli` fetch the template specified in the config yaml of a function before pulling the default templates from `https://github.com/openfaas/templates.git`. ## Motivation and Context -...