Describe a ksonnet registry and the packages it contains
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
ks pkg install
— Install a package (e.g. extra prototypes) for the current ksonnet app
ks registry describe <registry-name> [flags]
-h, --help help for describe
--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.
- ks registry - Manage registries for current project