Skip to content

rspm list sources#

Command to list sources

rspm list sources [flags]

Examples#

rspm create source --type=local-python --name=local-python
rspm create repo --type=python --name=python
rspm subscribe --repo=python --source=local-python


rspm list sources


rspm list sources --repo=python


rspm list sources --type=local-python

Options#

  -h, --help          help for sources
      --repo string   The name of the repo.
      --type string   The source type to filter by.

Options inherited from parent commands#

  -c, --config string          Path to config file
  -o, --output-format string   Specify the output format 'human' for human-readable output or 'json' for JSON-encoded output. (default "human")
  -v, --verbose                Provide additional output