This commit is contained in:
Alberto Baron 2021-09-19 21:00:00 +01:00 коммит произвёл GitHub
Родитель e53c8e7926
Коммит e92c85cfe2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 16 добавлений и 6 удалений

Просмотреть файл

@ -74,14 +74,24 @@ The application can be used directly with the input config for ease of use, or t
.\GameStoreBroker.exe <OperationName> -c <ConfigFile> -s <ClientSecret>
```
- Parameters to pass:
- Operations:
```
-c, --ConfigFile <ConfigFile> (REQUIRED) The location of the config file.
-f, --ConfigFileFormat <Ini|Json|Xml> The format of the config file. [default: Json]
-s, --ClientSecret <ClientSecret> The client secret of the AAD app.
-v, --Verbose Log verbose messages such as http calls.
-l, --LogFile <LogFile> The location of the log file.
GetProduct Gets metadata of the product
UploadUwpPackage Uploads Uwp game package
UploadXvcPackage Uploads Xvc game package and assets
RemovePackages Removes all game packages and assets from a branch
ImportPackages Imports all game packages from a branch to a destination branch
```
- Parameters:
```
-c, --ConfigFile <ConfigFile> (REQUIRED) The location of the config file
-f, --ConfigFileFormat <Ini|Json|Xml> The format of the config file [default: Json]
-s, --ClientSecret <ClientSecret> The client secret of the AAD app
-v, --Verbose Log verbose messages such as http calls
-l, --LogFile <LogFile> The location of the log file
-?, -h, --help Show help and usage information
```