func
func copied to clipboard
Knative Functions client API and CLI
Hi, I got this issue when re-reploying a service: ```bash func deploy --remote ... arning: git settings are only applicable when running with --remote. Local source code will be used.deploy...
Hello all, I have a func.yaml which accesses secrets like so: ```yaml specVersion: 0.35.0 ... invoke: cloudevent build: builder: pack run: envs: - name: GITHUB_APP_ID value: "{{ secret:github-app-id:GITHUB_APP_ID }}" -...
# Changes - - - /kind Fixes # **Release Note** ```release-note ``` **Docs** ```docs ```
**Issue Summary:** When executing the commands `func deploy`, `func run`, and `func build` without first initializing a function (missing `func.yaml` file due to not running `func create` or `func init`),...
When I create a NodeJS HTTP func using the template, I see it is always created with the same package name: `http-handler`: https://github.com/knative/func/blob/main/templates/node/http/package.json#L2 ```shell kn func create -l node -t...
Currently the `client.go` file contains a `Subscription`: ```go type Subscription struct { Source string `json:"source" yaml:"source"` Type string `json:"type" yaml:"type"` Broker string `json:"broker" yaml:"broker"` } ``` This `struct` is wrong,...
# Do not merge - Debugging
For several reasons, we need an environment variable specifically for func home named FUNC_HOME, which will take the place of all calls to the function `ConfigPath()`. It should exist only...
The current Python SDK has a number of shortcomings. It uses an outdated version of Python and it is cumbersome to add your own environment. Not many people use bare-bones...