Skip to content

Commit 14003aa

Browse files
committed
Release 0.69.0-beta.0
1 parent f8f48c8 commit 14003aa

4 files changed

Lines changed: 53 additions & 47 deletions

File tree

README.md

Lines changed: 48 additions & 42 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.68.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.69.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.68.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.69.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.68.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.69.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.68.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.69.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.68.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.69.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.68.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.69.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.68.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.69.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.68.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.69.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.68.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.69.0-beta.0/src/commands/mobile/auth/login.ts)_
308308

309309
## `autify mobile build upload BUILD-PATH`
310310

@@ -338,15 +338,18 @@ 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.68.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.69.0-beta.0/src/commands/mobile/build/upload.ts)_
342342

343343
## `autify mobile link doctor`
344344

345345
Check MobileLink configuration
346346

347347
```
348348
USAGE
349-
$ autify mobile link doctor
349+
$ autify mobile link doctor [--extra-arguments <value>]
350+
351+
FLAGS
352+
--extra-arguments=<value> Extra args for Autify Connect Client e.g. "--tunnel-proxy http://proxy"
350353
351354
DESCRIPTION
352355
Check MobileLink configuration
@@ -357,7 +360,7 @@ EXAMPLES
357360
$ autify mobile link doctor
358361
```
359362

