@@ -78,7 +78,7 @@ EXAMPLES
7878 $ autify connect access-point create --name NAME --web-workspace-id ID
7979```
8080
81- _ See code: [ src/commands/connect/access-point/create.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.48 .0-beta.0/src/commands/connect/access-point/create.ts ) _
81+ _ See code: [ src/commands/connect/access-point/create.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.49 .0-beta.0/src/commands/connect/access-point/create.ts ) _
8282
8383## ` autify connect access-point set `
8484
@@ -104,7 +104,7 @@ EXAMPLES
104104 $ autify connect access-point set --name=NAME < key.txt
105105```
106106
107- _ See code: [ src/commands/connect/access-point/set.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.48 .0-beta.0/src/commands/connect/access-point/set.ts ) _
107+ _ See code: [ src/commands/connect/access-point/set.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.49 .0-beta.0/src/commands/connect/access-point/set.ts ) _
108108
109109## ` autify connect client install [VERSION] `
110110
@@ -134,7 +134,7 @@ EXAMPLES
134134 $ autify connect client install stable
135135```
136136
137- _ See code: [ src/commands/connect/client/install.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.48 .0-beta.0/src/commands/connect/client/install.ts ) _
137+ _ See code: [ src/commands/connect/client/install.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.49 .0-beta.0/src/commands/connect/client/install.ts ) _
138138
139139## ` autify connect client start `
140140
@@ -168,7 +168,7 @@ EXAMPLES
168168 $ autify connect client start --web-workspace-id 000
169169```
170170
171- _ See code: [ src/commands/connect/client/start.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.48 .0-beta.0/src/commands/connect/client/start.ts ) _
171+ _ See code: [ src/commands/connect/client/start.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.49 .0-beta.0/src/commands/connect/client/start.ts ) _
172172
173173## ` autify help [COMMAND] `
174174
@@ -209,7 +209,7 @@ EXAMPLES
209209 $ autify mobile api describe-test-result
210210```
211211
212- _ See code: [ src/commands/mobile/api/describe-test-result.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.48 .0-beta.0/src/commands/mobile/api/describe-test-result.ts ) _
212+ _ See code: [ src/commands/mobile/api/describe-test-result.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.49 .0-beta.0/src/commands/mobile/api/describe-test-result.ts ) _
213213
214214## ` autify mobile api list-test-results `
215215
@@ -233,7 +233,7 @@ EXAMPLES
233233 $ autify mobile api list-test-results
234234```
235235
236- _ See code: [ src/commands/mobile/api/list-test-results.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.48 .0-beta.0/src/commands/mobile/api/list-test-results.ts ) _
236+ _ See code: [ src/commands/mobile/api/list-test-results.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.49 .0-beta.0/src/commands/mobile/api/list-test-results.ts ) _
237237
238238## ` autify mobile api run-test-plan `
239239
@@ -255,7 +255,7 @@ EXAMPLES
255255 $ autify mobile api run-test-plan
256256```
257257
258- _ See code: [ src/commands/mobile/api/run-test-plan.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.48 .0-beta.0/src/commands/mobile/api/run-test-plan.ts ) _
258+ _ See code: [ src/commands/mobile/api/run-test-plan.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.49 .0-beta.0/src/commands/mobile/api/run-test-plan.ts ) _
259259
260260## ` autify mobile api upload-build `
261261
@@ -276,7 +276,7 @@ EXAMPLES
276276 $ autify mobile api upload-build
277277```
278278
279- _ See code: [ src/commands/mobile/api/upload-build.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.48 .0-beta.0/src/commands/mobile/api/upload-build.ts ) _
279+ _ See code: [ src/commands/mobile/api/upload-build.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.49 .0-beta.0/src/commands/mobile/api/upload-build.ts ) _
280280
281281## ` autify mobile auth login `
282282
@@ -299,7 +299,7 @@ EXAMPLES
299299 $ autify mobile auth login < token.txt
300300```
301301
302- _ See code: [ src/commands/mobile/auth/login.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.48 .0-beta.0/src/commands/mobile/auth/login.ts ) _
302+ _ See code: [ src/commands/mobile/auth/login.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.49 .0-beta.0/src/commands/mobile/auth/login.ts ) _
303303
304304## ` autify mobile build upload BUILD-PATH `
305305
@@ -333,7 +333,7 @@ EXAMPLES
333333 $ autify mobile build upload --workspace-id AAA ./my.app --json
334334```
335335
336- _ See code: [ src/commands/mobile/build/upload.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.48 .0-beta.0/src/commands/mobile/build/upload.ts ) _
336+ _ See code: [ src/commands/mobile/build/upload.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.49 .0-beta.0/src/commands/mobile/build/upload.ts ) _
337337
338338## ` autify mobile test run TEST-PLAN-URL `
339339
@@ -373,7 +373,7 @@ EXAMPLES
373373 --timeout 600
374374```
375375
376- _ See code: [ src/commands/mobile/test/run.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.48 .0-beta.0/src/commands/mobile/test/run.ts ) _
376+ _ See code: [ src/commands/mobile/test/run.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.49 .0-beta.0/src/commands/mobile/test/run.ts ) _
377377
378378## ` autify mobile test wait TEST-RESULT-URL `
379379
@@ -397,7 +397,7 @@ EXAMPLES
397397 $ autify mobile test wait https://mobile-app.autify.com/projects/AAA/results/BBB
398398```
399399
400- _ See code: [ src/commands/mobile/test/wait.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.48 .0-beta.0/src/commands/mobile/test/wait.ts ) _
400+ _ See code: [ src/commands/mobile/test/wait.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.49 .0-beta.0/src/commands/mobile/test/wait.ts ) _
401401
402402## ` autify update [CHANNEL] `
403403
@@ -457,7 +457,7 @@ EXAMPLES
457457 $ autify web api create-access-point
458458```
459459
460- _ See code: [ src/commands/web/api/create-access-point.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.48 .0-beta.0/src/commands/web/api/create-access-point.ts ) _
460+ _ See code: [ src/commands/web/api/create-access-point.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.49 .0-beta.0/src/commands/web/api/create-access-point.ts ) _
461461
462462## ` autify web api create-test-plan-variable `
463463
@@ -480,7 +480,7 @@ EXAMPLES
480480 $ autify web api create-test-plan-variable
481481```
482482
483- _ See code: [ src/commands/web/api/create-test-plan-variable.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.48 .0-beta.0/src/commands/web/api/create-test-plan-variable.ts ) _
483+ _ See code: [ src/commands/web/api/create-test-plan-variable.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.49 .0-beta.0/src/commands/web/api/create-test-plan-variable.ts ) _
484484
485485## ` autify web api create-url-replacement `
486486
@@ -503,7 +503,7 @@ EXAMPLES
503503 $ autify web api create-url-replacement
504504```
505505
506- _ See code: [ src/commands/web/api/create-url-replacement.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.48 .0-beta.0/src/commands/web/api/create-url-replacement.ts ) _
506+ _ See code: [ src/commands/web/api/create-url-replacement.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.49 .0-beta.0/src/commands/web/api/create-url-replacement.ts ) _
507507
508508## ` autify web api delete-access-point `
509509
@@ -526,7 +526,7 @@ EXAMPLES
526526 $ autify web api delete-access-point
527527```
528528
529- _ See code: [ src/commands/web/api/delete-access-point.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.48 .0-beta.0/src/commands/web/api/delete-access-point.ts ) _
529+ _ See code: [ src/commands/web/api/delete-access-point.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.49 .0-beta.0/src/commands/web/api/delete-access-point.ts ) _
530530
531531## ` autify web api delete-test-plan-variable `
532532
@@ -548,7 +548,7 @@ EXAMPLES
548548 $ autify web api delete-test-plan-variable
549549```
550550
551- _ See code: [ src/commands/web/api/delete-test-plan-variable.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.48 .0-beta.0/src/commands/web/api/delete-test-plan-variable.ts ) _
551+ _ See code: [ src/commands/web/api/delete-test-plan-variable.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.49 .0-beta.0/src/commands/web/api/delete-test-plan-variable.ts ) _
552552
553553## ` autify web api delete-url-replacement `
554554
@@ -570,7 +570,7 @@ EXAMPLES
570570 $ autify web api delete-url-replacement
571571```
572572
573- _ See code: [ src/commands/web/api/delete-url-replacement.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.48 .0-beta.0/src/commands/web/api/delete-url-replacement.ts ) _
573+ _ See code: [ src/commands/web/api/delete-url-replacement.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.49 .0-beta.0/src/commands/web/api/delete-url-replacement.ts ) _
574574
575575## ` autify web api describe-result `
576576
@@ -592,7 +592,7 @@ EXAMPLES
592592 $ autify web api describe-result
593593```
594594
595- _ See code: [ src/commands/web/api/describe-result.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.48 .0-beta.0/src/commands/web/api/describe-result.ts ) _
595+ _ See code: [ src/commands/web/api/describe-result.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.49 .0-beta.0/src/commands/web/api/describe-result.ts ) _
596596
597597## ` autify web api describe-scenario `
598598
@@ -613,7 +613,7 @@ EXAMPLES
613613 $ autify web api describe-scenario
614614```
615615
616- _ See code: [ src/commands/web/api/describe-scenario.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.48 .0-beta.0/src/commands/web/api/describe-scenario.ts ) _
616+ _ See code: [ src/commands/web/api/describe-scenario.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.49 .0-beta.0/src/commands/web/api/describe-scenario.ts ) _
617617
618618## ` autify web api execute-scenarios `
619619
@@ -641,7 +641,7 @@ EXAMPLES
641641 $ autify web api execute-scenarios
642642```
643643
644- _ See code: [ src/commands/web/api/execute-scenarios.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.48 .0-beta.0/src/commands/web/api/execute-scenarios.ts ) _
644+ _ See code: [ src/commands/web/api/execute-scenarios.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.49 .0-beta.0/src/commands/web/api/execute-scenarios.ts ) _
645645
646646## ` autify web api execute-schedule `
647647
@@ -664,7 +664,7 @@ EXAMPLES
664664 $ autify web api execute-schedule
665665```
666666
667- _ See code: [ src/commands/web/api/execute-schedule.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.48 .0-beta.0/src/commands/web/api/execute-schedule.ts ) _
667+ _ See code: [ src/commands/web/api/execute-schedule.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.49 .0-beta.0/src/commands/web/api/execute-schedule.ts ) _
668668
669669## ` autify web api get-credit-usage `
670670
@@ -696,7 +696,7 @@ EXAMPLES
696696 $ autify web api get-credit-usage
697697```
698698
699- _ See code: [ src/commands/web/api/get-credit-usage.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.48 .0-beta.0/src/commands/web/api/get-credit-usage.ts ) _
699+ _ See code: [ src/commands/web/api/get-credit-usage.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.49 .0-beta.0/src/commands/web/api/get-credit-usage.ts ) _
700700
701701## ` autify web api get-project-info `
702702
@@ -716,7 +716,7 @@ EXAMPLES
716716 $ autify web api get-project-info
717717```
718718
719- _ See code: [ src/commands/web/api/get-project-info.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.48 .0-beta.0/src/commands/web/api/get-project-info.ts ) _
719+ _ See code: [ src/commands/web/api/get-project-info.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.49 .0-beta.0/src/commands/web/api/get-project-info.ts ) _
720720
721721## ` autify web api list-access-points `
722722
@@ -737,7 +737,7 @@ EXAMPLES
737737 $ autify web api list-access-points
738738```
739739
740- _ See code: [ src/commands/web/api/list-access-points.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.48 .0-beta.0/src/commands/web/api/list-access-points.ts ) _
740+ _ See code: [ src/commands/web/api/list-access-points.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.49 .0-beta.0/src/commands/web/api/list-access-points.ts ) _
741741
742742## ` autify web api list-capabilities `
743743
@@ -764,7 +764,7 @@ EXAMPLES
764764 $ autify web api list-capabilities
765765```
766766
767- _ See code: [ src/commands/web/api/list-capabilities.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.48 .0-beta.0/src/commands/web/api/list-capabilities.ts ) _
767+ _ See code: [ src/commands/web/api/list-capabilities.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.49 .0-beta.0/src/commands/web/api/list-capabilities.ts ) _
768768
769769## ` autify web api list-results `
770770
@@ -787,7 +787,7 @@ EXAMPLES
787787 $ autify web api list-results
788788```
789789
790- _ See code: [ src/commands/web/api/list-results.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.48 .0-beta.0/src/commands/web/api/list-results.ts ) _
790+ _ See code: [ src/commands/web/api/list-results.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.49 .0-beta.0/src/commands/web/api/list-results.ts ) _
791791
792792## ` autify web api list-scenarios `
793793
@@ -808,7 +808,7 @@ EXAMPLES
808808 $ autify web api list-scenarios
809809```
810810
811- _ See code: [ src/commands/web/api/list-scenarios.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.48 .0-beta.0/src/commands/web/api/list-scenarios.ts ) _
811+ _ See code: [ src/commands/web/api/list-scenarios.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.49 .0-beta.0/src/commands/web/api/list-scenarios.ts ) _
812812
813813## ` autify web api list-test-plan-variable `
814814
@@ -829,7 +829,7 @@ EXAMPLES
829829 $ autify web api list-test-plan-variable
830830```
831831
832- _ See code: [ src/commands/web/api/list-test-plan-variable.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.48 .0-beta.0/src/commands/web/api/list-test-plan-variable.ts ) _
832+ _ See code: [ src/commands/web/api/list-test-plan-variable.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.49 .0-beta.0/src/commands/web/api/list-test-plan-variable.ts ) _
833833
834834## ` autify web api list-url-replacements `
835835
@@ -850,7 +850,7 @@ EXAMPLES
850850 $ autify web api list-url-replacements
851851```
852852
853- _ See code: [ src/commands/web/api/list-url-replacements.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.48 .0-beta.0/src/commands/web/api/list-url-replacements.ts ) _
853+ _ See code: [ src/commands/web/api/list-url-replacements.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.49 .0-beta.0/src/commands/web/api/list-url-replacements.ts ) _
854854
855855## ` autify web api update-test-plan-variable `
856856
@@ -876,7 +876,7 @@ EXAMPLES
876876 $ autify web api update-test-plan-variable
877877```
878878
879- _ See code: [ src/commands/web/api/update-test-plan-variable.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.48 .0-beta.0/src/commands/web/api/update-test-plan-variable.ts ) _
879+ _ See code: [ src/commands/web/api/update-test-plan-variable.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.49 .0-beta.0/src/commands/web/api/update-test-plan-variable.ts ) _
880880
881881## ` autify web api update-url-replacement `
882882
@@ -902,7 +902,7 @@ EXAMPLES
902902 $ autify web api update-url-replacement
903903```
904904
905- _ See code: [ src/commands/web/api/update-url-replacement.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.48 .0-beta.0/src/commands/web/api/update-url-replacement.ts ) _
905+ _ See code: [ src/commands/web/api/update-url-replacement.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.49 .0-beta.0/src/commands/web/api/update-url-replacement.ts ) _
906906
907907## ` autify web auth login `
908908
@@ -925,7 +925,7 @@ EXAMPLES
925925 $ autify web auth login < token.txt
926926```
927927
928- _ See code: [ src/commands/web/auth/login.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.48 .0-beta.0/src/commands/web/auth/login.ts ) _
928+ _ See code: [ src/commands/web/auth/login.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.49 .0-beta.0/src/commands/web/auth/login.ts ) _
929929
930930## ` autify web test run SCENARIO-OR-TEST-PLAN-URL `
931931
@@ -1006,7 +1006,7 @@ EXAMPLES
10061006 $ autify web test run https://app.autify.com/projects/0000/scenarios/0000 --wait --autify-connect-client
10071007```
10081008
1009- _ See code: [ src/commands/web/test/run.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.48 .0-beta.0/src/commands/web/test/run.ts ) _
1009+ _ See code: [ src/commands/web/test/run.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.49 .0-beta.0/src/commands/web/test/run.ts ) _
10101010
10111011## ` autify web test wait TEST-RESULT-URL `
10121012
@@ -1030,6 +1030,6 @@ EXAMPLES
10301030 $ autify web test wait https://app.autify.com/projects/0000/results/0000
10311031```
10321032
1033- _ See code: [ src/commands/web/test/wait.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.48 .0-beta.0/src/commands/web/test/wait.ts ) _
1033+ _ See code: [ src/commands/web/test/wait.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.49 .0-beta.0/src/commands/web/test/wait.ts ) _
10341034
10351035<!-- commandsstop -->
0 commit comments