https://github.com/openfunction/cli
A CLI for interacting with OpenFunction.
https://github.com/openfunction/cli
Last synced: 2 months ago
JSON representation
A CLI for interacting with OpenFunction.
- Host: GitHub
- URL: https://github.com/openfunction/cli
- Owner: OpenFunction
- License: apache-2.0
- Created: 2021-08-30T02:03:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-17T03:18:48.000Z (over 3 years ago)
- Last Synced: 2025-04-24T03:08:36.234Z (8 months ago)
- Language: Go
- Size: 431 KB
- Stars: 12
- Watchers: 3
- Forks: 16
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 
`cli` is the command-line interface for [OpenFunction](https://github.com/OpenFunction/OpenFunction).
The `cli` repo is used to track issues for the `OpenFunction`. This tool allows you to focus on the core functionality of the OpenFunction, while also presents the relationship between the OpenFunction and its dependent components in a more abstract and friendly way.
## Main commands
The main commands supported by the CLI are:
- init: provides management for openfunction’s framework.
- install: installs OpenFunction and its dependencies.
- uninstall: uninstalls OpenFunction and its dependencies.
- create: creates a function from a file or stdin.
- apply: applies a function from a file or stdin.
- get: prints a table of the most important information about the specified function.
- get builder: prints important information about the builder.
- get serving: prints important information about the serving.
- delete: deletes the specified function.
## Getting started
The ofn CLI install method is deprecated. Please refer to [Install OpenFunction by Helm](https://openfunction.dev/docs/getting-started/installation/#install-openfunction).