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> .\GameStoreBroker.exe <OperationName> -c <ConfigFile> -s <ClientSecret>
``` ```
- Parameters to pass: - Operations:
``` ```
-c, --ConfigFile <ConfigFile> (REQUIRED) The location of the config file. GetProduct Gets metadata of the product
-f, --ConfigFileFormat <Ini|Json|Xml> The format of the config file. [default: Json] UploadUwpPackage Uploads Uwp game package
-s, --ClientSecret <ClientSecret> The client secret of the AAD app. UploadXvcPackage Uploads Xvc game package and assets
-v, --Verbose Log verbose messages such as http calls. RemovePackages Removes all game packages and assets from a branch
-l, --LogFile <LogFile> The location of the log file. 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 -?, -h, --help Show help and usage information
``` ```