360-
_See code: [src/commands/mobile/link/doctor.ts](https://github.com/autifyhq/autify-cli/blob/v0.68.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.69.0-beta.0/src/commands/mobile/link/doctor.ts)_
361364

362365
## `autify mobile link exec [THINGS]`
363366

@@ -376,7 +379,7 @@ EXAMPLES
376379
$ autify mobile link exec ABC XYZ
377380
```
378381

379-
_See code: [src/commands/mobile/link/exec.ts](https://github.com/autifyhq/autify-cli/blob/v0.68.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.69.0-beta.0/src/commands/mobile/link/exec.ts)_
380383

381384
## `autify mobile link install`
382385

@@ -395,7 +398,7 @@ EXAMPLES
395398
$ autify mobile link install
396399
```
397400

398-
_See code: [src/commands/mobile/link/install.ts](https://github.com/autifyhq/autify-cli/blob/v0.68.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.69.0-beta.0/src/commands/mobile/link/install.ts)_
399402

400403
## `autify mobile link setup`
401404

@@ -414,19 +417,22 @@ EXAMPLES
414417
$ autify mobile link setup
415418
```
416419

417-
_See code: [src/commands/mobile/link/setup.ts](https://github.com/autifyhq/autify-cli/blob/v0.68.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.69.0-beta.0/src/commands/mobile/link/setup.ts)_
418421

419422
## `autify mobile link start [WORKSPACEID]`
420423

421424
Start MobileLink session
422425

423426
```
424427
USAGE
425-
$ autify mobile link start [WORKSPACEID...]
428+
$ autify mobile link start [WORKSPACEID...] [--extra-arguments <value>]
426429
427430
ARGUMENTS
428431
[WORKSPACEID...] Specify the target version of Autify Connect Client.
429432
433+
FLAGS
434+
--extra-arguments=<value> Extra args for Autify Connect Client e.g. "--tunnel-proxy http://proxy"
435+
430436
DESCRIPTION
431437
Start MobileLink session
432438
@@ -436,7 +442,7 @@ EXAMPLES
436442
$ autify mobile link start ABC XYZ
437443
```
438444

439-
_See code: [src/commands/mobile/link/start.ts](https://github.com/autifyhq/autify-cli/blob/v0.68.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.69.0-beta.0/src/commands/mobile/link/start.ts)_
440446

441447
## `autify mobile test run TEST-PLAN-URL`
442448

@@ -477,7 +483,7 @@ EXAMPLES
477483
--timeout 600
478484
```
479485

480-
_See code: [src/commands/mobile/test/run.ts](https://github.com/autifyhq/autify-cli/blob/v0.68.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.69.0-beta.0/src/commands/mobile/test/run.ts)_
481487

482488
## `autify mobile test wait TEST-RESULT-URL`
483489

@@ -501,7 +507,7 @@ EXAMPLES
501507
$ autify mobile test wait https://mobile-app.autify.com/projects/AAA/results/BBB
502508
```
503509

504-
_See code: [src/commands/mobile/test/wait.ts](https://github.com/autifyhq/autify-cli/blob/v0.68.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.69.0-beta.0/src/commands/mobile/test/wait.ts)_
505511

506512
## `autify update [CHANNEL]`
507513

@@ -562,7 +568,7 @@ EXAMPLES
562568
$ autify web api create-access-point
563569
```
564570

565-
_See code: [src/commands/web/api/create-access-point.ts](https://github.com/autifyhq/autify-cli/blob/v0.68.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.69.0-beta.0/src/commands/web/api/create-access-point.ts)_
566572

567573
## `autify web api create-test-plan-variable`
568574

@@ -585,7 +591,7 @@ EXAMPLES
585591
$ autify web api create-test-plan-variable
586592
```
587593

588-
_See code: [src/commands/web/api/create-test-plan-variable.ts](https://github.com/autifyhq/autify-cli/blob/v0.68.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.69.0-beta.0/src/commands/web/api/create-test-plan-variable.ts)_
589595

590596
## `autify web api create-url-replacement`
591597

@@ -608,7 +614,7 @@ EXAMPLES
608614
$ autify web api create-url-replacement
609615
```
610616

611-
_See code: [src/commands/web/api/create-url-replacement.ts](https://github.com/autifyhq/autify-cli/blob/v0.68.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.69.0-beta.0/src/commands/web/api/create-url-replacement.ts)_
612618

613619
## `autify web api delete-access-point`
614620

@@ -631,7 +637,7 @@ EXAMPLES
631637
$ autify web api delete-access-point
632638
```
633639

634-
_See code: [src/commands/web/api/delete-access-point.ts](https://github.com/autifyhq/autify-cli/blob/v0.68.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.69.0-beta.0/src/commands/web/api/delete-access-point.ts)_
635641

636642
## `autify web api delete-test-plan-variable`
637643

@@ -653,7 +659,7 @@ EXAMPLES
653659
$ autify web api delete-test-plan-variable
654660
```
655661

656-
_See code: [src/commands/web/api/delete-test-plan-variable.ts](https://github.com/autifyhq/autify-cli/blob/v0.68.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.69.0-beta.0/src/commands/web/api/delete-test-plan-variable.ts)_
657663

658664
## `autify web api delete-url-replacement`
659665

@@ -675,7 +681,7 @@ EXAMPLES
675681
$ autify web api delete-url-replacement
676682
```
677683

678-
_See code: [src/commands/web/api/delete-url-replacement.ts](https://github.com/autifyhq/autify-cli/blob/v0.68.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.69.0-beta.0/src/commands/web/api/delete-url-replacement.ts)_
679685

680686
## `autify web api describe-result`
681687

@@ -697,7 +703,7 @@ EXAMPLES
697703
$ autify web api describe-result
698704
```
699705

700-
_See code: [src/commands/web/api/describe-result.ts](https://github.com/autifyhq/autify-cli/blob/v0.68.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.69.0-beta.0/src/commands/web/api/describe-result.ts)_
701707

702708
## `autify web api describe-scenario`
703709

@@ -718,7 +724,7 @@ EXAMPLES
718724
$ autify web api describe-scenario
719725
```
720726

721-
_See code: [src/commands/web/api/describe-scenario.ts](https://github.com/autifyhq/autify-cli/blob/v0.68.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.69.0-beta.0/src/commands/web/api/describe-scenario.ts)_
722728

723729
## `autify web api execute-scenarios`
724730

@@ -746,7 +752,7 @@ EXAMPLES
746752
$ autify web api execute-scenarios
747753
```
748754

749-
_See code: [src/commands/web/api/execute-scenarios.ts](https://github.com/autifyhq/autify-cli/blob/v0.68.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.69.0-beta.0/src/commands/web/api/execute-scenarios.ts)_
750756

751757
## `autify web api execute-schedule`
752758

@@ -769,7 +775,7 @@ EXAMPLES
769775
$ autify web api execute-schedule
770776
```
771777

772-
_See code: [src/commands/web/api/execute-schedule.ts](https://github.com/autifyhq/autify-cli/blob/v0.68.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.69.0-beta.0/src/commands/web/api/execute-schedule.ts)_
773779

774780
## `autify web api get-credit-usage`
775781

@@ -801,7 +807,7 @@ EXAMPLES
801807
$ autify web api get-credit-usage
802808
```
803809

804-
_See code: [src/commands/web/api/get-credit-usage.ts](https://github.com/autifyhq/autify-cli/blob/v0.68.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.69.0-beta.0/src/commands/web/api/get-credit-usage.ts)_
805811

806812
## `autify web api get-project-info`
807813

@@ -821,7 +827,7 @@ EXAMPLES
821827
$ autify web api get-project-info
822828
```
823829

824-
_See code: [src/commands/web/api/get-project-info.ts](https://github.com/autifyhq/autify-cli/blob/v0.68.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.69.0-beta.0/src/commands/web/api/get-project-info.ts)_
825831

826832
## `autify web api list-access-points`
827833

@@ -842,7 +848,7 @@ EXAMPLES
842848
$ autify web api list-access-points
843849
```
844850

845-
_See code: [src/commands/web/api/list-access-points.ts](https://github.com/autifyhq/autify-cli/blob/v0.68.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.69.0-beta.0/src/commands/web/api/list-access-points.ts)_
846852

847853
## `autify web api list-capabilities`
848854

@@ -869,7 +875,7 @@ EXAMPLES
869875
$ autify web api list-capabilities
870876
```
871877

872-
_See code: [src/commands/web/api/list-capabilities.ts](https://github.com/autifyhq/autify-cli/blob/v0.68.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.69.0-beta.0/src/commands/web/api/list-capabilities.ts)_
873879

874880
## `autify web api list-results`
875881

@@ -892,7 +898,7 @@ EXAMPLES
892898
$ autify web api list-results
893899
```
894900

895-
_See code: [src/commands/web/api/list-results.ts](https://github.com/autifyhq/autify-cli/blob/v0.68.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.69.0-beta.0/src/commands/web/api/list-results.ts)_
896902

897903
## `autify web api list-scenarios`
898904

@@ -913,7 +919,7 @@ EXAMPLES
913919
$ autify web api list-scenarios
914920
```
915921

916-
_See code: [src/commands/web/api/list-scenarios.ts](https://github.com/autifyhq/autify-cli/blob/v0.68.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.69.0-beta.0/src/commands/web/api/list-scenarios.ts)_
917923

918924
## `autify web api list-test-plan-variable`
919925

@@ -934,7 +940,7 @@ EXAMPLES
934940
$ autify web api list-test-plan-variable
935941
```
936942

937-
_See code: [src/commands/web/api/list-test-plan-variable.ts](https://github.com/autifyhq/autify-cli/blob/v0.68.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.69.0-beta.0/src/commands/web/api/list-test-plan-variable.ts)_
938944

939945
## `autify web api list-url-replacements`
940946

@@ -955,7 +961,7 @@ EXAMPLES
955961
$ autify web api list-url-replacements
956962
```
957963

958-
_See code: [src/commands/web/api/list-url-replacements.ts](https://github.com/autifyhq/autify-cli/blob/v0.68.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.69.0-beta.0/src/commands/web/api/list-url-replacements.ts)_
959965

960966
## `autify web api update-test-plan-variable`
961967

@@ -981,7 +987,7 @@ EXAMPLES
981987
$ autify web api update-test-plan-variable
982988
```
983989

984-
_See code: [src/commands/web/api/update-test-plan-variable.ts](https://github.com/autifyhq/autify-cli/blob/v0.68.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.69.0-beta.0/src/commands/web/api/update-test-plan-variable.ts)_
985991

986992
## `autify web api update-url-replacement`
987993

@@ -1007,7 +1013,7 @@ EXAMPLES
10071013
$ autify web api update-url-replacement
10081014
```
10091015

1010-
_See code: [src/commands/web/api/update-url-replacement.ts](https://github.com/autifyhq/autify-cli/blob/v0.68.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.69.0-beta.0/src/commands/web/api/update-url-replacement.ts)_
10111017

10121018
## `autify web auth login`
10131019

@@ -1030,7 +1036,7 @@ EXAMPLES
10301036
$ autify web auth login < token.txt
10311037
```
10321038

1033-
_See code: [src/commands/web/auth/login.ts](https://github.com/autifyhq/autify-cli/blob/v0.68.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.69.0-beta.0/src/commands/web/auth/login.ts)_
10341040

10351041
## `autify web test run SCENARIO-OR-TEST-PLAN-URL`
10361042

@@ -1111,7 +1117,7 @@ EXAMPLES
11111117
$ autify web test run https://app.autify.com/projects/0000/scenarios/0000 --wait --autify-connect-client
11121118
```
11131119

1114-
_See code: [src/commands/web/test/run.ts](https://github.com/autifyhq/autify-cli/blob/v0.68.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.69.0-beta.0/src/commands/web/test/run.ts)_
11151121

11161122
## `autify web test wait TEST-RESULT-URL`
11171123

@@ -1135,6 +1141,6 @@ EXAMPLES
11351141
$ autify web test wait https://app.autify.com/projects/0000/results/0000
11361142
```
11371143

1138-
_See code: [src/commands/web/test/wait.ts](https://github.com/autifyhq/autify-cli/blob/v0.68.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.69.0-beta.0/src/commands/web/test/wait.ts)_
11391145

11401146
<!-- 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.68.0-beta.0",
3+
"version": "0.69.0-beta.0",
44
"description": "Autify Command Line Interface (CLI) Integration Test",
55
"author": "Autify",
66
"bin": {

0 commit comments

Comments
 (0)