From e92c85cfe290f269790e287ba1c3a81369b60617 Mon Sep 17 00:00:00 2001 From: Alberto Baron <87431280+alberto-baron@users.noreply.github.com> Date: Sun, 19 Sep 2021 21:00:00 +0100 Subject: [PATCH] Update README.md --- README.md | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 41e341a..80c8fc3 100644 --- a/README.md +++ b/README.md @@ -74,14 +74,24 @@ The application can be used directly with the input config for ease of use, or t .\GameStoreBroker.exe -c -s ``` -- Parameters to pass: +- Operations: ``` - -c, --ConfigFile (REQUIRED) The location of the config file. - -f, --ConfigFileFormat The format of the config file. [default: Json] - -s, --ClientSecret The client secret of the AAD app. - -v, --Verbose Log verbose messages such as http calls. - -l, --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 (REQUIRED) The location of the config file + -f, --ConfigFileFormat The format of the config file [default: Json] + -s, --ClientSecret The client secret of the AAD app + -v, --Verbose Log verbose messages such as http calls + -l, --LogFile The location of the log file -?, -h, --help Show help and usage information ```