func icon indicating copy to clipboard operation
func copied to clipboard

Knative Functions client API and CLI

Results 205 func issues
Sort by recently updated
recently updated
newest added

# Changes - :gift: Support multi triggers on func subcribe command /kind enhancement Fixes #2572 **Release Note** ```release-note ``` **Docs** ```docs ```

approved
size/M
do-not-merge/work-in-progress

Create a 2 layer system for handling errors. layer 1. Underlying functions and frameworks used in the CLI (like client, deployer, builder etc.) will return typed errors. layer 2. CLI...

chore: update CA bundle

needs-rebase
lgtm
size/XS
ok-to-test

# Changes - :bug: All tekton tasks have identical workspace list/set. /kind bug ```release-note fix: affinity/coscheduling issues of tekton tasks ```

lgtm
approved
size/M

Hi, I'm following the [Knative tutorial](https://knative.dev/docs/bookstore/page-2/sentiment-analysis-service-for-bookstore-reviews/#step-6-deploy-the-function-to-the-cluster), but I'm stuck on deploying any func. I'm in a K3s Cluster with etcd-embedded in an OrbStack Linux Machine with Ubuntu 22.04LTS (arm64). ```...

The file [`http/index.js`](https://github.com/knative/func/blob/main/templates/node/http/index.js) has this JSDoc: ``` /** * @param {Context} context a context object. * @param {object} context.body the request body if any * @param {object} context.query the query...

The file [`http/index.js`](https://github.com/knative/func/blob/main/templates/node/http/index.js) in the node template has confusing JSDoc and function signature. This is the relevant part of the JSDoc: ```javascript /** * @param {Context} context a context object....

The node template includes a link to the Context object in the JSDoc in the file `http/index.js`. This link is dead and leads to 404.

Functions documentation update (rewrite)

kind/documentation
Epic

## **Current behavior:** When running `func describe` outside of a function directory, the error message is technical and unhelpful for beginners: ```txt Error: function not found at this path and...

kind/enhancement