Command Central 10.15 | Using the Command Line Interface | Repository Commands | sagcc list repository products content
 
sagcc list repository products content
Lists the products available in a product repository.
Syntax
*Command Central syntax:
sagcc list repository products content repo_name       
[products=productId1_[version],productId2_[version|INSTALLED]       
[nodeAlias=nodeAlias] [type=product|langpack|ALL] 
[languages=language1,language2][options]
*Not supported by Platform Manager.
Arguments and Options
Argument or Option
Description
repo_name
Required. The name of the product repository for which you want to list available products.
[products=productId1_[version],productId2_[version | INSTALLED]
Optional. The IDs and version of the products to list. Use commas to separate each product ID.
You can determine the IDs for run-time components using the sagcc list inventory components command.
When you specify INSTALLED Command Central lists the products that match the operating system and the products installed on the target installation.
[nodeAlias=nodeAlias]
Required. Specifies the alias name of a Platform Manager installation. You can determine installation alias names using the sagcc list landscape nodes command.
[type=product|langpack|ALL]
Optional. Indicates whether to list only products, only language packages, or products and language packages.
[languages=language1,language2]
Optional. Indicates the languages for which to list language packages. Use comma as list separator.
[options]
Optional. The command allows all options supported by the Command Line Interface. For a description of the options, see Common Options.
Usage Notes
When listing a product in the artifacts argument, you must enclose the productId in single quotes ('') if the ID includes underscore (_), followed by a number. The single quotes ensure that Command Central does not interpret the (_) character in the productId as the version delimiter in [artifacts=productId[_version]. For example, to list the product with ID "WmPSFT_E1_898" and version 8.98.6282010.0.0, enter artifacts='WmPSFT_E1_898' (without the optional version) or artifacts='WmPSFT_E1_898'_8.98.6282010.0.0 (with the version).
Examples When Executing on Command Central
*To list all available products for all versions in a product repository with name “repo1”:
sagcc list repository products content repo1
*To list the products with IDs “SPM” and “OSGI”, and version “9.8” in a fix repository with name “repo1”:
sagcc list repository products content repo1  
products=SPM_9.8,OSGI_9.8
*To list products that match the operating system and installed products on a target node with name “sag01”, available in a product repository with name “repo1”:
sagcc list repository products content repo1 products=INSTALLED       
nodeAlias=sag01