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:
- Registry URI
- Protocol (e.g.
github
) - 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
- ks registry - Manage registries for current project