Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Latest commit

 

History

History
45 lines (27 loc) · 998 Bytes

ks_registry_set.md

File metadata and controls

45 lines (27 loc) · 998 Bytes

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.
ks registry set [registry-name] [flags]

Examples


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

Options

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

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