Skip to content

Commit 7f359e8

Browse files
committedMar 21, 2025·
Release 0.52.0
1 parent d2b1201 commit 7f359e8

File tree

4 files changed

+43
-43
lines changed

4 files changed

+43
-43
lines changed
 

‎README.md

+38-38
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ EXAMPLES
8181
$ autify connect access-point create --name NAME --web-workspace-id ID
8282
```
8383

84-
_See code: [src/commands/connect/access-point/create.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0-rc.0/src/commands/connect/access-point/create.ts)_
84+
_See code: [src/commands/connect/access-point/create.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0/src/commands/connect/access-point/create.ts)_
8585

8686
## `autify connect access-point set`
8787

@@ -107,7 +107,7 @@ EXAMPLES
107107
$ autify connect access-point set --name=NAME < key.txt
108108
```
109109

110-
_See code: [src/commands/connect/access-point/set.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0-rc.0/src/commands/connect/access-point/set.ts)_
110+
_See code: [src/commands/connect/access-point/set.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0/src/commands/connect/access-point/set.ts)_
111111

112112
## `autify connect client install [VERSION]`
113113

@@ -137,7 +137,7 @@ EXAMPLES
137137
$ autify connect client install stable
138138
```
139139

140-
_See code: [src/commands/connect/client/install.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0-rc.0/src/commands/connect/client/install.ts)_
140+
_See code: [src/commands/connect/client/install.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0/src/commands/connect/client/install.ts)_
141141

142142
## `autify connect client start`
143143

@@ -171,7 +171,7 @@ EXAMPLES
171171
$ autify connect client start --web-workspace-id 000
172172
```
173173

174-
_See code: [src/commands/connect/client/start.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0-rc.0/src/commands/connect/client/start.ts)_
174+
_See code: [src/commands/connect/client/start.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0/src/commands/connect/client/start.ts)_
175175

176176
## `autify help [COMMAND]`
177177

@@ -212,7 +212,7 @@ EXAMPLES
212212
$ autify mobile api describe-test-result
213213
```
214214

215-
_See code: [src/commands/mobile/api/describe-test-result.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0-rc.0/src/commands/mobile/api/describe-test-result.ts)_
215+
_See code: [src/commands/mobile/api/describe-test-result.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0/src/commands/mobile/api/describe-test-result.ts)_
216216

217217
## `autify mobile api list-test-results`
218218

@@ -236,7 +236,7 @@ EXAMPLES
236236
$ autify mobile api list-test-results
237237
```
238238

239-
_See code: [src/commands/mobile/api/list-test-results.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0-rc.0/src/commands/mobile/api/list-test-results.ts)_
239+
_See code: [src/commands/mobile/api/list-test-results.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0/src/commands/mobile/api/list-test-results.ts)_
240240

241241
## `autify mobile api run-test-plan`
242242

@@ -258,7 +258,7 @@ EXAMPLES
258258
$ autify mobile api run-test-plan
259259
```
260260

261-
_See code: [src/commands/mobile/api/run-test-plan.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0-rc.0/src/commands/mobile/api/run-test-plan.ts)_
261+
_See code: [src/commands/mobile/api/run-test-plan.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0/src/commands/mobile/api/run-test-plan.ts)_
262262

263263
## `autify mobile api upload-build`
264264

@@ -279,7 +279,7 @@ EXAMPLES
279279
$ autify mobile api upload-build
280280
```
281281

282-
_See code: [src/commands/mobile/api/upload-build.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0-rc.0/src/commands/mobile/api/upload-build.ts)_
282+
_See code: [src/commands/mobile/api/upload-build.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0/src/commands/mobile/api/upload-build.ts)_
283283

284284
## `autify mobile auth login`
285285

@@ -302,7 +302,7 @@ EXAMPLES
302302
$ autify mobile auth login < token.txt
303303
```
304304

305-
_See code: [src/commands/mobile/auth/login.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0-rc.0/src/commands/mobile/auth/login.ts)_
305+
_See code: [src/commands/mobile/auth/login.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0/src/commands/mobile/auth/login.ts)_
306306

307307
## `autify mobile build upload BUILD-PATH`
308308

@@ -336,7 +336,7 @@ EXAMPLES
336336
$ autify mobile build upload --workspace-id AAA ./my.app --json
337337
```
338338

