Knative kn 客户端安装

发布时间: 更新时间: 总字数:150 阅读时间:1m 作者: IP上海 分享 网址

Knative kn 客户端安装

安装 Knative CLI

  • mac
brew install knative/client/kn
curl -Lfs -o kn https://github.com/knative/client/releases/download/knative-v1.7.0/kn-linux-amd64
chmod +x kn
mv kn /usr/local/bin

help

kn-help
$ kn -h
kn is the command line interface for managing Knative Serving and Eventing resources

Find more information about Knative at: https://knative.dev

Serving Commands:
  service      Manage Knative services
  revision     Manage service revisions
  route        List and describe service routes
  domain       Manage domain mappings
  container    Manage service's containers (experimental)

Eventing Commands:
  source       Manage event sources
  broker       Manage message brokers
  trigger      Manage event triggers
  channel      Manage event channels
  subscription Manage event subscriptions
  eventtype    Manage eventtypes

Other Commands:
  plugin       Manage kn plugins
  completion   Output shell completion code
  version      Show the version of this client


Use "kn <command> --help" for more information about a given command.
Use "kn options" for a list of global command-line options (applies to all commands).
Home Archives Categories Tags Statistics
本文总阅读量 次 本站总访问量 次 本站总访客数