Skip to content

Tags: openfaas/faas-cli

Tags

0.17.8

Toggle 0.17.8's commit message
Add OPENFAAS_STORE for when the function store is custom

Rather than having to set --url each time the store needs to
change, this can be set in the .bashrc or equivalent file for
the user.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>

0.17.7

Toggle 0.17.7's commit message
Update vendor and Go to 1.25

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>

0.17.6

Toggle 0.17.6's commit message
Use same header format as curl for invoke command

Change the header flag to accept key value pairs separated by a colon.
e.g. "key: value".

The previous format is marked as deprecated but still supported. A
warning is printed when it is used.

Signed-off-by: Han Verstraete (OpenFaaS Ltd) <[email protected]>

0.17.5

Toggle 0.17.5's commit message
Fix url for remote builder

Only keep scheme and host when initialzing the builder client.

Signed-off-by: Han Verstraete (OpenFaaS Ltd) <[email protected]>

0.17.4

Toggle 0.17.4's commit message
Update actions for publish

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>

0.17.3

Toggle 0.17.3's commit message
Restore MIT license for faas-cli

A notice in the LICENSE file stated that there was a mixed
license with some OpenFaaS Pro code, that's no longer the case
so the LICENSE can be reinstated.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>

0.17.2

Toggle 0.17.2's commit message
Replace secrets via secret create when needed

An upsert is more convenient from CI/CD jobs and from bash
scripts.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>

0.17.1

Toggle 0.17.1's commit message
Update vendor in Go.mod

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>

0.17.0

Toggle 0.17.0's commit message
Add command to print JWT token for customer support

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>

0.16.38

Toggle 0.16.38's commit message
Build with Go 1.23

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>