Skip to content

Commit 9ebc143

Browse files
committed
Release 0.52.0-beta.0
1 parent 4e3d378 commit 9ebc143

File tree

4 files changed

+42
-42
lines changed

4 files changed

+42
-42
lines changed

README.md

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -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.51.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.52.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.51.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.52.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.51.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.52.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.51.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.52.0-beta.0/src/commands/connect/client/start.ts)_
172172

173173
## `autify help [COMMAND]`
174174

@@ -188,7 +188,7 @@ DESCRIPTION
188188
Display help for autify.
189189
```
190190

191-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.22/src/commands/help.ts)_
191+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.25/src/commands/help.ts)_
192192

193193
## `autify mobile api describe-test-result`
194194

@@ -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.51.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.52.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.51.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.52.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.51.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.52.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.51.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.52.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.51.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.52.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.51.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.52.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.51.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.52.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.51.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.52.0-beta.0/src/commands/mobile/test/wait.ts)_
401401

402402
## `autify update [CHANNEL]`
403403

@@ -435,7 +435,7 @@ EXAMPLES
435435
$ autify update --available
436436
```
437437

438-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v4.6.26/src/commands/update.ts)_
438+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v4.6.31/src/commands/update.ts)_
439439

440440
## `autify web api create-access-point`
441441

@@ -458,7 +458,7 @@ EXAMPLES
458458
$ autify web api create-access-point
459459
```
460460

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

463463
## `autify web api create-test-plan-variable`
464464

@@ -481,7 +481,7 @@ EXAMPLES
481481
$ autify web api create-test-plan-variable
482482
```
483483

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

486486
## `autify web api create-url-replacement`
487487

@@ -504,7 +504,7 @@ EXAMPLES
504504
$ autify web api create-url-replacement
505505
```
506506

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

509509
## `autify web api delete-access-point`
510510

@@ -527,7 +527,7 @@ EXAMPLES
527527
$ autify web api delete-access-point
528528
```
529529

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

532532
## `autify web api delete-test-plan-variable`
533533

@@ -549,7 +549,7 @@ EXAMPLES
549549
$ autify web api delete-test-plan-variable
550550
```
551551

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

554554
## `autify web api delete-url-replacement`
555555

@@ -571,7 +571,7 @@ EXAMPLES
571571
$ autify web api delete-url-replacement
572572
```
573573

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

576576
## `autify web api describe-result`
577577

@@ -593,7 +593,7 @@ EXAMPLES
593593
$ autify web api describe-result
594594
```
595595

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

598598
## `autify web api describe-scenario`
599599

@@ -614,7 +614,7 @@ EXAMPLES
614614
$ autify web api describe-scenario
615615
```
616616

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

619619
## `autify web api execute-scenarios`
620620

@@ -642,7 +642,7 @@ EXAMPLES
642642
$ autify web api execute-scenarios
643643
```
644644

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

647647
## `autify web api execute-schedule`
648648

@@ -665,7 +665,7 @@ EXAMPLES
665665
$ autify web api execute-schedule
666666
```
667667

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

670670
## `autify web api get-credit-usage`
671671

@@ -697,7 +697,7 @@ EXAMPLES
697697
$ autify web api get-credit-usage
698698
```
699699

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

702702
## `autify web api get-project-info`
703703

@@ -717,7 +717,7 @@ EXAMPLES
717717
$ autify web api get-project-info
718718
```
719719

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

722722
## `autify web api list-access-points`
723723

@@ -738,7 +738,7 @@ EXAMPLES
738738
$ autify web api list-access-points
739739
```
740740

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

743743
## `autify web api list-capabilities`
744744

@@ -765,7 +765,7 @@ EXAMPLES
765765
$ autify web api list-capabilities
766766
```
767767

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

770770
## `autify web api list-results`
771771

@@ -788,7 +788,7 @@ EXAMPLES
788788
$ autify web api list-results
789789
```
790790

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

793793
## `autify web api list-scenarios`
794794

@@ -809,7 +809,7 @@ EXAMPLES
809809
$ autify web api list-scenarios
810810
```
811811

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

814814
## `autify web api list-test-plan-variable`
815815

@@ -830,7 +830,7 @@ EXAMPLES
830830
$ autify web api list-test-plan-variable
831831
```
832832

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

835835
## `autify web api list-url-replacements`
836836

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

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

856856
## `autify web api update-test-plan-variable`
857857

@@ -877,7 +877,7 @@ EXAMPLES
877877
$ autify web api update-test-plan-variable
878878
```
879879

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

882882
## `autify web api update-url-replacement`
883883

@@ -903,7 +903,7 @@ EXAMPLES
903903
$ autify web api update-url-replacement
904904
```
905905

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

908908
## `autify web auth login`
909909

@@ -926,7 +926,7 @@ EXAMPLES
926926
$ autify web auth login < token.txt
927927
```
928928

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

931931
## `autify web test run SCENARIO-OR-TEST-PLAN-URL`
932932

@@ -1007,7 +1007,7 @@ EXAMPLES
10071007
$ autify web test run https://app.autify.com/projects/0000/scenarios/0000 --wait --autify-connect-client
10081008
```
10091009

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

10121012
## `autify web test wait TEST-RESULT-URL`
10131013

@@ -1031,6 +1031,6 @@ EXAMPLES
10311031
$ autify web test wait https://app.autify.com/projects/0000/results/0000
10321032
```
10331033

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

10361036
<!-- commandsstop -->

integration-test/package.json

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

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)