-listStorageAreaKeys

Repotools command that lists the authorization consumer keys for each storage area.

Purpose

Using the listStorageAreaKeys command, you can list the authorization consumer keys for each storage area, including the archived storage areas.
Attribute Description Required Default
toFile The path to the file that the list is exported to. The file format is a comma separated list of storage area names and consumer keys. Yes  
teamserver.properties Path to the teamserver.properties file. Yes conf/jazz/teamserver.properties

Example

repotools -listStorageAreaKeys toFile={path to the list file} teamserver.properties=conf/jazz/teamserver.properties

Feedback