Repotools command that outputs the list of storage area
keys to a comma separated file.
Purpose
Using the setStorageAreaKeys command,
you can set the authorization consumer keys for the given storage
areas.
Parameters
| Attribute |
Description |
Required |
Default |
| list |
A comma separated list of storage area names with their consumer
keys without spaces. For example, storageArea1,key1,storageArea2,key2. |
Yes |
|
| fromFile |
The path to the file that contains the storage area keys
to set. The format of the file is a comma separated list of storage
area names and consumer keys. |
Yes |
storageAreaKeys.csv |
| teamserver.properties |
Path to the teamserver.properties file. |
Yes |
conf/jazz/teamserver.properties |
Example
repotools -setStorageAreaKeys list={path to the list file} fromFile=storageAreaKeys.csv teamserver.properties=conf/jazz/teamserver.properties