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

Latest commit

 

History

History
44 lines (27 loc) · 905 Bytes

ks_registry_list.md

File metadata and controls

44 lines (27 loc) · 905 Bytes

ks registry list

List all registries known to the current ksonnet app

Synopsis

The list command displays all known ksonnet registries in a table. This table includes the following info:

  1. Registry name
  2. Protocol (e.g. github)
  3. Registry URI

Related Commands

  • ks registry describe — Describe a ksonnet registry and the packages it contains

Syntax

ks registry list [flags]

Options

  -h, --help            help for list
  -o, --output string   Output format. Valid options: table|json

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