Knative CLI (kn)

The Knative CLI (kn) provides a command-line interface for creating and managing Knative resources including Services, Revisions, Routes, event sources, and Brokers. It simplifies tasks like traffic splitting and autoscaling configuration without requiring direct YAML editing.

API entry from apis.yml

apis.yml Raw ↑
aid: knative:knative-cli
name: Knative CLI (kn)
description: The Knative CLI (kn) provides a command-line interface for creating and managing Knative
  resources including Services, Revisions, Routes, event sources, and Brokers. It simplifies tasks like
  traffic splitting and autoscaling configuration without requiring direct YAML editing.
humanURL: https://knative.dev/docs/client/
properties:
- type: Documentation
  url: https://knative.dev/docs/client/
- type: GitHubRepository
  url: https://github.com/knative/client
tags:
- CLI
- Developer Tools
- Kubernetes