ks registry describe

Describe a ksonnet registry and the packages it contains

Synopsis

The describe command outputs documentation for the ksonnet registry identified
by <registry-name>. Specifically, it displays the following:

  1. Registry URI
  2. Protocol (e.g. github)
  3. List of packages included in the registry
  • ks pkg install — Install a package (e.g. extra prototypes) for the current ksonnet app

Syntax

  1. ks registry describe <registry-name> [flags]

Options

  1. -h, --help help for describe

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