@@ -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.62 .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.63 .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.62 .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.63 .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.62 .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.63 .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.62 .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.63 .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.62 .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.63 .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.62 .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.63 .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.62 .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.63 .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.62 .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.63 .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.62 .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.63 .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.62 .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.63 .0-beta.0/src/commands/mobile/build/upload.ts ) _
342342
343343## ` autify mobile link doctor `
344344
@@ -357,7 +357,7 @@ EXAMPLES
357357 $ autify mobile link doctor
358358```
359359
360- _ See code: [ src/commands/mobile/link/doctor.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.62 .0-beta.0/src/commands/mobile/link/doctor.ts ) _
360+ _ See code: [ src/commands/mobile/link/doctor.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.63 .0-beta.0/src/commands/mobile/link/doctor.ts ) _
361361
362362## ` autify mobile link exec [THINGS] `
363363
@@ -376,7 +376,7 @@ EXAMPLES
376376 $ autify mobile link exec ABC XYZ
377377```
378378
379- _ See code: [ src/commands/mobile/link/exec.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.62 .0-beta.0/src/commands/mobile/link/exec.ts ) _
379+ _ See code: [ src/commands/mobile/link/exec.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.63 .0-beta.0/src/commands/mobile/link/exec.ts ) _
380380
381381## ` autify mobile link install `
382382
@@ -395,7 +395,7 @@ EXAMPLES
395395 $ autify mobile link install
396396```
397397
398- _ See code: [ src/commands/mobile/link/install.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.62 .0-beta.0/src/commands/mobile/link/install.ts ) _
398+ _ See code: [ src/commands/mobile/link/install.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.63 .0-beta.0/src/commands/mobile/link/install.ts ) _
399399
400400## ` autify mobile link setup `
401401
@@ -414,7 +414,7 @@ EXAMPLES
414414 $ autify mobile link setup
415415```
416416
417- _ See code: [ src/commands/mobile/link/setup.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.62 .0-beta.0/src/commands/mobile/link/setup.ts ) _
417+ _ See code: [ src/commands/mobile/link/setup.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.63 .0-beta.0/src/commands/mobile/link/setup.ts ) _
418418
419419## ` autify mobile link start [WORKSPACEID] `
420420
@@ -436,7 +436,7 @@ EXAMPLES
436436 $ autify mobile link start ABC XYZ
437437```
438438
439- _ See code: [ src/commands/mobile/link/start.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.62 .0-beta.0/src/commands/mobile/link/start.ts ) _
439+ _ See code: [ src/commands/mobile/link/start.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.63 .0-beta.0/src/commands/mobile/link/start.ts ) _
440440
441441## ` autify mobile test run TEST-PLAN-URL `
442442
@@ -477,7 +477,7 @@ EXAMPLES
477477 --timeout 600
478478```
479479
480- _ See code: [ src/commands/mobile/test/run.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.62 .0-beta.0/src/commands/mobile/test/run.ts ) _
480+ _ See code: [ src/commands/mobile/test/run.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.63 .0-beta.0/src/commands/mobile/test/run.ts ) _
481481
482482## ` autify mobile test wait TEST-RESULT-URL `
483483
@@ -501,7 +501,7 @@ EXAMPLES
501501 $ autify mobile test wait https://mobile-app.autify.com/projects/AAA/results/BBB
502502```
503503
504- _ See code: [ src/commands/mobile/test/wait.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.62 .0-beta.0/src/commands/mobile/test/wait.ts ) _
504+ _ See code: [ src/commands/mobile/test/wait.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.63 .0-beta.0/src/commands/mobile/test/wait.ts ) _
505505
506506## ` autify update [CHANNEL] `
507507
@@ -562,7 +562,7 @@ EXAMPLES
562562 $ autify web api create-access-point
563563```
564564
565- _ See code: [ src/commands/web/api/create-access-point.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.62 .0-beta.0/src/commands/web/api/create-access-point.ts ) _
565+ _ See code: [ src/commands/web/api/create-access-point.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.63 .0-beta.0/src/commands/web/api/create-access-point.ts ) _
566566
567567## ` autify web api create-test-plan-variable `
568568
@@ -585,7 +585,7 @@ EXAMPLES
585585 $ autify web api create-test-plan-variable
586586```
587587
588- _ See code: [ src/commands/web/api/create-test-plan-variable.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.62 .0-beta.0/src/commands/web/api/create-test-plan-variable.ts ) _
588+ _ See code: [ src/commands/web/api/create-test-plan-variable.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.63 .0-beta.0/src/commands/web/api/create-test-plan-variable.ts ) _
589589
590590## ` autify web api create-url-replacement `
591591
@@ -608,7 +608,7 @@ EXAMPLES
608608 $ autify web api create-url-replacement
609609```
610610
611- _ See code: [ src/commands/web/api/create-url-replacement.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.62 .0-beta.0/src/commands/web/api/create-url-replacement.ts ) _
611+ _ See code: [ src/commands/web/api/create-url-replacement.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.63 .0-beta.0/src/commands/web/api/create-url-replacement.ts ) _
612612
613613## ` autify web api delete-access-point `
614614
@@ -631,7 +631,7 @@ EXAMPLES
631631 $ autify web api delete-access-point
632632```
633633
634- _ See code: [ src/commands/web/api/delete-access-point.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.62 .0-beta.0/src/commands/web/api/delete-access-point.ts ) _
634+ _ See code: [ src/commands/web/api/delete-access-point.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.63 .0-beta.0/src/commands/web/api/delete-access-point.ts ) _
635635
636636## ` autify web api delete-test-plan-variable `
637637
@@ -653,7 +653,7 @@ EXAMPLES
653653 $ autify web api delete-test-plan-variable
654654```
655655
656- _ See code: [ src/commands/web/api/delete-test-plan-variable.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.62 .0-beta.0/src/commands/web/api/delete-test-plan-variable.ts ) _
656+ _ See code: [ src/commands/web/api/delete-test-plan-variable.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.63 .0-beta.0/src/commands/web/api/delete-test-plan-variable.ts ) _
657657
658658## ` autify web api delete-url-replacement `
659659
@@ -675,7 +675,7 @@ EXAMPLES
675675 $ autify web api delete-url-replacement
676676```
677677
678- _ See code: [ src/commands/web/api/delete-url-replacement.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.62 .0-beta.0/src/commands/web/api/delete-url-replacement.ts ) _
678+ _ See code: [ src/commands/web/api/delete-url-replacement.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.63 .0-beta.0/src/commands/web/api/delete-url-replacement.ts ) _
679679
680680## ` autify web api describe-result `
681681
@@ -697,7 +697,7 @@ EXAMPLES
697697 $ autify web api describe-result
698698```
699699
700- _ See code: [ src/commands/web/api/describe-result.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.62 .0-beta.0/src/commands/web/api/describe-result.ts ) _
700+ _ See code: [ src/commands/web/api/describe-result.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.63 .0-beta.0/src/commands/web/api/describe-result.ts ) _
701701
702702## ` autify web api describe-scenario `
703703
@@ -718,7 +718,7 @@ EXAMPLES
718718 $ autify web api describe-scenario
719719```
720720
721- _ See code: [ src/commands/web/api/describe-scenario.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.62 .0-beta.0/src/commands/web/api/describe-scenario.ts ) _
721+ _ See code: [ src/commands/web/api/describe-scenario.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.63 .0-beta.0/src/commands/web/api/describe-scenario.ts ) _
722722
723723## ` autify web api execute-scenarios `
724724
@@ -746,7 +746,7 @@ EXAMPLES
746746 $ autify web api execute-scenarios
747747```
748748
749- _ See code: [ src/commands/web/api/execute-scenarios.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.62 .0-beta.0/src/commands/web/api/execute-scenarios.ts ) _
749+ _ See code: [ src/commands/web/api/execute-scenarios.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.63 .0-beta.0/src/commands/web/api/execute-scenarios.ts ) _
750750
751751## ` autify web api execute-schedule `
752752
@@ -769,7 +769,7 @@ EXAMPLES
769769 $ autify web api execute-schedule
770770```
771771
772- _ See code: [ src/commands/web/api/execute-schedule.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.62 .0-beta.0/src/commands/web/api/execute-schedule.ts ) _
772+ _ See code: [ src/commands/web/api/execute-schedule.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.63 .0-beta.0/src/commands/web/api/execute-schedule.ts ) _
773773
774774## ` autify web api get-credit-usage `
775775
@@ -801,7 +801,7 @@ EXAMPLES
801801 $ autify web api get-credit-usage
802802```
803803
804- _ See code: [ src/commands/web/api/get-credit-usage.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.62 .0-beta.0/src/commands/web/api/get-credit-usage.ts ) _
804+ _ See code: [ src/commands/web/api/get-credit-usage.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.63 .0-beta.0/src/commands/web/api/get-credit-usage.ts ) _
805805
806806## ` autify web api get-project-info `
807807
@@ -821,7 +821,7 @@ EXAMPLES
821821 $ autify web api get-project-info
822822```
823823
824- _ See code: [ src/commands/web/api/get-project-info.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.62 .0-beta.0/src/commands/web/api/get-project-info.ts ) _
824+ _ See code: [ src/commands/web/api/get-project-info.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.63 .0-beta.0/src/commands/web/api/get-project-info.ts ) _
825825
826826## ` autify web api list-access-points `
827827
@@ -842,7 +842,7 @@ EXAMPLES
842842 $ autify web api list-access-points
843843```
844844
845- _ See code: [ src/commands/web/api/list-access-points.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.62 .0-beta.0/src/commands/web/api/list-access-points.ts ) _
845+ _ See code: [ src/commands/web/api/list-access-points.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.63 .0-beta.0/src/commands/web/api/list-access-points.ts ) _
846846
847847## ` autify web api list-capabilities `
848848
@@ -869,7 +869,7 @@ EXAMPLES
869869 $ autify web api list-capabilities
870870```
871871
872- _ See code: [ src/commands/web/api/list-capabilities.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.62 .0-beta.0/src/commands/web/api/list-capabilities.ts ) _
872+ _ See code: [ src/commands/web/api/list-capabilities.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.63 .0-beta.0/src/commands/web/api/list-capabilities.ts ) _
873873
874874## ` autify web api list-results `
875875
@@ -892,7 +892,7 @@ EXAMPLES
892892 $ autify web api list-results
893893```
894894
895- _ See code: [ src/commands/web/api/list-results.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.62 .0-beta.0/src/commands/web/api/list-results.ts ) _
895+ _ See code: [ src/commands/web/api/list-results.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.63 .0-beta.0/src/commands/web/api/list-results.ts ) _
896896
897897## ` autify web api list-scenarios `
898898
@@ -913,7 +913,7 @@ EXAMPLES
913913 $ autify web api list-scenarios
914914```
915915
916- _ See code: [ src/commands/web/api/list-scenarios.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.62 .0-beta.0/src/commands/web/api/list-scenarios.ts ) _
916+ _ See code: [ src/commands/web/api/list-scenarios.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.63 .0-beta.0/src/commands/web/api/list-scenarios.ts ) _
917917
918918## ` autify web api list-test-plan-variable `
919919
@@ -934,7 +934,7 @@ EXAMPLES
934934 $ autify web api list-test-plan-variable
935935```
936936
937- _ See code: [ src/commands/web/api/list-test-plan-variable.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.62 .0-beta.0/src/commands/web/api/list-test-plan-variable.ts ) _
937+ _ See code: [ src/commands/web/api/list-test-plan-variable.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.63 .0-beta.0/src/commands/web/api/list-test-plan-variable.ts ) _
938938
939939## ` autify web api list-url-replacements `
940940
@@ -955,7 +955,7 @@ EXAMPLES
955955 $ autify web api list-url-replacements
956956```
957957
958- _ See code: [ src/commands/web/api/list-url-replacements.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.62 .0-beta.0/src/commands/web/api/list-url-replacements.ts ) _
958+ _ See code: [ src/commands/web/api/list-url-replacements.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.63 .0-beta.0/src/commands/web/api/list-url-replacements.ts ) _
959959
960960## ` autify web api update-test-plan-variable `
961961
@@ -981,7 +981,7 @@ EXAMPLES
981981 $ autify web api update-test-plan-variable
982982```
983983
984- _ See code: [ src/commands/web/api/update-test-plan-variable.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.62 .0-beta.0/src/commands/web/api/update-test-plan-variable.ts ) _
984+ _ See code: [ src/commands/web/api/update-test-plan-variable.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.63 .0-beta.0/src/commands/web/api/update-test-plan-variable.ts ) _
985985
986986## ` autify web api update-url-replacement `
987987
@@ -1007,7 +1007,7 @@ EXAMPLES
10071007 $ autify web api update-url-replacement
10081008```
10091009
1010- _ See code: [ src/commands/web/api/update-url-replacement.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.62 .0-beta.0/src/commands/web/api/update-url-replacement.ts ) _
1010+ _ See code: [ src/commands/web/api/update-url-replacement.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.63 .0-beta.0/src/commands/web/api/update-url-replacement.ts ) _
10111011
10121012## ` autify web auth login `
10131013
@@ -1030,7 +1030,7 @@ EXAMPLES
10301030 $ autify web auth login < token.txt
10311031```
10321032
1033- _ See code: [ src/commands/web/auth/login.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.62 .0-beta.0/src/commands/web/auth/login.ts ) _
1033+ _ See code: [ src/commands/web/auth/login.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.63 .0-beta.0/src/commands/web/auth/login.ts ) _
10341034
10351035## ` autify web test run SCENARIO-OR-TEST-PLAN-URL `
10361036
@@ -1111,7 +1111,7 @@ EXAMPLES
11111111 $ autify web test run https://app.autify.com/projects/0000/scenarios/0000 --wait --autify-connect-client
11121112```
11131113
1114- _ See code: [ src/commands/web/test/run.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.62 .0-beta.0/src/commands/web/test/run.ts ) _
1114+ _ See code: [ src/commands/web/test/run.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.63 .0-beta.0/src/commands/web/test/run.ts ) _
11151115
11161116## ` autify web test wait TEST-RESULT-URL `
11171117
@@ -1135,6 +1135,6 @@ EXAMPLES
11351135 $ autify web test wait https://app.autify.com/projects/0000/results/0000
11361136```
11371137
1138- _ See code: [ src/commands/web/test/wait.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.62 .0-beta.0/src/commands/web/test/wait.ts ) _
1138+ _ See code: [ src/commands/web/test/wait.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.63 .0-beta.0/src/commands/web/test/wait.ts ) _
11391139
11401140<!-- commandsstop -->
0 commit comments