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

Latest commit

 

History

History
48 lines (31 loc) · 1.22 KB

ks_pkg_list.md

File metadata and controls

48 lines (31 loc) · 1.22 KB

ks pkg list

List all packages known (downloaded or not) for the current ksonnet app

Synopsis

The list command outputs a table that describes all known packages (not necessarily downloaded, but available from existing registries). This includes the following info:

  1. Library name
  2. Registry name
  3. Installed status — an asterisk indicates 'installed'

Related Commands

  • ks pkg install — Install a package (e.g. extra prototypes) for the current ksonnet app
  • ks pkg describe — Describe a ksonnet package and its contents
  • ks registry describe — Describe a ksonnet registry and the packages it contains

Syntax

ks pkg list [flags]

Options

  -h, --help            help for list
      --installed       Only list installed packages
  -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

  • ks pkg - Manage packages and dependencies for the current ksonnet application