1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Mar 9 08:39:30 UTC 2022

This commit is contained in:
Automated 2022-03-09 08:39:30 +00:00
parent 5829e94e90
commit 7d82d0fc32
210 changed files with 7192 additions and 887 deletions

View file

@ -6,7 +6,7 @@ SYNOPSIS
gcloud firebase test ios run [ARGSPEC] [--device=DIMENSION=VALUE,[...]]
[--test=XCTEST_ZIP] [--timeout=TIMEOUT] [--type=TYPE]
[--xcode-version=XCODE_VERSION] [--xctestrun-file=XCTESTRUN_FILE]
[--async] [--num-flaky-test-attempts=int] [--record-video]
[--app=APP] [--async] [--num-flaky-test-attempts=int] [--record-video]
[--results-bucket=RESULTS_BUCKET] [--results-dir=RESULTS_DIR]
[--results-history-name=RESULTS_HISTORY_NAME]
[--test-special-entitlements] [--filter=EXPRESSION] [--limit=LIMIT]
@ -126,6 +126,12 @@ COMMONLY USED FLAGS
URL beginning with gs://.
FLAGS
--app=APP
The path to the application archive (.ipa file) for game-loop testing.
The path may be in the local filesystem or in Google Cloud Storage
using gs:// notation. This flag is only valid when --type=game-loop is
also set.
--async
Invoke a test asynchronously without waiting for test results.