1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Mar 1 10:23:17 UTC 2023

This commit is contained in:
Automated 2023-03-01 10:23:17 +00:00
parent 7664984b79
commit bdaa0b3cfc
230 changed files with 8963 additions and 242 deletions

View file

@ -69,6 +69,12 @@ EXAMPLES
$ gcloud beta firebase test ios run --test=XCTEST_ZIP \
--xcode-version=9.4.1
To help you identify and locate your test matrix in the Firebase console,
run:
$ gcloud beta firebase test ios run --test=XCTEST_ZIP \
--client-details=matrixLabel="Example matrix label"
To run an iOS game loop, specify the --type and --app flags:
$ gcloud beta firebase test ios run --type=game-loop --app=app.ipa