faas-cli
faas-cli copied to clipboard
Official CLI for OpenFaaS
After installing `faas-cli`, a bash alias `faas` is also created by creating a symbolic link according to the PR https://github.com/openfaas/faas-cli/pull/234 Bash completion does not work for the alias `faas` though,...
## Expected Behaviour I would like to authenticate the CLI using a token and persist this to the configuration ```sh faas-cli login -g http://example.com --token abc123 ``` And then subsequent...
This happened because of an edge case with a git binary version on a self-hosted runner. When using tags of branch or sha on a directory that isn't a git...
## Description Adds a `--watch` flag to the `up` command which will watch the filesystem for changes and trigger an `up` command, this includes a 500ms debounce interval to avoid...
I was thinking in the install and setup could be improved for Ubuntu and other Linux distros by having a [snap package](https://snapcraft.io/) version. If it's not a priority would you...
Detach faas-cli logic currently in `commands` package to an autonomous package. This would make reusability a lot easier and testing (as library or exposed as service) . ## Expected Behaviour...
# Expected Behavior I've got an OpenFaaS deployment which uses a custom self-sign certificate. When logging into the OpenFaas endpoint via faas-cli, I need to use **--tls-no-verify** flag as expected....
## Goal: Create a command that installs OpenFaaS in a default configuration suitable for development, proofs of concepts and demonstrations. The command should support: - Docker swarm - Kubernetes ##...
PR https://github.com/openfaas/faas-cli/pull/668 introduces a way to configure your templates in a configuration and run command in order the templates to be pulled, but the change does not provide command which...
Feature: New priority order for YAML files ## Expected Behaviour In addition to the current behaviour this feature would allow a function YAML file to be picked up by all...