kn

CLI for managing Knative Serving and Eventing resources

brewmacoslinux
Try with needOr install directly
Source

About

Command-line interface for managing Knative Serving and Eventing resources

Commands

kn

Examples

List all Knative services in the current namespace$ kn service list
Create a new Knative service from a container image$ kn service create hello --image gcr.io/knative-samples/helloworld
Delete a Knative service$ kn service delete hello