Skip to content

Commit 4a6bbdb

Browse files
committed
Release 0.72.0-beta.0
1 parent 09a87b0 commit 4a6bbdb

File tree

4 files changed

+45
-45
lines changed

4 files changed

+45
-45
lines changed

README.md

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -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.71.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.72.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.71.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.72.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.71.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.72.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.71.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.72.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.71.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.72.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.71.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.72.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.71.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.72.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.71.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.72.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.71.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.72.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.71.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.72.0-beta.0/src/commands/mobile/build/upload.ts)_
342342

343343
## `autify mobile link doctor`
344344

@@ -360,7 +360,7 @@ EXAMPLES
360360
$ autify mobile link doctor
361361
```
362362

363-
_See code: [src/commands/mobile/link/doctor.ts](https://github.com/autifyhq/autify-cli/blob/v0.71.0-beta.0/src/commands/mobile/link/doctor.ts)_
363+
_See code: [src/commands/mobile/link/doctor.ts](https://github.com/autifyhq/autify-cli/blob/v0.72.0-beta.0/src/commands/mobile/link/doctor.ts)_
364364

365365
## `autify mobile link exec [THINGS]`
366366

@@ -379,7 +379,7 @@ EXAMPLES
379379
$ autify mobile link exec ABC XYZ
380380
```
381381

