@@ -25,7 +25,7 @@ See our official document: https://help.autify.com/docs/autify-command-line-inte
25
25
- [ ` autify connect access-point set ` ] ( #autify-connect-access-point-set )
26
26
- [ ` autify connect client install [VERSION] ` ] ( #autify-connect-client-install-version )
27
27
- [ ` autify connect client start ` ] ( #autify-connect-client-start )
28
- - [ ` autify help [COMMANDS ] ` ] ( #autify-help-commands )
28
+ - [ ` autify help [COMMAND ] ` ] ( #autify-help-command )
29
29
- [ ` autify mobile api describe-test-result ` ] ( #autify-mobile-api-describe-test-result )
30
30
- [ ` autify mobile api list-test-results ` ] ( #autify-mobile-api-list-test-results )
31
31
- [ ` autify mobile api run-test-plan ` ] ( #autify-mobile-api-run-test-plan )
@@ -78,7 +78,7 @@ EXAMPLES
78
78
$ autify connect access-point create --name NAME --web-workspace-id ID
79
79
```
80
80
81
- _ See code: [ src/commands/connect/access-point/create.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.45 .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.46 .0-beta.0/src/commands/connect/access-point/create.ts ) _
82
82
83
83
## ` autify connect access-point set `
84
84
@@ -104,7 +104,7 @@ EXAMPLES
104
104
$ autify connect access-point set --name=NAME < key.txt
105
105
```
106
106
107
- _ See code: [ src/commands/connect/access-point/set.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.45 .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.46 .0-beta.0/src/commands/connect/access-point/set.ts ) _
108
108
109
109
## ` autify connect client install [VERSION] `
110
110
@@ -134,7 +134,7 @@ EXAMPLES
134
134
$ autify connect client install stable
135
135
```
136
136
137
- _ See code: [ src/commands/connect/client/install.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.45 .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.46 .0-beta.0/src/commands/connect/client/install.ts ) _
138
138
139
139
## ` autify connect client start `
140
140
@@ -168,18 +168,18 @@ EXAMPLES
168
168
$ autify connect client start --web-workspace-id 000
169
169
```
170
170
171
- _ See code: [ src/commands/connect/client/start.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.45 .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.46 .0-beta.0/src/commands/connect/client/start.ts ) _
172
172
173
- ## ` autify help [COMMANDS ] `
173
+ ## ` autify help [COMMAND ] `
174
174
175
175
Display help for autify.
176
176
177
177
```
178
178
USAGE
179
- $ autify help [COMMANDS ] [-n]
179
+ $ autify help [COMMAND... ] [-n]
180
180
181
181
ARGUMENTS
182
- COMMANDS Command to show help for.
182
+ COMMAND... Command to show help for.
183
183
184
184
FLAGS
185
185
-n, --nested-commands Include all nested commands in the output.
@@ -188,7 +188,7 @@ DESCRIPTION
188
188
Display help for autify.
189
189
```
190
190
191
- _ See code: [ @oclif/plugin-help ] ( https://github.com/oclif/plugin-help/blob/v6.0.12 /src/commands/help.ts ) _
191
+ _ See code: [ @oclif/plugin-help ] ( https://github.com/oclif/plugin-help/blob/v6.0.21 /src/commands/help.ts ) _
192
192
193
193
## ` autify mobile api describe-test-result `
194
194
@@ -209,7 +209,7 @@ EXAMPLES
209
209
$ autify mobile api describe-test-result
210
210
```
211
211
212
- _ See code: [ src/commands/mobile/api/describe-test-result.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.45 .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.46 .0-beta.0/src/commands/mobile/api/describe-test-result.ts ) _
213
213
214
214
## ` autify mobile api list-test-results `
215
215
@@ -233,7 +233,7 @@ EXAMPLES
233
233
$ autify mobile api list-test-results
234
234
```
235
235
236
- _ See code: [ src/commands/mobile/api/list-test-results.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.45 .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.46 .0-beta.0/src/commands/mobile/api/list-test-results.ts ) _
237
237
238
238
## ` autify mobile api run-test-plan `
239
239
@@ -254,7 +254,7 @@ EXAMPLES
254
254
$ autify mobile api run-test-plan
255
255
```
256
256
257
- _ See code: [ src/commands/mobile/api/run-test-plan.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.45 .0-beta.0/src/commands/mobile/api/run-test-plan.ts ) _
257
+ _ See code: [ src/commands/mobile/api/run-test-plan.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.46 .0-beta.0/src/commands/mobile/api/run-test-plan.ts ) _
258
258
259
259
## ` autify mobile api upload-build `
260
260
@@ -275,7 +275,7 @@ EXAMPLES
275
275
$ autify mobile api upload-build
276
276
```
277
277
278
- _ See code: [ src/commands/mobile/api/upload-build.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.45 .0-beta.0/src/commands/mobile/api/upload-build.ts ) _
278
+ _ See code: [ src/commands/mobile/api/upload-build.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.46 .0-beta.0/src/commands/mobile/api/upload-build.ts ) _
279
279
280
280
## ` autify mobile auth login `
281
281
@@ -298,7 +298,7 @@ EXAMPLES
298
298
$ autify mobile auth login < token.txt
299
299
```
300
300
301
- _ See code: [ src/commands/mobile/auth/login.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.45 .0-beta.0/src/commands/mobile/auth/login.ts ) _
301
+ _ See code: [ src/commands/mobile/auth/login.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.46 .0-beta.0/src/commands/mobile/auth/login.ts ) _
302
302
303
303
## ` autify mobile build upload BUILD-PATH `
304
304
@@ -332,7 +332,7 @@ EXAMPLES
332
332
$ autify mobile build upload --workspace-id AAA ./my.app --json
333
333
```
334
334
335
- _ See code: [ src/commands/mobile/build/upload.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.45 .0-beta.0/src/commands/mobile/build/upload.ts ) _
335
+ _ See code: [ src/commands/mobile/build/upload.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.46 .0-beta.0/src/commands/mobile/build/upload.ts ) _
336
336
337
337
## ` autify mobile test run TEST-PLAN-URL `
338
338
@@ -372,7 +372,7 @@ EXAMPLES
372
372
--timeout 600
373
373
```
374
374
375
- _ See code: [ src/commands/mobile/test/run.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.45 .0-beta.0/src/commands/mobile/test/run.ts ) _
375
+ _ See code: [ src/commands/mobile/test/run.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.46 .0-beta.0/src/commands/mobile/test/run.ts ) _
376
376
377
377
## ` autify mobile test wait TEST-RESULT-URL `
378
378
@@ -396,7 +396,7 @@ EXAMPLES
396
396
$ autify mobile test wait https://mobile-app.autify.com/projects/AAA/results/BBB
397
397
```
398
398
399
- _ See code: [ src/commands/mobile/test/wait.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.45 .0-beta.0/src/commands/mobile/test/wait.ts ) _
399
+ _ See code: [ src/commands/mobile/test/wait.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.46 .0-beta.0/src/commands/mobile/test/wait.ts ) _
400
400
401
401
## ` autify update [CHANNEL] `
402
402
@@ -433,7 +433,7 @@ EXAMPLES
433
433
$ autify update --available
434
434
```
435
435
436
- _ See code: [ @oclif/plugin-update ] ( https://github.com/oclif/plugin-update/blob/v4.1.10 /src/commands/update.ts ) _
436
+ _ See code: [ @oclif/plugin-update ] ( https://github.com/oclif/plugin-update/blob/v4.2.6 /src/commands/update.ts ) _
437
437
438
438
## ` autify web api create-access-point `
439
439
@@ -455,7 +455,7 @@ EXAMPLES
455
455
$ autify web api create-access-point
456
456
```
457
457
458
- _ See code: [ src/commands/web/api/create-access-point.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.45 .0-beta.0/src/commands/web/api/create-access-point.ts ) _
458
+ _ See code: [ src/commands/web/api/create-access-point.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.46 .0-beta.0/src/commands/web/api/create-access-point.ts ) _
459
459
460
460
## ` autify web api create-test-plan-variable `
461
461
@@ -477,7 +477,7 @@ EXAMPLES
477
477
$ autify web api create-test-plan-variable
478
478
```
479
479
480
- _ See code: [ src/commands/web/api/create-test-plan-variable.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.45 .0-beta.0/src/commands/web/api/create-test-plan-variable.ts ) _
480
+ _ See code: [ src/commands/web/api/create-test-plan-variable.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.46 .0-beta.0/src/commands/web/api/create-test-plan-variable.ts ) _
481
481
482
482
## ` autify web api create-url-replacement `
483
483
@@ -499,7 +499,7 @@ EXAMPLES
499
499
$ autify web api create-url-replacement
500
500
```
501
501
502
- _ See code: [ src/commands/web/api/create-url-replacement.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.45 .0-beta.0/src/commands/web/api/create-url-replacement.ts ) _
502
+ _ See code: [ src/commands/web/api/create-url-replacement.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.46 .0-beta.0/src/commands/web/api/create-url-replacement.ts ) _
503
503
504
504
## ` autify web api delete-access-point `
505
505
@@ -521,7 +521,7 @@ EXAMPLES
521
521
$ autify web api delete-access-point
522
522
```
523
523
524
- _ See code: [ src/commands/web/api/delete-access-point.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.45 .0-beta.0/src/commands/web/api/delete-access-point.ts ) _
524
+ _ See code: [ src/commands/web/api/delete-access-point.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.46 .0-beta.0/src/commands/web/api/delete-access-point.ts ) _
525
525
526
526
## ` autify web api delete-test-plan-variable `
527
527
@@ -543,7 +543,7 @@ EXAMPLES
543
543
$ autify web api delete-test-plan-variable
544
544
```
545
545
546
- _ See code: [ src/commands/web/api/delete-test-plan-variable.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.45 .0-beta.0/src/commands/web/api/delete-test-plan-variable.ts ) _
546
+ _ See code: [ src/commands/web/api/delete-test-plan-variable.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.46 .0-beta.0/src/commands/web/api/delete-test-plan-variable.ts ) _
547
547
548
548
## ` autify web api delete-url-replacement `
549
549
@@ -565,7 +565,7 @@ EXAMPLES
565
565
$ autify web api delete-url-replacement
566
566
```
567
567
568
- _ See code: [ src/commands/web/api/delete-url-replacement.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.45 .0-beta.0/src/commands/web/api/delete-url-replacement.ts ) _
568
+ _ See code: [ src/commands/web/api/delete-url-replacement.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.46 .0-beta.0/src/commands/web/api/delete-url-replacement.ts ) _
569
569
570
570
## ` autify web api describe-result `
571
571
@@ -587,7 +587,7 @@ EXAMPLES
587
587
$ autify web api describe-result
588
588
```
589
589
590
- _ See code: [ src/commands/web/api/describe-result.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.45 .0-beta.0/src/commands/web/api/describe-result.ts ) _
590
+ _ See code: [ src/commands/web/api/describe-result.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.46 .0-beta.0/src/commands/web/api/describe-result.ts ) _
591
591
592
592
## ` autify web api describe-scenario `
593
593
@@ -608,7 +608,7 @@ EXAMPLES
608
608
$ autify web api describe-scenario
609
609
```
610
610
611
- _ See code: [ src/commands/web/api/describe-scenario.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.45 .0-beta.0/src/commands/web/api/describe-scenario.ts ) _
611
+ _ See code: [ src/commands/web/api/describe-scenario.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.46 .0-beta.0/src/commands/web/api/describe-scenario.ts ) _
612
612
613
613
## ` autify web api execute-scenarios `
614
614
@@ -631,7 +631,7 @@ EXAMPLES
631
631
$ autify web api execute-scenarios
632
632
```
633
633
634
- _ See code: [ src/commands/web/api/execute-scenarios.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.45 .0-beta.0/src/commands/web/api/execute-scenarios.ts ) _
634
+ _ See code: [ src/commands/web/api/execute-scenarios.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.46 .0-beta.0/src/commands/web/api/execute-scenarios.ts ) _
635
635
636
636
## ` autify web api execute-schedule `
637
637
@@ -653,7 +653,7 @@ EXAMPLES
653
653
$ autify web api execute-schedule
654
654
```
655
655
656
- _ See code: [ src/commands/web/api/execute-schedule.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.45 .0-beta.0/src/commands/web/api/execute-schedule.ts ) _
656
+ _ See code: [ src/commands/web/api/execute-schedule.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.46 .0-beta.0/src/commands/web/api/execute-schedule.ts ) _
657
657
658
658
## ` autify web api get-credit-usage `
659
659
@@ -685,7 +685,7 @@ EXAMPLES
685
685
$ autify web api get-credit-usage
686
686
```
687
687
688
- _ See code: [ src/commands/web/api/get-credit-usage.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.45 .0-beta.0/src/commands/web/api/get-credit-usage.ts ) _
688
+ _ See code: [ src/commands/web/api/get-credit-usage.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.46 .0-beta.0/src/commands/web/api/get-credit-usage.ts ) _
689
689
690
690
## ` autify web api get-project-info `
691
691
@@ -705,7 +705,7 @@ EXAMPLES
705
705
$ autify web api get-project-info
706
706
```
707
707
708
- _ See code: [ src/commands/web/api/get-project-info.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.45 .0-beta.0/src/commands/web/api/get-project-info.ts ) _
708
+ _ See code: [ src/commands/web/api/get-project-info.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.46 .0-beta.0/src/commands/web/api/get-project-info.ts ) _
709
709
710
710
## ` autify web api list-access-points `
711
711
@@ -726,7 +726,7 @@ EXAMPLES
726
726
$ autify web api list-access-points
727
727
```
728
728
729
- _ See code: [ src/commands/web/api/list-access-points.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.45 .0-beta.0/src/commands/web/api/list-access-points.ts ) _
729
+ _ See code: [ src/commands/web/api/list-access-points.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.46 .0-beta.0/src/commands/web/api/list-access-points.ts ) _
730
730
731
731
## ` autify web api list-capabilities `
732
732
@@ -749,7 +749,7 @@ EXAMPLES
749
749
$ autify web api list-capabilities
750
750
```
751
751
752
- _ See code: [ src/commands/web/api/list-capabilities.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.45 .0-beta.0/src/commands/web/api/list-capabilities.ts ) _
752
+ _ See code: [ src/commands/web/api/list-capabilities.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.46 .0-beta.0/src/commands/web/api/list-capabilities.ts ) _
753
753
754
754
## ` autify web api list-results `
755
755
@@ -772,7 +772,7 @@ EXAMPLES
772
772
$ autify web api list-results
773
773
```
774
774
775
- _ See code: [ src/commands/web/api/list-results.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.45 .0-beta.0/src/commands/web/api/list-results.ts ) _
775
+ _ See code: [ src/commands/web/api/list-results.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.46 .0-beta.0/src/commands/web/api/list-results.ts ) _
776
776
777
777
## ` autify web api list-scenarios `
778
778
@@ -793,7 +793,7 @@ EXAMPLES
793
793
$ autify web api list-scenarios
794
794
```
795
795
796
- _ See code: [ src/commands/web/api/list-scenarios.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.45 .0-beta.0/src/commands/web/api/list-scenarios.ts ) _
796
+ _ See code: [ src/commands/web/api/list-scenarios.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.46 .0-beta.0/src/commands/web/api/list-scenarios.ts ) _
797
797
798
798
## ` autify web api list-test-plan-variable `
799
799
@@ -814,7 +814,7 @@ EXAMPLES
814
814
$ autify web api list-test-plan-variable
815
815
```
816
816
817
- _ See code: [ src/commands/web/api/list-test-plan-variable.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.45 .0-beta.0/src/commands/web/api/list-test-plan-variable.ts ) _
817
+ _ See code: [ src/commands/web/api/list-test-plan-variable.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.46 .0-beta.0/src/commands/web/api/list-test-plan-variable.ts ) _
818
818
819
819
## ` autify web api list-url-replacements `
820
820
@@ -835,7 +835,7 @@ EXAMPLES
835
835
$ autify web api list-url-replacements
836
836
```
837
837
838
- _ See code: [ src/commands/web/api/list-url-replacements.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.45 .0-beta.0/src/commands/web/api/list-url-replacements.ts ) _
838
+ _ See code: [ src/commands/web/api/list-url-replacements.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.46 .0-beta.0/src/commands/web/api/list-url-replacements.ts ) _
839
839
840
840
## ` autify web api update-test-plan-variable `
841
841
@@ -860,7 +860,7 @@ EXAMPLES
860
860
$ autify web api update-test-plan-variable
861
861
```
862
862
863
- _ See code: [ src/commands/web/api/update-test-plan-variable.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.45 .0-beta.0/src/commands/web/api/update-test-plan-variable.ts ) _
863
+ _ See code: [ src/commands/web/api/update-test-plan-variable.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.46 .0-beta.0/src/commands/web/api/update-test-plan-variable.ts ) _
864
864
865
865
## ` autify web api update-url-replacement `
866
866
@@ -885,7 +885,7 @@ EXAMPLES
885
885
$ autify web api update-url-replacement
886
886
```
887
887
888
- _ See code: [ src/commands/web/api/update-url-replacement.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.45 .0-beta.0/src/commands/web/api/update-url-replacement.ts ) _
888
+ _ See code: [ src/commands/web/api/update-url-replacement.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.46 .0-beta.0/src/commands/web/api/update-url-replacement.ts ) _
889
889
890
890
## ` autify web auth login `
891
891
@@ -908,7 +908,7 @@ EXAMPLES
908
908
$ autify web auth login < token.txt
909
909
```
910
910
911
- _ See code: [ src/commands/web/auth/login.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.45 .0-beta.0/src/commands/web/auth/login.ts ) _
911
+ _ See code: [ src/commands/web/auth/login.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.46 .0-beta.0/src/commands/web/auth/login.ts ) _
912
912
913
913
## ` autify web test run SCENARIO-OR-TEST-PLAN-URL `
914
914
@@ -989,7 +989,7 @@ EXAMPLES
989
989
$ autify web test run https://app.autify.com/projects/0000/scenarios/0000 --wait --autify-connect-client
990
990
```
991
991
992
- _ See code: [ src/commands/web/test/run.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.45 .0-beta.0/src/commands/web/test/run.ts ) _
992
+ _ See code: [ src/commands/web/test/run.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.46 .0-beta.0/src/commands/web/test/run.ts ) _
993
993
994
994
## ` autify web test wait TEST-RESULT-URL `
995
995
@@ -1013,6 +1013,6 @@ EXAMPLES
1013
1013
$ autify web test wait https://app.autify.com/projects/0000/results/0000
1014
1014
```
1015
1015
1016
- _ See code: [ src/commands/web/test/wait.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.45 .0-beta.0/src/commands/web/test/wait.ts ) _
1016
+ _ See code: [ src/commands/web/test/wait.ts] ( https://github.com/autifyhq/autify-cli/blob/v0.46 .0-beta.0/src/commands/web/test/wait.ts ) _
1017
1017
1018
1018
<!-- commandsstop -->
0 commit comments