339-
_See code: [src/commands/mobile/build/upload.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0-rc.0/src/commands/mobile/build/upload.ts)_
339+
_See code: [src/commands/mobile/build/upload.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0/src/commands/mobile/build/upload.ts)_
340340

341341
## `autify mobile link exec [THINGS]`
342342

@@ -355,7 +355,7 @@ EXAMPLES
355355
$ autify mobile link exec ABC XYZ
356356
```
357357

358-
_See code: [src/commands/mobile/link/exec.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0-rc.0/src/commands/mobile/link/exec.ts)_
358+
_See code: [src/commands/mobile/link/exec.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0/src/commands/mobile/link/exec.ts)_
359359

360360
## `autify mobile link install`
361361

@@ -374,7 +374,7 @@ EXAMPLES
374374
$ autify mobile link install
375375
```
376376

377-
_See code: [src/commands/mobile/link/install.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0-rc.0/src/commands/mobile/link/install.ts)_
377+
_See code: [src/commands/mobile/link/install.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0/src/commands/mobile/link/install.ts)_
378378

379379
## `autify mobile link start [WORKSPACEID]`
380380

@@ -396,7 +396,7 @@ EXAMPLES
396396
$ autify mobile link start ABC XYZ
397397
```
398398

399-
_See code: [src/commands/mobile/link/start.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0-rc.0/src/commands/mobile/link/start.ts)_
399+
_See code: [src/commands/mobile/link/start.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0/src/commands/mobile/link/start.ts)_
400400

401401
## `autify mobile test run TEST-PLAN-URL`
402402

@@ -436,7 +436,7 @@ EXAMPLES
436436
--timeout 600
437437
```
438438

439-
_See code: [src/commands/mobile/test/run.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0-rc.0/src/commands/mobile/test/run.ts)_
439+
_See code: [src/commands/mobile/test/run.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0/src/commands/mobile/test/run.ts)_
440440

441441
## `autify mobile test wait TEST-RESULT-URL`
442442

@@ -460,7 +460,7 @@ EXAMPLES
460460
$ autify mobile test wait https://mobile-app.autify.com/projects/AAA/results/BBB
461461
```
462462

463-
_See code: [src/commands/mobile/test/wait.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0-rc.0/src/commands/mobile/test/wait.ts)_
463+
_See code: [src/commands/mobile/test/wait.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0/src/commands/mobile/test/wait.ts)_
464464

465465
## `autify update [CHANNEL]`
466466

@@ -521,7 +521,7 @@ EXAMPLES
521521
$ autify web api create-access-point
522522
```
523523

524-
_See code: [src/commands/web/api/create-access-point.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0-rc.0/src/commands/web/api/create-access-point.ts)_
524+
_See code: [src/commands/web/api/create-access-point.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0/src/commands/web/api/create-access-point.ts)_
525525

526526
## `autify web api create-test-plan-variable`
527527

@@ -544,7 +544,7 @@ EXAMPLES
544544
$ autify web api create-test-plan-variable
545545
```
546546

547-
_See code: [src/commands/web/api/create-test-plan-variable.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0-rc.0/src/commands/web/api/create-test-plan-variable.ts)_
547+
_See code: [src/commands/web/api/create-test-plan-variable.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0/src/commands/web/api/create-test-plan-variable.ts)_
548548

549549
## `autify web api create-url-replacement`
550550

@@ -567,7 +567,7 @@ EXAMPLES
567567
$ autify web api create-url-replacement
568568
```
569569

570-
_See code: [src/commands/web/api/create-url-replacement.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0-rc.0/src/commands/web/api/create-url-replacement.ts)_
570+
_See code: [src/commands/web/api/create-url-replacement.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0/src/commands/web/api/create-url-replacement.ts)_
571571

572572
## `autify web api delete-access-point`
573573

@@ -590,7 +590,7 @@ EXAMPLES
590590
$ autify web api delete-access-point
591591
```
592592

593-
_See code: [src/commands/web/api/delete-access-point.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0-rc.0/src/commands/web/api/delete-access-point.ts)_
593+
_See code: [src/commands/web/api/delete-access-point.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0/src/commands/web/api/delete-access-point.ts)_
594594

595595
## `autify web api delete-test-plan-variable`
596596

@@ -612,7 +612,7 @@ EXAMPLES
612612
$ autify web api delete-test-plan-variable
613613
```
614614

