@@ -36,7 +36,7 @@ Options:
3636 destroyed.
3737 -h, --help display help for command
3838
39- Global options (--dry-run, --output, --profile, --endpoint-url, --verbose, --debug):
39+ Global options (--dry-run, --output, --profile, --endpoint-url, --request-timeout, -- verbose, --debug):
4040 testsprite --help
4141"
4242`;
@@ -49,7 +49,7 @@ List supported agent targets and skills, their status, and landing paths
4949Options:
5050 -h, --help display help for command
5151
52- Global options (--dry-run, --output, --profile, --endpoint-url, --verbose, --debug):
52+ Global options (--dry-run, --output, --profile, --endpoint-url, --request-timeout, -- verbose, --debug):
5353 testsprite --help
5454"
5555`;
@@ -86,7 +86,7 @@ exports[`--help snapshots > auth logout 1`] = `
8686Options:
8787 -h, --help display help for command
8888
89- Global options (--dry-run, --output, --profile, --endpoint-url, --verbose, --debug):
89+ Global options (--dry-run, --output, --profile, --endpoint-url, --request-timeout, -- verbose, --debug):
9090 testsprite --help
9191"
9292`;
@@ -97,7 +97,7 @@ exports[`--help snapshots > auth whoami 1`] = `
9797Options:
9898 -h, --help display help for command
9999
100- Global options (--dry-run, --output, --profile, --endpoint-url, --verbose, --debug):
100+ Global options (--dry-run, --output, --profile, --endpoint-url, --request-timeout, -- verbose, --debug):
101101 testsprite --help
102102"
103103`;
@@ -153,7 +153,7 @@ Get a project by id
153153Options:
154154 -h, --help display help for command
155155
156- Global options (--dry-run, --output, --profile, --endpoint-url, --verbose, --debug):
156+ Global options (--dry-run, --output, --profile, --endpoint-url, --request-timeout, -- verbose, --debug):
157157 testsprite --help
158158"
159159`;
@@ -175,7 +175,7 @@ Options:
175175 --max-items <n > stop after this many items across auto-paged pages
176176 -h, --help display help for command
177177
178- Global options (--dry-run, --output, --profile, --endpoint-url, --verbose, --debug):
178+ Global options (--dry-run, --output, --profile, --endpoint-url, --request-timeout, -- verbose, --debug):
179179 testsprite --help
180180"
181181`;
@@ -280,7 +280,7 @@ Options:
280280 source body; json mode: wire envelope)
281281 -h, --help display help for command
282282
283- Global options (--dry-run, --output, --profile, --endpoint-url, --verbose, --debug):
283+ Global options (--dry-run, --output, --profile, --endpoint-url, --request-timeout, -- verbose, --debug):
284284 testsprite --help
285285"
286286`;
@@ -315,7 +315,7 @@ Options:
315315 per invocation; pin one yourself for safe retries.
316316 -h, --help display help for command
317317
318- Global options (--dry-run, --output, --profile, --endpoint-url, --verbose, --debug):
318+ Global options (--dry-run, --output, --profile, --endpoint-url, --request-timeout, -- verbose, --debug):
319319 testsprite --help
320320"
321321`;
@@ -331,7 +331,7 @@ Options:
331331 --failed-only Keep only the failed step plus its immediate neighbors (±1)
332332 -h, --help display help for command
333333
334- Global options (--dry-run, --output, --profile, --endpoint-url, --verbose, --debug):
334+ Global options (--dry-run, --output, --profile, --endpoint-url, --request-timeout, -- verbose, --debug):
335335 testsprite --help
336336"
337337`;
@@ -344,7 +344,7 @@ Get a test by id
344344Options:
345345 -h, --help display help for command
346346
347- Global options (--dry-run, --output, --profile, --endpoint-url, --verbose, --debug):
347+ Global options (--dry-run, --output, --profile, --endpoint-url, --request-timeout, -- verbose, --debug):
348348 testsprite --help
349349"
350350`;
@@ -369,7 +369,7 @@ Options:
369369 --max-items <n > stop after this many items across auto-paged pages
370370 -h, --help display help for command
371371
372- Global options (--dry-run, --output, --profile, --endpoint-url, --verbose, --debug):
372+ Global options (--dry-run, --output, --profile, --endpoint-url, --request-timeout, -- verbose, --debug):
373373 testsprite --help
374374"
375375`;
@@ -433,7 +433,7 @@ Dry-run shape notes:
433433 omit \`closure\` (or return it as null) since there is no dependency expansion.
434434 • \`autoHeal\` defaults true for FE reruns; BE reruns ignore the field entirely.
435435
436- Global options (--dry-run, --output, --profile, --endpoint-url, --verbose, --debug):
436+ Global options (--dry-run, --output, --profile, --endpoint-url, --request-timeout, -- verbose, --debug):
437437 testsprite --help
438438"
439439`;
@@ -465,7 +465,7 @@ Options:
465465 --cursor <token > with --history: opaque cursor from a prior page
466466 -h, --help display help for command
467467
468- Global options (--dry-run, --output, --profile, --endpoint-url, --verbose, --debug):
468+ Global options (--dry-run, --output, --profile, --endpoint-url, --request-timeout, -- verbose, --debug):
469469 testsprite --help
470470"
471471`;
@@ -516,7 +516,7 @@ Dependency-aware fresh run (M4):
516516BE tests can declare --produces/--needs at create time to drive wave ordering
517517(see \`testsprite test create --help\` for details).
518518
519- Global options (--dry-run, --output, --profile, --endpoint-url, --verbose, --debug):
519+ Global options (--dry-run, --output, --profile, --endpoint-url, --request-timeout, -- verbose, --debug):
520520 testsprite --help
521521"
522522`;
@@ -539,7 +539,7 @@ Options:
539539 excluded when this flag is set.
540540 -h, --help display help for command
541541
542- Global options (--dry-run, --output, --profile, --endpoint-url, --verbose, --debug):
542+ Global options (--dry-run, --output, --profile, --endpoint-url, --request-timeout, -- verbose, --debug):
543543 testsprite --help
544544"
545545`;
0 commit comments