ks prototype list

List all locally available ksonnet prototypes

Synopsis

The list command displays all prototypes that are available locally, as
well as brief descriptions of what they generate.

ksonnet comes with a set of system prototypes that you can use out-of-the-box
(e.g. io.ksonnet.pkg.configMap). However, you can use more advanced
prototypes like io.ksonnet.pkg.redis-stateless by downloading extra packages
from the incubator registry.

  • ks prototype describe — See more info about a prototype’s output and usage
  • ks prototype preview — Preview a prototype’s output without creating a component (stdout)
  • ks prototype use — Use the specified prototype to generate a component manifest
  • ks pkg install Install a package (e.g. extra prototypes) for the current ksonnet app

Syntax

  1. ks prototype list [flags]

Options

  1. -h, --help help for list
  2. -o, --output string Output format. Valid options: table|json

Options inherited from parent commands

  1. --dir string Ksonnet application root to use; Defaults to CWD
  2. --tls-skip-verify Skip verification of TLS server certificates
  3. -v, --verbose count Increase verbosity. May be given multiple times.

SEE ALSO

  • ks prototype - Instantiate, inspect, and get examples for ksonnet prototypes