Update README.md
This commit is contained in:
Родитель
e53c8e7926
Коммит
e92c85cfe2
22
README.md
22
README.md
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче