rspm list sources#
Command to list sources
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.