rspm list sources#
Command to list sources
Examples#
# Prerequisites
rspm create source --type=local-python --name=local-python
rspm create repo --type=python --name=python
rspm subscribe --repo=python --source=local-python
# List sources globally
rspm list sources
# List sources for a specified repo
rspm list sources --repo=python
# List sources for a specified source type
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#
-a, --address string The address of the remote server. If not specified, the PACKAGEMANAGER_ADDRESS environment variable is used.
-c, --config string Path to config file
--insecure-ssl-skip-verify If true, skip SSL certificate validation. This reduces the security that SSL normally provides.
-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