Skip to content

Commit da8daa0

Browse files
committed
Release 0.50.0-beta.0
1 parent 754abf1 commit da8daa0

File tree

4 files changed

+45
-44
lines changed

4 files changed

+45
-44
lines changed

README.md

Lines changed: 40 additions & 39 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.49.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.50.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.49.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.50.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.49.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.50.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.49.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.50.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.7/src/commands/help.ts)_
191+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.16/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.49.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.50.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.49.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.50.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.49.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.50.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.49.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.50.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.49.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.50.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.49.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.50.0-beta.0/src/commands/mobile/build/upload.ts)_
337337

338338
## `autify mobile test run TEST-PLAN-URL`
339339

@@ -352,7 +352,7 @@ FLAGS
352352
-v, --verbose Verbose output
353353
-w, --wait Wait until the test finishes.
354354
--build-id=<value> ID of the already uploaded build.
355-
--build-path=<value> File path to the iOS app (*.app) or Android app (*.apk).
355+
--build-path=<value> File path to the iOS app (*.app, *.ipa) or Android app (*.apk).
356356
--max-retry-count=<value> Maximum retry count. The command can take up to timeout * (max-retry-count + 1).
357357
358358
DESCRIPTION
@@ -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.49.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.50.0-beta.0/src/commands/mobile/test/run.ts)_
377377

378378
## `autify mobile test wait TEST-RESULT-URL`
379379

@@ -397,18 +397,19 @@ 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.49.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.50.0-beta.0/src/commands/mobile/test/wait.ts)_
401401

402402
## `autify update [CHANNEL]`
403403

404404
update the autify CLI
405405

406406
```
407407
USAGE
408-
$ autify update [CHANNEL] [--force | | [-a | -v <value> | -i]]
408+
$ autify update [CHANNEL] [--force | | [-a | -v <value> | -i]] [-b ]
409409
410410
FLAGS
411411
-a, --available See available versions.
412+
-b, --verbose Show more details about the available versions.
412413
-i, --interactive Interactively select version to install. This is ignored if a channel is provided.
413414
-v, --version=<value> Install a specific version.
414415
--force Force a re-download of the requested version.
@@ -434,7 +435,7 @@ EXAMPLES
434435
$ autify update --available
435436
```
436437

437-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v4.4.16/src/commands/update.ts)_
438+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v4.6.6/src/commands/update.ts)_
438439

439440
## `autify web api create-access-point`
440441

@@ -457,7 +458,7 @@ EXAMPLES
457458
$ autify web api create-access-point
458459
```
459460

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

462463
## `autify web api create-test-plan-variable`
463464

@@ -480,7 +481,7 @@ EXAMPLES
480481
$ autify web api create-test-plan-variable
481482
```
482483

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

485486
## `autify web api create-url-replacement`
486487

@@ -503,7 +504,7 @@ EXAMPLES
503504
$ autify web api create-url-replacement
504505
```
505506

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

508509
## `autify web api delete-access-point`
509510

@@ -526,7 +527,7 @@ EXAMPLES
526527
$ autify web api delete-access-point
527528
```
528529

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

531532
## `autify web api delete-test-plan-variable`
532533

@@ -548,7 +549,7 @@ EXAMPLES
548549
$ autify web api delete-test-plan-variable
549550
```
550551

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

553554
## `autify web api delete-url-replacement`
554555

@@ -570,7 +571,7 @@ EXAMPLES
570571
$ autify web api delete-url-replacement
571572
```
572573

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

575576
## `autify web api describe-result`
576577

@@ -592,7 +593,7 @@ EXAMPLES
592593
$ autify web api describe-result
593594
```
594595

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

597598
## `autify web api describe-scenario`
598599

@@ -613,7 +614,7 @@ EXAMPLES
613614
$ autify web api describe-scenario
614615
```
615616

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

618619
## `autify web api execute-scenarios`
619620

@@ -641,7 +642,7 @@ EXAMPLES
641642
$ autify web api execute-scenarios
642643
```
643644

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

646647
## `autify web api execute-schedule`
647648

@@ -664,7 +665,7 @@ EXAMPLES
664665
$ autify web api execute-schedule
665666
```
666667

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

669670
## `autify web api get-credit-usage`
670671

@@ -696,7 +697,7 @@ EXAMPLES
696697
$ autify web api get-credit-usage
697698
```
698699

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

701702
## `autify web api get-project-info`
702703

@@ -716,7 +717,7 @@ EXAMPLES
716717
$ autify web api get-project-info
717718
```
718719

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

721722
## `autify web api list-access-points`
722723

@@ -737,7 +738,7 @@ EXAMPLES
737738
$ autify web api list-access-points
738739
```
739740

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

742743
## `autify web api list-capabilities`
743744

@@ -764,7 +765,7 @@ EXAMPLES
764765
$ autify web api list-capabilities
765766
```
766767

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

769770
## `autify web api list-results`
770771

@@ -787,7 +788,7 @@ EXAMPLES
787788
$ autify web api list-results
788789
```
789790

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

792793
## `autify web api list-scenarios`
793794

@@ -808,7 +809,7 @@ EXAMPLES
808809
$ autify web api list-scenarios
809810
```
810811

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

813814
## `autify web api list-test-plan-variable`
814815

@@ -829,7 +830,7 @@ EXAMPLES
829830
$ autify web api list-test-plan-variable
830831
```
831832

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

834835
## `autify web api list-url-replacements`
835836

@@ -850,7 +851,7 @@ EXAMPLES
850851
$ autify web api list-url-replacements
851852
```
852853

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

855856
## `autify web api update-test-plan-variable`
856857

@@ -876,7 +877,7 @@ EXAMPLES
876877
$ autify web api update-test-plan-variable
877878
```
878879

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

881882
## `autify web api update-url-replacement`
882883

@@ -902,7 +903,7 @@ EXAMPLES
902903
$ autify web api update-url-replacement
903904
```
904905

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

907908
## `autify web auth login`
908909

@@ -925,7 +926,7 @@ EXAMPLES
925926
$ autify web auth login < token.txt
926927
```
927928

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

930931
## `autify web test run SCENARIO-OR-TEST-PLAN-URL`
931932

@@ -1006,7 +1007,7 @@ EXAMPLES
10061007
$ autify web test run https://app.autify.com/projects/0000/scenarios/0000 --wait --autify-connect-client
10071008
```
10081009

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

10111012
## `autify web test wait TEST-RESULT-URL`
10121013

@@ -1030,6 +1031,6 @@ EXAMPLES
10301031
$ autify web test wait https://app.autify.com/projects/0000/results/0000
10311032
```
10321033

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

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

0 commit comments

Comments
 (0)