@@ -83,7 +83,7 @@ EXAMPLES
8383 $ autify connect access-point create --name NAME --web-workspace-id ID
8484```
8585
86- _ See code: [ src/commands/connect/access-point/create.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/connect/access-point/create.ts ) _
86+ _ See code: [ src/commands/connect/access-point/create.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/connect/access-point/create.ts ) _
8787
8888## ` autify connect access-point set `
8989
@@ -109,7 +109,7 @@ EXAMPLES
109109 $ autify connect access-point set --name=NAME < key.txt
110110```
111111
112- _ See code: [ src/commands/connect/access-point/set.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/connect/access-point/set.ts ) _
112+ _ See code: [ src/commands/connect/access-point/set.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/connect/access-point/set.ts ) _
113113
114114## ` autify connect client install [VERSION] `
115115
@@ -139,7 +139,7 @@ EXAMPLES
139139 $ autify connect client install stable
140140```
141141
142- _ See code: [ src/commands/connect/client/install.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/connect/client/install.ts ) _
142+ _ See code: [ src/commands/connect/client/install.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/connect/client/install.ts ) _
143143
144144## ` autify connect client start `
145145
@@ -173,7 +173,7 @@ EXAMPLES
173173 $ autify connect client start --web-workspace-id 000
174174```
175175
176- _ See code: [ src/commands/connect/client/start.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/connect/client/start.ts ) _
176+ _ See code: [ src/commands/connect/client/start.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/connect/client/start.ts ) _
177177
178178## ` autify help [COMMAND] `
179179
@@ -214,7 +214,7 @@ EXAMPLES
214214 $ autify mobile api describe-test-result
215215```
216216
217- _ See code: [ src/commands/mobile/api/describe-test-result.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/mobile/api/describe-test-result.ts ) _
217+ _ See code: [ src/commands/mobile/api/describe-test-result.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/mobile/api/describe-test-result.ts ) _
218218
219219## ` autify mobile api list-test-results `
220220
@@ -238,7 +238,7 @@ EXAMPLES
238238 $ autify mobile api list-test-results
239239```
240240
241- _ See code: [ src/commands/mobile/api/list-test-results.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/mobile/api/list-test-results.ts ) _
241+ _ See code: [ src/commands/mobile/api/list-test-results.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/mobile/api/list-test-results.ts ) _
242242
243243## ` autify mobile api run-test-plan `
244244
@@ -260,7 +260,7 @@ EXAMPLES
260260 $ autify mobile api run-test-plan
261261```
262262
263- _ See code: [ src/commands/mobile/api/run-test-plan.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/mobile/api/run-test-plan.ts ) _
263+ _ See code: [ src/commands/mobile/api/run-test-plan.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/mobile/api/run-test-plan.ts ) _
264264
265265## ` autify mobile api upload-build `
266266
@@ -281,7 +281,7 @@ EXAMPLES
281281 $ autify mobile api upload-build
282282```
283283
284- _ See code: [ src/commands/mobile/api/upload-build.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/mobile/api/upload-build.ts ) _
284+ _ See code: [ src/commands/mobile/api/upload-build.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/mobile/api/upload-build.ts ) _
285285
286286## ` autify mobile auth login `
287287
@@ -304,7 +304,7 @@ EXAMPLES
304304 $ autify mobile auth login < token.txt
305305```
306306
307- _ See code: [ src/commands/mobile/auth/login.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/mobile/auth/login.ts ) _
307+ _ See code: [ src/commands/mobile/auth/login.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/mobile/auth/login.ts ) _
308308
309309## ` autify mobile build upload BUILD-PATH `
310310
@@ -338,7 +338,7 @@ EXAMPLES
338338 $ autify mobile build upload --workspace-id AAA ./my.app --json
339339```
340340
341- _ See code: [ src/commands/mobile/build/upload.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/mobile/build/upload.ts ) _
341+ _ See code: [ src/commands/mobile/build/upload.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/mobile/build/upload.ts ) _
342342
343343## ` autify mobile link doctor `
344344
@@ -360,7 +360,7 @@ EXAMPLES
360360 $ autify mobile link doctor
361361```
362362
363- _ See code: [ src/commands/mobile/link/doctor.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/mobile/link/doctor.ts ) _
363+ _ See code: [ src/commands/mobile/link/doctor.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/mobile/link/doctor.ts ) _
364364
365365## ` autify mobile link exec [THINGS] `
366366
@@ -379,7 +379,7 @@ EXAMPLES
379379 $ autify mobile link exec ABC XYZ
380380```
381381
382- _ See code: [ src/commands/mobile/link/exec.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/mobile/link/exec.ts ) _
382+ _ See code: [ src/commands/mobile/link/exec.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/mobile/link/exec.ts ) _
383383
384384## ` autify mobile link install `
385385
@@ -398,7 +398,7 @@ EXAMPLES
398398 $ autify mobile link install
399399```
400400
401- _ See code: [ src/commands/mobile/link/install.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/mobile/link/install.ts ) _
401+ _ See code: [ src/commands/mobile/link/install.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/mobile/link/install.ts ) _
402402
403403## ` autify mobile link setup `
404404
@@ -417,7 +417,7 @@ EXAMPLES
417417 $ autify mobile link setup
418418```
419419
420- _ See code: [ src/commands/mobile/link/setup.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/mobile/link/setup.ts ) _
420+ _ See code: [ src/commands/mobile/link/setup.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/mobile/link/setup.ts ) _
421421
422422## ` autify mobile link start [WORKSPACEID] `
423423
@@ -442,7 +442,7 @@ EXAMPLES
442442 $ autify mobile link start ABC XYZ
443443```
444444
445- _ See code: [ src/commands/mobile/link/start.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/mobile/link/start.ts ) _
445+ _ See code: [ src/commands/mobile/link/start.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/mobile/link/start.ts ) _
446446
447447## ` autify mobile test run TEST-PLAN-URL `
448448
@@ -483,7 +483,7 @@ EXAMPLES
483483 --timeout 600
484484```
485485
486- _ See code: [ src/commands/mobile/test/run.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/mobile/test/run.ts ) _
486+ _ See code: [ src/commands/mobile/test/run.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/mobile/test/run.ts ) _
487487
488488## ` autify mobile test wait TEST-RESULT-URL `
489489
@@ -507,7 +507,7 @@ EXAMPLES
507507 $ autify mobile test wait https://mobile-app.autify.com/projects/AAA/results/BBB
508508```
509509
510- _ See code: [ src/commands/mobile/test/wait.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/mobile/test/wait.ts ) _
510+ _ See code: [ src/commands/mobile/test/wait.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/mobile/test/wait.ts ) _
511511
512512## ` autify update [CHANNEL] `
513513
@@ -568,7 +568,7 @@ EXAMPLES
568568 $ autify web api create-access-point
569569```
570570
571- _ See code: [ src/commands/web/api/create-access-point.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/web/api/create-access-point.ts ) _
571+ _ See code: [ src/commands/web/api/create-access-point.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/web/api/create-access-point.ts ) _
572572
573573## ` autify web api create-test-plan-variable `
574574
@@ -591,7 +591,7 @@ EXAMPLES
591591 $ autify web api create-test-plan-variable
592592```
593593
594- _ See code: [ src/commands/web/api/create-test-plan-variable.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/web/api/create-test-plan-variable.ts ) _
594+ _ See code: [ src/commands/web/api/create-test-plan-variable.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/web/api/create-test-plan-variable.ts ) _
595595
596596## ` autify web api create-url-replacement `
597597
@@ -614,7 +614,7 @@ EXAMPLES
614614 $ autify web api create-url-replacement
615615```
616616
617- _ See code: [ src/commands/web/api/create-url-replacement.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/web/api/create-url-replacement.ts ) _
617+ _ See code: [ src/commands/web/api/create-url-replacement.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/web/api/create-url-replacement.ts ) _
618618
619619## ` autify web api delete-access-point `
620620
@@ -637,7 +637,7 @@ EXAMPLES
637637 $ autify web api delete-access-point
638638```
639639
640- _ See code: [ src/commands/web/api/delete-access-point.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/web/api/delete-access-point.ts ) _
640+ _ See code: [ src/commands/web/api/delete-access-point.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/web/api/delete-access-point.ts ) _
641641
642642## ` autify web api delete-test-plan-variable `
643643
@@ -659,7 +659,7 @@ EXAMPLES
659659 $ autify web api delete-test-plan-variable
660660```
661661
662- _ See code: [ src/commands/web/api/delete-test-plan-variable.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/web/api/delete-test-plan-variable.ts ) _
662+ _ See code: [ src/commands/web/api/delete-test-plan-variable.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/web/api/delete-test-plan-variable.ts ) _
663663
664664## ` autify web api delete-url-replacement `
665665
@@ -681,7 +681,7 @@ EXAMPLES
681681 $ autify web api delete-url-replacement
682682```
683683
684- _ See code: [ src/commands/web/api/delete-url-replacement.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/web/api/delete-url-replacement.ts ) _
684+ _ See code: [ src/commands/web/api/delete-url-replacement.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/web/api/delete-url-replacement.ts ) _
685685
686686## ` autify web api describe-result `
687687
@@ -703,7 +703,7 @@ EXAMPLES
703703 $ autify web api describe-result
704704```
705705
706- _ See code: [ src/commands/web/api/describe-result.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/web/api/describe-result.ts ) _
706+ _ See code: [ src/commands/web/api/describe-result.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/web/api/describe-result.ts ) _
707707
708708## ` autify web api describe-scenario `
709709
@@ -724,7 +724,7 @@ EXAMPLES
724724 $ autify web api describe-scenario
725725```
726726
727- _ See code: [ src/commands/web/api/describe-scenario.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/web/api/describe-scenario.ts ) _
727+ _ See code: [ src/commands/web/api/describe-scenario.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/web/api/describe-scenario.ts ) _
728728
729729## ` autify web api execute-scenarios `
730730
@@ -752,7 +752,7 @@ EXAMPLES
752752 $ autify web api execute-scenarios
753753```
754754
755- _ See code: [ src/commands/web/api/execute-scenarios.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/web/api/execute-scenarios.ts ) _
755+ _ See code: [ src/commands/web/api/execute-scenarios.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/web/api/execute-scenarios.ts ) _
756756
757757## ` autify web api execute-schedule `
758758
@@ -775,7 +775,7 @@ EXAMPLES
775775 $ autify web api execute-schedule
776776```
777777
778- _ See code: [ src/commands/web/api/execute-schedule.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/web/api/execute-schedule.ts ) _
778+ _ See code: [ src/commands/web/api/execute-schedule.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/web/api/execute-schedule.ts ) _
779779
780780## ` autify web api get-credit-usage `
781781
@@ -807,7 +807,7 @@ EXAMPLES
807807 $ autify web api get-credit-usage
808808```
809809
810- _ See code: [ src/commands/web/api/get-credit-usage.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/web/api/get-credit-usage.ts ) _
810+ _ See code: [ src/commands/web/api/get-credit-usage.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/web/api/get-credit-usage.ts ) _
811811
812812## ` autify web api get-project-info `
813813
@@ -827,7 +827,7 @@ EXAMPLES
827827 $ autify web api get-project-info
828828```
829829
830- _ See code: [ src/commands/web/api/get-project-info.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/web/api/get-project-info.ts ) _
830+ _ See code: [ src/commands/web/api/get-project-info.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/web/api/get-project-info.ts ) _
831831
832832## ` autify web api list-access-points `
833833
@@ -848,7 +848,7 @@ EXAMPLES
848848 $ autify web api list-access-points
849849```
850850
851- _ See code: [ src/commands/web/api/list-access-points.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/web/api/list-access-points.ts ) _
851+ _ See code: [ src/commands/web/api/list-access-points.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/web/api/list-access-points.ts ) _
852852
853853## ` autify web api list-capabilities `
854854
@@ -875,7 +875,7 @@ EXAMPLES
875875 $ autify web api list-capabilities
876876```
877877
878- _ See code: [ src/commands/web/api/list-capabilities.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/web/api/list-capabilities.ts ) _
878+ _ See code: [ src/commands/web/api/list-capabilities.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/web/api/list-capabilities.ts ) _
879879
880880## ` autify web api list-results `
881881
@@ -898,7 +898,7 @@ EXAMPLES
898898 $ autify web api list-results
899899```
900900
901- _ See code: [ src/commands/web/api/list-results.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/web/api/list-results.ts ) _
901+ _ See code: [ src/commands/web/api/list-results.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/web/api/list-results.ts ) _
902902
903903## ` autify web api list-scenarios `
904904
@@ -919,7 +919,7 @@ EXAMPLES
919919 $ autify web api list-scenarios
920920```
921921
922- _ See code: [ src/commands/web/api/list-scenarios.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/web/api/list-scenarios.ts ) _
922+ _ See code: [ src/commands/web/api/list-scenarios.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/web/api/list-scenarios.ts ) _
923923
924924## ` autify web api list-test-plan-variable `
925925
@@ -940,7 +940,7 @@ EXAMPLES
940940 $ autify web api list-test-plan-variable
941941```
942942
943- _ See code: [ src/commands/web/api/list-test-plan-variable.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/web/api/list-test-plan-variable.ts ) _
943+ _ See code: [ src/commands/web/api/list-test-plan-variable.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/web/api/list-test-plan-variable.ts ) _
944944
945945## ` autify web api list-url-replacements `
946946
@@ -961,7 +961,7 @@ EXAMPLES
961961 $ autify web api list-url-replacements
962962```
963963
964- _ See code: [ src/commands/web/api/list-url-replacements.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/web/api/list-url-replacements.ts ) _
964+ _ See code: [ src/commands/web/api/list-url-replacements.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/web/api/list-url-replacements.ts ) _
965965
966966## ` autify web api update-test-plan-variable `
967967
@@ -987,7 +987,7 @@ EXAMPLES
987987 $ autify web api update-test-plan-variable
988988```
989989
990- _ See code: [ src/commands/web/api/update-test-plan-variable.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/web/api/update-test-plan-variable.ts ) _
990+ _ See code: [ src/commands/web/api/update-test-plan-variable.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/web/api/update-test-plan-variable.ts ) _
991991
992992## ` autify web api update-url-replacement `
993993
@@ -1013,7 +1013,7 @@ EXAMPLES
10131013 $ autify web api update-url-replacement
10141014```
10151015
1016- _ See code: [ src/commands/web/api/update-url-replacement.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/web/api/update-url-replacement.ts ) _
1016+ _ See code: [ src/commands/web/api/update-url-replacement.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/web/api/update-url-replacement.ts ) _
10171017
10181018## ` autify web auth login `
10191019
@@ -1036,7 +1036,7 @@ EXAMPLES
10361036 $ autify web auth login < token.txt
10371037```
10381038
1039- _ See code: [ src/commands/web/auth/login.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/web/auth/login.ts ) _
1039+ _ See code: [ src/commands/web/auth/login.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/web/auth/login.ts ) _
10401040
10411041## ` autify web test run SCENARIO-OR-TEST-PLAN-URL `
10421042
@@ -1117,7 +1117,7 @@ EXAMPLES
11171117 $ autify web test run https://app.autify.com/projects/0000/scenarios/0000 --wait --autify-connect-client
11181118```
11191119
1120- _ See code: [ src/commands/web/test/run.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/web/test/run.ts ) _
1120+ _ See code: [ src/commands/web/test/run.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/web/test/run.ts ) _
11211121
11221122## ` autify web test wait TEST-RESULT-URL `
11231123
@@ -1141,6 +1141,6 @@ EXAMPLES
11411141 $ autify web test wait https://app.autify.com/projects/0000/results/0000
11421142```
11431143
1144- _ See code: [ src/commands/web/test/wait.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.71 .0-beta.0/src/commands/web/test/wait.ts ) _
1144+ _ See code: [ src/commands/web/test/wait.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.72 .0-beta.0/src/commands/web/test/wait.ts ) _
11451145
11461146<!-- commandsstop -->
0 commit comments