382-
_See code: [src/commands/mobile/link/exec.ts](https://github.com/autifyhq/autify-cli/blob/v0.71.0-beta.0/src/commands/mobile/link/exec.ts)_
382+
_See code: [src/commands/mobile/link/exec.ts](https://github.com/autifyhq/autify-cli/blob/v0.72.0-beta.0/src/commands/mobile/link/exec.ts)_
383383

384384
## `autify mobile link install`
385385

@@ -398,7 +398,7 @@ EXAMPLES
398398
$ autify mobile link install
399399
```
400400

401-
_See code: [src/commands/mobile/link/install.ts](https://github.com/autifyhq/autify-cli/blob/v0.71.0-beta.0/src/commands/mobile/link/install.ts)_
401+
_See code: [src/commands/mobile/link/install.ts](https://github.com/autifyhq/autify-cli/blob/v0.72.0-beta.0/src/commands/mobile/link/install.ts)_
402402

403403
## `autify mobile link setup`
404404

@@ -417,7 +417,7 @@ EXAMPLES
417417
$ autify mobile link setup
418418
```
419419

420-
_See code: [src/commands/mobile/link/setup.ts](https://github.com/autifyhq/autify-cli/blob/v0.71.0-beta.0/src/commands/mobile/link/setup.ts)_
420+
_See code: [src/commands/mobile/link/setup.ts](https://github.com/autifyhq/autify-cli/blob/v0.72.0-beta.0/src/commands/mobile/link/setup.ts)_
421421

422422
## `autify mobile link start [WORKSPACEID]`
423423

@@ -442,7 +442,7 @@ EXAMPLES
442442
$ autify mobile link start ABC XYZ
443443
```
444444

445-
_See code: [src/commands/mobile/link/start.ts](https://github.com/autifyhq/autify-cli/blob/v0.71.0-beta.0/src/commands/mobile/link/start.ts)_
445+
_See code: [src/commands/mobile/link/start.ts](https://github.com/autifyhq/autify-cli/blob/v0.72.0-beta.0/src/commands/mobile/link/start.ts)_
446446

447447
## `autify mobile test run TEST-PLAN-URL`
448448

@@ -483,7 +483,7 @@ EXAMPLES
483483
--timeout 600
484484
```
485485

486-
_See code: [src/commands/mobile/test/run.ts](https://github.com/autifyhq/autify-cli/blob/v0.71.0-beta.0/src/commands/mobile/test/run.ts)_
486+
_See code: [src/commands/mobile/test/run.ts](https://github.com/autifyhq/autify-cli/blob/v0.72.0-beta.0/src/commands/mobile/test/run.ts)_
487487

488488
## `autify mobile test wait TEST-RESULT-URL`
489489

@@ -507,7 +507,7 @@ EXAMPLES
507507
$ autify mobile test wait https://mobile-app.autify.com/projects/AAA/results/BBB
508508
```
509509

510-
_See code: [src/commands/mobile/test/wait.ts](https://github.com/autifyhq/autify-cli/blob/v0.71.0-beta.0/src/commands/mobile/test/wait.ts)_
510+
_See code: [src/commands/mobile/test/wait.ts](https://github.com/autifyhq/autify-cli/blob/v0.72.0-beta.0/src/commands/mobile/test/wait.ts)_
511511

512512
## `autify update [CHANNEL]`
513513

@@ -568,7 +568,7 @@ EXAMPLES
568568
$ autify web api create-access-point
569569
```
570570

571-
_See code: [src/commands/web/api/create-access-point.ts](https://github.com/autifyhq/autify-cli/blob/v0.71.0-beta.0/src/commands/web/api/create-access-point.ts)_
571+
_See code: [src/commands/web/api/create-access-point.ts](https://github.com/autifyhq/autify-cli/blob/v0.72.0-beta.0/src/commands/web/api/create-access-point.ts)_
572572

573573
## `autify web api create-test-plan-variable`
574574

@@ -591,7 +591,7 @@ EXAMPLES
591591
$ autify web api create-test-plan-variable
592592
```
593593

594-
_See code: [src/commands/web/api/create-test-plan-variable.ts](https://github.com/autifyhq/autify-cli/blob/v0.71.0-beta.0/src/commands/web/api/create-test-plan-variable.ts)_
594+
_See code: [src/commands/web/api/create-test-plan-variable.ts](https://github.com/autifyhq/autify-cli/blob/v0.72.0-beta.0/src/commands/web/api/create-test-plan-variable.ts)_
595595

596596
## `autify web api create-url-replacement`
597597

@@ -614,7 +614,7 @@ EXAMPLES
614614
$ autify web api create-url-replacement
615615
```
616616

617-
_See code: [src/commands/web/api/create-url-replacement.ts](https://github.com/autifyhq/autify-cli/blob/v0.71.0-beta.0/src/commands/web/api/create-url-replacement.ts)_
617+
_See code: [src/commands/web/api/create-url-replacement.ts](https://github.com/autifyhq/autify-cli/blob/v0.72.0-beta.0/src/commands/web/api/create-url-replacement.ts)_
618618

619619
## `autify web api delete-access-point`
620620

@@ -637,7 +637,7 @@ EXAMPLES
637637
$ autify web api delete-access-point
638638
```
639639

640-
_See code: [src/commands/web/api/delete-access-point.ts](https://github.com/autifyhq/autify-cli/blob/v0.71.0-beta.0/src/commands/web/api/delete-access-point.ts)_
640+
_See code: [src/commands/web/api/delete-access-point.ts](https://github.com/autifyhq/autify-cli/blob/v0.72.0-beta.0/src/commands/web/api/delete-access-point.ts)_
641641

642642
## `autify web api delete-test-plan-variable`
643643

@@ -659,7 +659,7 @@ EXAMPLES
659659
$ autify web api delete-test-plan-variable
660660
```
661661

662-
_See code: [src/commands/web/api/delete-test-plan-variable.ts](https://github.com/autifyhq/autify-cli/blob/v0.71.0-beta.0/src/commands/web/api/delete-test-plan-variable.ts)_
662+
_See code: [src/commands/web/api/delete-test-plan-variable.ts](https://github.com/autifyhq/autify-cli/blob/v0.72.0-beta.0/src/commands/web/api/delete-test-plan-variable.ts)_
663663

664664
## `autify web api delete-url-replacement`
665665

@@ -681,7 +681,7 @@ EXAMPLES
681681
$ autify web api delete-url-replacement
682682
```
683683

684-
_See code: [src/commands/web/api/delete-url-replacement.ts](https://github.com/autifyhq/autify-cli/blob/v0.71.0-beta.0/src/commands/web/api/delete-url-replacement.ts)_
684+
_See code: [src/commands/web/api/delete-url-replacement.ts](https://github.com/autifyhq/autify-cli/blob/v0.72.0-beta.0/src/commands/web/api/delete-url-replacement.ts)_
685685

686686
## `autify web api describe-result`
687687

@@ -703,7 +703,7 @@ EXAMPLES
703703
$ autify web api describe-result
704704
```
705705

706-
_See code: [src/commands/web/api/describe-result.ts](https://github.com/autifyhq/autify-cli/blob/v0.71.0-beta.0/src/commands/web/api/describe-result.ts)_
706+
_See code: [src/commands/web/api/describe-result.ts](https://github.com/autifyhq/autify-cli/blob/v0.72.0-beta.0/src/commands/web/api/describe-result.ts)_
707707

708708
## `autify web api describe-scenario`
709709

@@ -724,7 +724,7 @@ EXAMPLES
724724
$ autify web api describe-scenario
725725
```
726726

727-
_See code: [src/commands/web/api/describe-scenario.ts](https://github.com/autifyhq/autify-cli/blob/v0.71.0-beta.0/src/commands/web/api/describe-scenario.ts)_
727+
_See code: [src/commands/web/api/describe-scenario.ts](https://github.com/autifyhq/autify-cli/blob/v0.72.0-beta.0/src/commands/web/api/describe-scenario.ts)_
728728

729729
## `autify web api execute-scenarios`
730730

@@ -752,7 +752,7 @@ EXAMPLES
752752
$ autify web api execute-scenarios
753753
```
754754

755-
_See code: [src/commands/web/api/execute-scenarios.ts](https://github.com/autifyhq/autify-cli/blob/v0.71.0-beta.0/src/commands/web/api/execute-scenarios.ts)_
755+
_See code: [src/commands/web/api/execute-scenarios.ts](https://github.com/autifyhq/autify-cli/blob/v0.72.0-beta.0/src/commands/web/api/execute-scenarios.ts)_
756756

757757
## `autify web api execute-schedule`
758758

@@ -775,7 +775,7 @@ EXAMPLES
775775
$ autify web api execute-schedule
776776
```
777777

778-
_See code: [src/commands/web/api/execute-schedule.ts](https://github.com/autifyhq/autify-cli/blob/v0.71.0-beta.0/src/commands/web/api/execute-schedule.ts)_
778+
_See code: [src/commands/web/api/execute-schedule.ts](https://github.com/autifyhq/autify-cli/blob/v0.72.0-beta.0/src/commands/web/api/execute-schedule.ts)_
779779

780780
## `autify web api get-credit-usage`
781781

@@ -807,7 +807,7 @@ EXAMPLES
807807
$ autify web api get-credit-usage
808808
```
809809

810-
_See code: [src/commands/web/api/get-credit-usage.ts](https://github.com/autifyhq/autify-cli/blob/v0.71.0-beta.0/src/commands/web/api/get-credit-usage.ts)_
810+
_See code: [src/commands/web/api/get-credit-usage.ts](https://github.com/autifyhq/autify-cli/blob/v0.72.0-beta.0/src/commands/web/api/get-credit-usage.ts)_
811811

812812
## `autify web api get-project-info`
813813

@@ -827,7 +827,7 @@ EXAMPLES
827827
$ autify web api get-project-info
828828
```
829829

830-
_See code: [src/commands/web/api/get-project-info.ts](https://github.com/autifyhq/autify-cli/blob/v0.71.0-beta.0/src/commands/web/api/get-project-info.ts)_
830+
_See code: [src/commands/web/api/get-project-info.ts](https://github.com/autifyhq/autify-cli/blob/v0.72.0-beta.0/src/commands/web/api/get-project-info.ts)_
831831

832832
## `autify web api list-access-points`
833833

@@ -848,7 +848,7 @@ EXAMPLES
848848
$ autify web api list-access-points
849849
```
850850

851-
_See code: [src/commands/web/api/list-access-points.ts](https://github.com/autifyhq/autify-cli/blob/v0.71.0-beta.0/src/commands/web/api/list-access-points.ts)_
851+
_See code: [src/commands/web/api/list-access-points.ts](https://github.com/autifyhq/autify-cli/blob/v0.72.0-beta.0/src/commands/web/api/list-access-points.ts)_
852852

853853
## `autify web api list-capabilities`
854854

@@ -875,7 +875,7 @@ EXAMPLES
875875
$ autify web api list-capabilities
876876
```
877877

878-
_See code: [src/commands/web/api/list-capabilities.ts](https://github.com/autifyhq/autify-cli/blob/v0.71.0-beta.0/src/commands/web/api/list-capabilities.ts)_
878+
_See code: [src/commands/web/api/list-capabilities.ts](https://github.com/autifyhq/autify-cli/blob/v0.72.0-beta.0/src/commands/web/api/list-capabilities.ts)_
879879

880880
## `autify web api list-results`
881881

@@ -898,7 +898,7 @@ EXAMPLES
898898
$ autify web api list-results
899899
```
900900

901-
_See code: [src/commands/web/api/list-results.ts](https://github.com/autifyhq/autify-cli/blob/v0.71.0-beta.0/src/commands/web/api/list-results.ts)_
901+
_See code: [src/commands/web/api/list-results.ts](https://github.com/autifyhq/autify-cli/blob/v0.72.0-beta.0/src/commands/web/api/list-results.ts)_
902902

903903
## `autify web api list-scenarios`
904904

@@ -919,7 +919,7 @@ EXAMPLES
919919
$ autify web api list-scenarios
920920
```
921921

922-
_See code: [src/commands/web/api/list-scenarios.ts](https://github.com/autifyhq/autify-cli/blob/v0.71.0-beta.0/src/commands/web/api/list-scenarios.ts)_
922+
_See code: [src/commands/web/api/list-scenarios.ts](https://github.com/autifyhq/autify-cli/blob/v0.72.0-beta.0/src/commands/web/api/list-scenarios.ts)_
923923

924924
## `autify web api list-test-plan-variable`
925925

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

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

945945
## `autify web api list-url-replacements`
946946

@@ -961,7 +961,7 @@ EXAMPLES
961961
$ autify web api list-url-replacements
962962
```
963963

964-
_See code: [src/commands/web/api/list-url-replacements.ts](https://github.com/autifyhq/autify-cli/blob/v0.71.0-beta.0/src/commands/web/api/list-url-replacements.ts)_
964+
_See code: [src/commands/web/api/list-url-replacements.ts](https://github.com/autifyhq/autify-cli/blob/v0.72.0-beta.0/src/commands/web/api/list-url-replacements.ts)_
965965

966966
## `autify web api update-test-plan-variable`
967967

@@ -987,7 +987,7 @@ EXAMPLES
987987
$ autify web api update-test-plan-variable
988988
```
989989

990-
_See code: [src/commands/web/api/update-test-plan-variable.ts](https://github.com/autifyhq/autify-cli/blob/v0.71.0-beta.0/src/commands/web/api/update-test-plan-variable.ts)_
990+
_See code: [src/commands/web/api/update-test-plan-variable.ts](https://github.com/autifyhq/autify-cli/blob/v0.72.0-beta.0/src/commands/web/api/update-test-plan-variable.ts)_
991991

992992
## `autify web api update-url-replacement`
993993

@@ -1013,7 +1013,7 @@ EXAMPLES
10131013
$ autify web api update-url-replacement
10141014
```
10151015

1016-
_See code: [src/commands/web/api/update-url-replacement.ts](https://github.com/autifyhq/autify-cli/blob/v0.71.0-beta.0/src/commands/web/api/update-url-replacement.ts)_
1016+
_See code: [src/commands/web/api/update-url-replacement.ts](https://github.com/autifyhq/autify-cli/blob/v0.72.0-beta.0/src/commands/web/api/update-url-replacement.ts)_
10171017

10181018
## `autify web auth login`
10191019

@@ -1036,7 +1036,7 @@ EXAMPLES
10361036
$ autify web auth login < token.txt
10371037
```
10381038

1039-
_See code: [src/commands/web/auth/login.ts](https://github.com/autifyhq/autify-cli/blob/v0.71.0-beta.0/src/commands/web/auth/login.ts)_
1039+
_See code: [src/commands/web/auth/login.ts](https://github.com/autifyhq/autify-cli/blob/v0.72.0-beta.0/src/commands/web/auth/login.ts)_
10401040

10411041
## `autify web test run SCENARIO-OR-TEST-PLAN-URL`
10421042

@@ -1117,7 +1117,7 @@ EXAMPLES
11171117
$ autify web test run https://app.autify.com/projects/0000/scenarios/0000 --wait --autify-connect-client
11181118
```
11191119

1120-
_See code: [src/commands/web/test/run.ts](https://github.com/autifyhq/autify-cli/blob/v0.71.0-beta.0/src/commands/web/test/run.ts)_
1120+
_See code: [src/commands/web/test/run.ts](https://github.com/autifyhq/autify-cli/blob/v0.72.0-beta.0/src/commands/web/test/run.ts)_
11211121

11221122
## `autify web test wait TEST-RESULT-URL`
11231123

@@ -1141,6 +1141,6 @@ EXAMPLES
11411141
$ autify web test wait https://app.autify.com/projects/0000/results/0000
11421142
```
11431143

1144-
_See code: [src/commands/web/test/wait.ts](https://github.com/autifyhq/autify-cli/blob/v0.71.0-beta.0/src/commands/web/test/wait.ts)_
1144+
_See code: [src/commands/web/test/wait.ts](https://github.com/autifyhq/autify-cli/blob/v0.72.0-beta.0/src/commands/web/test/wait.ts)_
11451145

11461146
<!-- 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.71.0-beta.0",
3+
"version": "0.72.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.71.0-beta.0",
3+
"version": "0.72.0-beta.0",
44
"description": "Autify Command Line Interface (CLI)",
55
"author": "Autify",
66
"bin": {

0 commit comments

Comments
 (0)