615-
_See code: [src/commands/web/api/delete-test-plan-variable.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0-rc.0/src/commands/web/api/delete-test-plan-variable.ts)_
615+
_See code: [src/commands/web/api/delete-test-plan-variable.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0/src/commands/web/api/delete-test-plan-variable.ts)_
616616

617617
## `autify web api delete-url-replacement`
618618

@@ -634,7 +634,7 @@ EXAMPLES
634634
$ autify web api delete-url-replacement
635635
```
636636

637-
_See code: [src/commands/web/api/delete-url-replacement.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0-rc.0/src/commands/web/api/delete-url-replacement.ts)_
637+
_See code: [src/commands/web/api/delete-url-replacement.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0/src/commands/web/api/delete-url-replacement.ts)_
638638

639639
## `autify web api describe-result`
640640

@@ -656,7 +656,7 @@ EXAMPLES
656656
$ autify web api describe-result
657657
```
658658

659-
_See code: [src/commands/web/api/describe-result.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0-rc.0/src/commands/web/api/describe-result.ts)_
659+
_See code: [src/commands/web/api/describe-result.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0/src/commands/web/api/describe-result.ts)_
660660

661661
## `autify web api describe-scenario`
662662

@@ -677,7 +677,7 @@ EXAMPLES
677677
$ autify web api describe-scenario
678678
```
679679

680-
_See code: [src/commands/web/api/describe-scenario.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0-rc.0/src/commands/web/api/describe-scenario.ts)_
680+
_See code: [src/commands/web/api/describe-scenario.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0/src/commands/web/api/describe-scenario.ts)_
681681

682682
## `autify web api execute-scenarios`
683683

@@ -705,7 +705,7 @@ EXAMPLES
705705
$ autify web api execute-scenarios
706706
```
707707

708-
_See code: [src/commands/web/api/execute-scenarios.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0-rc.0/src/commands/web/api/execute-scenarios.ts)_
708+
_See code: [src/commands/web/api/execute-scenarios.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0/src/commands/web/api/execute-scenarios.ts)_
709709

710710
## `autify web api execute-schedule`
711711

@@ -728,7 +728,7 @@ EXAMPLES
728728
$ autify web api execute-schedule
729729
```
730730

731-
_See code: [src/commands/web/api/execute-schedule.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0-rc.0/src/commands/web/api/execute-schedule.ts)_
731+
_See code: [src/commands/web/api/execute-schedule.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0/src/commands/web/api/execute-schedule.ts)_
732732

733733
## `autify web api get-credit-usage`
734734

@@ -760,7 +760,7 @@ EXAMPLES
760760
$ autify web api get-credit-usage
761761
```
762762

763-
_See code: [src/commands/web/api/get-credit-usage.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0-rc.0/src/commands/web/api/get-credit-usage.ts)_
763+
_See code: [src/commands/web/api/get-credit-usage.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0/src/commands/web/api/get-credit-usage.ts)_
764764

765765
## `autify web api get-project-info`
766766

@@ -780,7 +780,7 @@ EXAMPLES
780780
$ autify web api get-project-info
781781
```
782782

783-
_See code: [src/commands/web/api/get-project-info.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0-rc.0/src/commands/web/api/get-project-info.ts)_
783+
_See code: [src/commands/web/api/get-project-info.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0/src/commands/web/api/get-project-info.ts)_
784784

785785
## `autify web api list-access-points`
786786

@@ -801,7 +801,7 @@ EXAMPLES
801801
$ autify web api list-access-points
802802
```
803803

804-
_See code: [src/commands/web/api/list-access-points.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0-rc.0/src/commands/web/api/list-access-points.ts)_
804+
_See code: [src/commands/web/api/list-access-points.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0/src/commands/web/api/list-access-points.ts)_
805805

806806
## `autify web api list-capabilities`
807807

@@ -828,7 +828,7 @@ EXAMPLES
828828
$ autify web api list-capabilities
829829
```
830830

831-
_See code: [src/commands/web/api/list-capabilities.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0-rc.0/src/commands/web/api/list-capabilities.ts)_
831+
_See code: [src/commands/web/api/list-capabilities.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0/src/commands/web/api/list-capabilities.ts)_
832832

833833
## `autify web api list-results`
834834

@@ -851,7 +851,7 @@ EXAMPLES
851851
$ autify web api list-results
852852
```
853853

854-
_See code: [src/commands/web/api/list-results.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0-rc.0/src/commands/web/api/list-results.ts)_
854+
_See code: [src/commands/web/api/list-results.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0/src/commands/web/api/list-results.ts)_
855855

