Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 933 Bytes

ks_registry_describe.md

File metadata and controls

43 lines (26 loc) · 933 Bytes

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

Related Commands

  • ks pkg install — Install a package (e.g. extra prototypes) for the current ksonnet app

Syntax

ks registry describe <registry-name> [flags]

Options

  -h, --help   help for describe

Options inherited from parent commands

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

SEE ALSO