Knative CLI (knctl
) provides simple set of commands to interact with a Knative installation.
Grab pre-built binaries from the Releases page.
# export GOPATH=...
$ ./hack/build.sh
$ ./knctl version
- Basic workflow
- Deploy from public Git repo
- Deploy from private Git repo
- Deploy from local source directory
- Deploy with custom Build Template (for example Buildpack)
- Manage domains
- Traffic splitting WIP
- Stanalone build
- Misc
- Complete command reference
If you are interested in contributing, see CONTRIBUTING.md.