856856
## `autify web api list-scenarios`
857857

@@ -872,7 +872,7 @@ EXAMPLES
872872
$ autify web api list-scenarios
873873
```
874874

875-
_See code: [src/commands/web/api/list-scenarios.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0-rc.0/src/commands/web/api/list-scenarios.ts)_
875+
_See code: [src/commands/web/api/list-scenarios.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0/src/commands/web/api/list-scenarios.ts)_
876876

877877
## `autify web api list-test-plan-variable`
878878

@@ -893,7 +893,7 @@ EXAMPLES
893893
$ autify web api list-test-plan-variable
894894
```
895895

896-
_See code: [src/commands/web/api/list-test-plan-variable.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0-rc.0/src/commands/web/api/list-test-plan-variable.ts)_
896+
_See code: [src/commands/web/api/list-test-plan-variable.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0/src/commands/web/api/list-test-plan-variable.ts)_
897897

898898
## `autify web api list-url-replacements`
899899

@@ -914,7 +914,7 @@ EXAMPLES
914914
$ autify web api list-url-replacements
915915
```
916916

917-
_See code: [src/commands/web/api/list-url-replacements.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0-rc.0/src/commands/web/api/list-url-replacements.ts)_
917+
_See code: [src/commands/web/api/list-url-replacements.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0/src/commands/web/api/list-url-replacements.ts)_
918918

919919
## `autify web api update-test-plan-variable`
920920

@@ -940,7 +940,7 @@ EXAMPLES
940940
$ autify web api update-test-plan-variable
941941
```
942942

943-
_See code: [src/commands/web/api/update-test-plan-variable.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0-rc.0/src/commands/web/api/update-test-plan-variable.ts)_
943+
_See code: [src/commands/web/api/update-test-plan-variable.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0/src/commands/web/api/update-test-plan-variable.ts)_
944944

945945
## `autify web api update-url-replacement`
946946

@@ -966,7 +966,7 @@ EXAMPLES
966966
$ autify web api update-url-replacement
967967
```
968968

969-
_See code: [src/commands/web/api/update-url-replacement.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0-rc.0/src/commands/web/api/update-url-replacement.ts)_
969+
_See code: [src/commands/web/api/update-url-replacement.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0/src/commands/web/api/update-url-replacement.ts)_
970970

971971
## `autify web auth login`
972972

@@ -989,7 +989,7 @@ EXAMPLES
989989
$ autify web auth login < token.txt
990990
```
991991

992-
_See code: [src/commands/web/auth/login.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0-rc.0/src/commands/web/auth/login.ts)_
992+
_See code: [src/commands/web/auth/login.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0/src/commands/web/auth/login.ts)_
993993

994994
## `autify web test run SCENARIO-OR-TEST-PLAN-URL`
995995

@@ -1070,7 +1070,7 @@ EXAMPLES
10701070
$ autify web test run https://app.autify.com/projects/0000/scenarios/0000 --wait --autify-connect-client
10711071
```
10721072

1073-
_See code: [src/commands/web/test/run.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0-rc.0/src/commands/web/test/run.ts)_
1073+
_See code: [src/commands/web/test/run.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0/src/commands/web/test/run.ts)_
10741074

10751075
## `autify web test wait TEST-RESULT-URL`
10761076

@@ -1094,6 +1094,6 @@ EXAMPLES
10941094
$ autify web test wait https://app.autify.com/projects/0000/results/0000
10951095
```
10961096

1097-
_See code: [src/commands/web/test/wait.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0-rc.0/src/commands/web/test/wait.ts)_
1097+
_See code: [src/commands/web/test/wait.ts](https://github.com/autifyhq/autify-cli/blob/v0.52.0/src/commands/web/test/wait.ts)_
10981098

10991099
<!-- commandsstop -->

‎integration-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@autifyhq/autify-cli-integration-test",
3-
"version": "0.52.0-rc.0",
3+
"version": "0.52.0",
44
"description": "Autify Command Line Interface (CLI) Integration Test",
55
"author": "Autify",
66
"bin": {

‎package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@autifyhq/autify-cli",
3-
"version": "0.52.0-rc.0",
3+
"version": "0.52.0",
44
"description": "Autify Command Line Interface (CLI)",
55
"author": "Autify",
66
"bin": {

0 commit comments

Comments
 (0)
Please sign in to comment.