Command Central 10.15 | Using the Command Line Interface | Repository Commands | sagcc list repository
 
sagcc list repository
Lists registered product or fix repositories.
Syntax
*Command Central syntax:
sagcc list repository {products|fixes} [options]
*Not supported by Platform Manager.
Arguments and Options
Argument or Option
Description
[options]
Optional. The command allows all options supported by the Command Line Interface. For a description of the options, see Common Options.
Examples When Executing on Command Central
*To list the registered repositories on a Command Central server with host name “rubicon” and port “8490”:
sagcc list repository products --server https://rubicon:8490/cce
sagcc list repository fixes --server https://rubicon:8490/cce
*To retrieve the available repository locations on a Command Central server, so that you can verify if you can access a repository over HTTP, HTTPS, or both:
sagcc list repository products properties=displayName,type,location,httpsLocation
sagcc list repository fixes properties=displayName,type,location,httpsLocation
For more information about connecting to repositories over HTTPS, see Using HTTPS to Connect to Repositories.