Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.07 KB

File metadata and controls

45 lines (31 loc) · 1.07 KB

edgelet registry

Registry operations

Synopsis

Manage local registry credentials used for image pulls and deploy manifests.

Subcommands: ls, inspect, rm.

Examples

edgelet registry ls -o json
  edgelet registry inspect <id>
  edgelet registry inspect <id> --password-plain
  edgelet registry rm <id>

Options

  -h, --help   help for registry

Options inherited from parent commands

      --debug            Debug logging
      --no-color         Disable color and interactive UX
  -o, --output string    Output format: human, json, yaml (default "human")
      --quiet            Suppress interactive progress output
      --socket string    Edgelet API unix socket path
      --timeout string   Request timeout
      --verbose          Verbose logging

SEE ALSO