Command Central 10.15 | Using the Command Line Interface | Repository Commands | sagcc list repository products languages
 
sagcc list repository products languages
Lists the languages for which language packages are available in a product repository.
Syntax
*Command Central syntax:
sagcc list repository products languages repo_name       
[products=productId1_[version],productId2_[version | INSTALLED]       
[nodeAlias=nodeAlias] [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 languages.
[products=productid1_[version],productid2_[version] | INSTALLED]
Optional. The IDs and version of the products for which to retrieve available languages. 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.
[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 all available languages for the products in the repository with name “repo1”:
sagcc list repository products languages repo1
*To list the languages available for the products with IDs “SPM” and “OSGI”, and version “9.8” in a fix repository with name “repo1”:
sagcc list repository products languages repo1  
products=SPM_9.8,OSGI_9.8
*To list the languages for the 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 languages repo1 products=INSTALLED       
nodeAlias=sag01