Search for a prototype

Synopsis

The prototype search command allows you to search for specific prototypes by name.
Specifically, it matches any prototypes with names that contain the string .

  • ks prototype describe — See more info about a prototype’s output and usage
  • ks prototype list — List all locally available ksonnet prototypes

Syntax

  1. ks prototype search <name-substring> [flags]

Examples

  1. # Search for prototypes with names that contain the string 'service'.
  2. ks prototype search service

Options

  1. -h, --help help for search
  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