ks registry set

Set configuration options for registry

Synopsis

The set command sets configuration parameters on a configured registry.
The following parameters can be set:

  • —uri: The uri a registry points to. For GitHub-based registries, this can be used to select a specific branch.
  1. ks registry set [registry-name] [flags]

Examples

  1. # Set the incubator registry to the experimental branch:
  2. ks registry set incubator --uri https://github.com/ksonnet/parts/tree/experimental/incubator

Options

  1. -h, --help help for set
  2. --uri string URI to configure the registry

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