Run Commands

Pachctl list repo

pachctl list repo #

Return a list of repos.

Synopsis #

Return a list of repos. By default, hide system repos like pipeline metadata

pachctl list repo [flags]

Options #

      --all               include system repos of all types
  -A, --all-projects      show repos from all projects
      --full-timestamps   Return absolute timestamps (as opposed to the default, relative timestamps).
  -h, --help              help for repo
  -o, --output string     Output format when --raw is set: "json" or "yaml" (default "json")
      --project string    project in which repo is located (default "openCV")
      --raw               Disable pretty printing; serialize data structures to an encoding such as json or yaml
      --type string       only include repos of the given type (default "user")

Options inherited from parent commands #

      --no-color   Turn off colors.
  -v, --verbose    Output verbose logs