Skip to content

feat: add knative/func #8008

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 22, 2022
Merged

Conversation

CrystalMethod
Copy link
Contributor

knative/func: Knative Functions client API and CLI

$ aqua g -i knative/func

How to confirm if this package works well

Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well.
Please confirm if this package works well yourself as much as possible.

Command and output

$ func --help
SYNOPSIS
        func [-v|--verbose] <command> [args]

EXAMPLES

        o Create a Node function in the current directory
          $ func create --language node .

        o Deploy the function defined in the current working directory to the
          currently connected cluster, specifying a container registry in place of
          quay.io/user for the function's container.
          $ func deploy --registry quay.io.user

        o Invoke the function defined in the current working directory with an example
          request.
          $ func invoke

        For more examples, see 'func [command] --help'.

Usage:
  func [command]

Main Commands:
  build       Build a function project as a container image
  config      Configure a function
  create      Create a function project
  delete      Undeploy a function
  deploy      Deploy a Function
  info        Show details of a function
  invoke      Invoke a function
  languages   List available function language runtimes
  list        List functions
  repository  Manage installed template repositories
  run         Run the function locally
  templates   Templates

Other Commands:
  completion  Generate completion scripts for bash, fish and zsh
  version     Show the version

Flags:
      --version   version for func

Use "func [command] --help" for more information about a given command.

[knative/func](https://github.com/knative/func): Knative Functions client API and CLI

```console
$ aqua g -i knative/func
```

## How to confirm if this package works well

Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well.
Please confirm if this package works well yourself as much as possible.

Command and output

```console
$
```

If files such as configuration file are needed, please share them.

```
```

Reference

-
@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label Nov 21, 2022
@suzuki-shunsuke suzuki-shunsuke added this to the v3.95.0 milestone Nov 21, 2022
@suzuki-shunsuke
Copy link
Member

Thanks!

@suzuki-shunsuke suzuki-shunsuke merged commit 7e191bd into aquaproj:main Nov 22, 2022
@suzuki-shunsuke
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants