diff --git a/docs/apple/login.md b/docs/apple/login.md index ae840389..8bce4ff6 100644 --- a/docs/apple/login.md +++ b/docs/apple/login.md @@ -24,18 +24,24 @@ your behalf. To do this, ShipThis generates temporary session cookies which it r ```help USAGE - $ shipthis apple login [-q] [-f] [-e ] + $ shipthis apple login [-e ] [-f] [-q] [-l] FLAGS -e, --appleEmail= Your Apple Developer email address -f, --force + -l, --logout Forget the saved Apple session (log out) -q, --quiet Avoid output except for interactions and errors DESCRIPTION - Authenticate with Apple - saves the session to the auth file + Authenticate with Apple - saves the session to the auth file. + + Your Apple password is sent only to Apple, never to ShipThis. Only the resulting session cookies are saved locally. + Read the source: https://github.com/shipth-is/cli/blob/main/src/commands/apple/login.ts EXAMPLES $ shipthis apple login $ shipthis apple login --force --appleEmail me@email.nowhere + + $ shipthis apple login --logout ``` \ No newline at end of file diff --git a/docs/autocomplete.md b/docs/autocomplete.md index dd17b5a4..0fb36513 100644 --- a/docs/autocomplete.md +++ b/docs/autocomplete.md @@ -43,7 +43,7 @@ USAGE $ shipthis autocomplete [SHELL] [-r] ARGUMENTS - SHELL (zsh|bash|powershell) Shell type + [SHELL] (zsh|bash|powershell) Shell type FLAGS -r, --refresh-cache Refresh cache (ignores displaying instructions) diff --git a/docs/game/create.md b/docs/game/create.md index 89a3d560..cafb95b1 100644 --- a/docs/game/create.md +++ b/docs/game/create.md @@ -28,19 +28,24 @@ command. ```help USAGE - $ shipthis game create [-q] [-f] [-n ] [-b ] [-s ] [-e ] [-v ] [-i ] - [-a ] + $ shipthis game create [-f] [-q] [-a ] [-b ] [-e ] [-v ] [--gcpProjectId ] + [-c ] [-i ] [-l ] [-n ] [-s ] [-d true|false] FLAGS - -a, --androidPackageName= Set the Android package name - -b, --buildNumber= Set the build number - -e, --gameEngine= Set the game engine + -a, --androidPackageName= Set the Android package name + -b, --buildNumber= Set the build number + -c, --gcpServiceAccountId= Set the GCP service account ID + -d, --useDemoCredentials=