Skip to content

Commit b223495

Browse files
committed
Release 0.46.0-beta.0
1 parent f5cbfbb commit b223495

File tree

4 files changed

+46
-46
lines changed

4 files changed

+46
-46
lines changed

README.md

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ See our official document: https://help.autify.com/docs/autify-command-line-inte
2525
- [`autify connect access-point set`](#autify-connect-access-point-set)
2626
- [`autify connect client install [VERSION]`](#autify-connect-client-install-version)
2727
- [`autify connect client start`](#autify-connect-client-start)
28-
- [`autify help [COMMANDS]`](#autify-help-commands)
28+
- [`autify help [COMMAND]`](#autify-help-command)
2929
- [`autify mobile api describe-test-result`](#autify-mobile-api-describe-test-result)
3030
- [`autify mobile api list-test-results`](#autify-mobile-api-list-test-results)
3131
- [`autify mobile api run-test-plan`](#autify-mobile-api-run-test-plan)
@@ -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.45.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.46.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.45.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.46.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.45.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.46.0-beta.0/src/commands/connect/client/install.ts)_
138138

139139
## `autify connect client start`
140140

@@ -168,18 +168,18 @@ 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.45.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.46.0-beta.0/src/commands/connect/client/start.ts)_
172172

173-
## `autify help [COMMANDS]`
173+
## `autify help [COMMAND]`
174174

175175
Display help for autify.
176176

177177
```
178178
USAGE
179-
$ autify help [COMMANDS] [-n]
179+
$ autify help [COMMAND...] [-n]
180180
181181
ARGUMENTS
182-
COMMANDS Command to show help for.
182+
COMMAND... Command to show help for.
183183
184184
FLAGS
185185
-n, --nested-commands Include all nested commands in the output.
@@ -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.0.12/src/commands/help.ts)_
191+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.0.21/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.45.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.46.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.45.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.46.0-beta.0/src/commands/mobile/api/list-test-results.ts)_
237237

238238
## `autify mobile api run-test-plan`
239239

@@ -254,7 +254,7 @@ EXAMPLES
254254
$ autify mobile api run-test-plan
255255
```
256256

257-
_See code: [src/commands/mobile/api/run-test-plan.ts](https://github.com/autifyhq/autify-cli/blob/v0.45.0-beta.0/src/commands/mobile/api/run-test-plan.ts)_
257+
_See code: [src/commands/mobile/api/run-test-plan.ts](https://github.com/autifyhq/autify-cli/blob/v0.46.0-beta.0/src/commands/mobile/api/run-test-plan.ts)_
258258

259259
## `autify mobile api upload-build`
260260

@@ -275,7 +275,7 @@ EXAMPLES
275275
$ autify mobile api upload-build
276276
```
277277

278-
_See code: [src/commands/mobile/api/upload-build.ts](https://github.com/autifyhq/autify-cli/blob/v0.45.0-beta.0/src/commands/mobile/api/upload-build.ts)_
278+
_See code: [src/commands/mobile/api/upload-build.ts](https://github.com/autifyhq/autify-cli/blob/v0.46.0-beta.0/src/commands/mobile/api/upload-build.ts)_
279279

280280
## `autify mobile auth login`
281281

@@ -298,7 +298,7 @@ EXAMPLES
298298
$ autify mobile auth login < token.txt
299299
```
300300

301-
_See code: [src/commands/mobile/auth/login.ts](https://github.com/autifyhq/autify-cli/blob/v0.45.0-beta.0/src/commands/mobile/auth/login.ts)_
301+
_See code: [src/commands/mobile/auth/login.ts](https://github.com/autifyhq/autify-cli/blob/v0.46.0-beta.0/src/commands/mobile/auth/login.ts)_
302302

303303
## `autify mobile build upload BUILD-PATH`
304304

@@ -332,7 +332,7 @@ EXAMPLES
332332
$ autify mobile build upload --workspace-id AAA ./my.app --json
333333
```
334334

335-
_See code: [src/commands/mobile/build/upload.ts](https://github.com/autifyhq/autify-cli/blob/v0.45.0-beta.0/src/commands/mobile/build/upload.ts)_
335+
_See code: [src/commands/mobile/build/upload.ts](https://github.com/autifyhq/autify-cli/blob/v0.46.0-beta.0/src/commands/mobile/build/upload.ts)_
336336

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

@@ -372,7 +372,7 @@ EXAMPLES
372372
--timeout 600
373373
```
374374

375-
_See code: [src/commands/mobile/test/run.ts](https://github.com/autifyhq/autify-cli/blob/v0.45.0-beta.0/src/commands/mobile/test/run.ts)_
375+
_See code: [src/commands/mobile/test/run.ts](https://github.com/autifyhq/autify-cli/blob/v0.46.0-beta.0/src/commands/mobile/test/run.ts)_
376376

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

@@ -396,7 +396,7 @@ EXAMPLES
396396
$ autify mobile test wait https://mobile-app.autify.com/projects/AAA/results/BBB
397397
```
398398

399-
_See code: [src/commands/mobile/test/wait.ts](https://github.com/autifyhq/autify-cli/blob/v0.45.0-beta.0/src/commands/mobile/test/wait.ts)_
399+
_See code: [src/commands/mobile/test/wait.ts](https://github.com/autifyhq/autify-cli/blob/v0.46.0-beta.0/src/commands/mobile/test/wait.ts)_
400400

401401
## `autify update [CHANNEL]`
402402

@@ -433,7 +433,7 @@ EXAMPLES
433433
$ autify update --available
434434
```
435435

436-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v4.1.10/src/commands/update.ts)_
436+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v4.2.6/src/commands/update.ts)_
437437

438438
## `autify web api create-access-point`
439439

@@ -455,7 +455,7 @@ EXAMPLES
455455
$ autify web api create-access-point
456456
```
457457

458-
_See code: [src/commands/web/api/create-access-point.ts](https://github.com/autifyhq/autify-cli/blob/v0.45.0-beta.0/src/commands/web/api/create-access-point.ts)_
458+
_See code: [src/commands/web/api/create-access-point.ts](https://github.com/autifyhq/autify-cli/blob/v0.46.0-beta.0/src/commands/web/api/create-access-point.ts)_
459459

460460
## `autify web api create-test-plan-variable`
461461

@@ -477,7 +477,7 @@ EXAMPLES
477477
$ autify web api create-test-plan-variable
478478
```
479479

480-
_See code: [src/commands/web/api/create-test-plan-variable.ts](https://github.com/autifyhq/autify-cli/blob/v0.45.0-beta.0/src/commands/web/api/create-test-plan-variable.ts)_
480+
_See code: [src/commands/web/api/create-test-plan-variable.ts](https://github.com/autifyhq/autify-cli/blob/v0.46.0-beta.0/src/commands/web/api/create-test-plan-variable.ts)_
481481

482482
## `autify web api create-url-replacement`
483483

@@ -499,7 +499,7 @@ EXAMPLES
499499
$ autify web api create-url-replacement
500500
```
501501

502-
_See code: [src/commands/web/api/create-url-replacement.ts](https://github.com/autifyhq/autify-cli/blob/v0.45.0-beta.0/src/commands/web/api/create-url-replacement.ts)_
502+
_See code: [src/commands/web/api/create-url-replacement.ts](https://github.com/autifyhq/autify-cli/blob/v0.46.0-beta.0/src/commands/web/api/create-url-replacement.ts)_
503503

504504
## `autify web api delete-access-point`
505505

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

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

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

@@ -543,7 +543,7 @@ EXAMPLES
543543
$ autify web api delete-test-plan-variable
544544
```
545545

546-
_See code: [src/commands/web/api/delete-test-plan-variable.ts](https://github.com/autifyhq/autify-cli/blob/v0.45.0-beta.0/src/commands/web/api/delete-test-plan-variable.ts)_
546+
_See code: [src/commands/web/api/delete-test-plan-variable.ts](https://github.com/autifyhq/autify-cli/blob/v0.46.0-beta.0/src/commands/web/api/delete-test-plan-variable.ts)_
547547

548548
## `autify web api delete-url-replacement`
549549

@@ -565,7 +565,7 @@ EXAMPLES
565565
$ autify web api delete-url-replacement
566566
```
567567

568-
_See code: [src/commands/web/api/delete-url-replacement.ts](https://github.com/autifyhq/autify-cli/blob/v0.45.0-beta.0/src/commands/web/api/delete-url-replacement.ts)_
568+
_See code: [src/commands/web/api/delete-url-replacement.ts](https://github.com/autifyhq/autify-cli/blob/v0.46.0-beta.0/src/commands/web/api/delete-url-replacement.ts)_
569569

570570
## `autify web api describe-result`
571571

@@ -587,7 +587,7 @@ EXAMPLES
587587
$ autify web api describe-result
588588
```
589589

590-
_See code: [src/commands/web/api/describe-result.ts](https://github.com/autifyhq/autify-cli/blob/v0.45.0-beta.0/src/commands/web/api/describe-result.ts)_
590+
_See code: [src/commands/web/api/describe-result.ts](https://github.com/autifyhq/autify-cli/blob/v0.46.0-beta.0/src/commands/web/api/describe-result.ts)_
591591

592592
## `autify web api describe-scenario`
593593

@@ -608,7 +608,7 @@ EXAMPLES
608608
$ autify web api describe-scenario
609609
```
610610

611-
_See code: [src/commands/web/api/describe-scenario.ts](https://github.com/autifyhq/autify-cli/blob/v0.45.0-beta.0/src/commands/web/api/describe-scenario.ts)_
611+
_See code: [src/commands/web/api/describe-scenario.ts](https://github.com/autifyhq/autify-cli/blob/v0.46.0-beta.0/src/commands/web/api/describe-scenario.ts)_
612612

613613
## `autify web api execute-scenarios`
614614

@@ -631,7 +631,7 @@ EXAMPLES
631631
$ autify web api execute-scenarios
632632
```
633633

634-
_See code: [src/commands/web/api/execute-scenarios.ts](https://github.com/autifyhq/autify-cli/blob/v0.45.0-beta.0/src/commands/web/api/execute-scenarios.ts)_
634+
_See code: [src/commands/web/api/execute-scenarios.ts](https://github.com/autifyhq/autify-cli/blob/v0.46.0-beta.0/src/commands/web/api/execute-scenarios.ts)_
635635

636636
## `autify web api execute-schedule`
637637

@@ -653,7 +653,7 @@ EXAMPLES
653653
$ autify web api execute-schedule
654654
```
655655

656-
_See code: [src/commands/web/api/execute-schedule.ts](https://github.com/autifyhq/autify-cli/blob/v0.45.0-beta.0/src/commands/web/api/execute-schedule.ts)_
656+
_See code: [src/commands/web/api/execute-schedule.ts](https://github.com/autifyhq/autify-cli/blob/v0.46.0-beta.0/src/commands/web/api/execute-schedule.ts)_
657657

658658
## `autify web api get-credit-usage`
659659

@@ -685,7 +685,7 @@ EXAMPLES
685685
$ autify web api get-credit-usage
686686
```
687687

688-
_See code: [src/commands/web/api/get-credit-usage.ts](https://github.com/autifyhq/autify-cli/blob/v0.45.0-beta.0/src/commands/web/api/get-credit-usage.ts)_
688+
_See code: [src/commands/web/api/get-credit-usage.ts](https://github.com/autifyhq/autify-cli/blob/v0.46.0-beta.0/src/commands/web/api/get-credit-usage.ts)_
689689

690690
## `autify web api get-project-info`
691691

@@ -705,7 +705,7 @@ EXAMPLES
705705
$ autify web api get-project-info
706706
```
707707

708-
_See code: [src/commands/web/api/get-project-info.ts](https://github.com/autifyhq/autify-cli/blob/v0.45.0-beta.0/src/commands/web/api/get-project-info.ts)_
708+
_See code: [src/commands/web/api/get-project-info.ts](https://github.com/autifyhq/autify-cli/blob/v0.46.0-beta.0/src/commands/web/api/get-project-info.ts)_
709709

710710
## `autify web api list-access-points`
711711

@@ -726,7 +726,7 @@ EXAMPLES
726726
$ autify web api list-access-points
727727
```
728728

729-
_See code: [src/commands/web/api/list-access-points.ts](https://github.com/autifyhq/autify-cli/blob/v0.45.0-beta.0/src/commands/web/api/list-access-points.ts)_
729+
_See code: [src/commands/web/api/list-access-points.ts](https://github.com/autifyhq/autify-cli/blob/v0.46.0-beta.0/src/commands/web/api/list-access-points.ts)_
730730

731731
## `autify web api list-capabilities`
732732

@@ -749,7 +749,7 @@ EXAMPLES
749749
$ autify web api list-capabilities
750750
```
751751

752-
_See code: [src/commands/web/api/list-capabilities.ts](https://github.com/autifyhq/autify-cli/blob/v0.45.0-beta.0/src/commands/web/api/list-capabilities.ts)_
752+
_See code: [src/commands/web/api/list-capabilities.ts](https://github.com/autifyhq/autify-cli/blob/v0.46.0-beta.0/src/commands/web/api/list-capabilities.ts)_
753753

754754
## `autify web api list-results`
755755

@@ -772,7 +772,7 @@ EXAMPLES
772772
$ autify web api list-results
773773
```
774774

775-
_See code: [src/commands/web/api/list-results.ts](https://github.com/autifyhq/autify-cli/blob/v0.45.0-beta.0/src/commands/web/api/list-results.ts)_
775+
_See code: [src/commands/web/api/list-results.ts](https://github.com/autifyhq/autify-cli/blob/v0.46.0-beta.0/src/commands/web/api/list-results.ts)_
776776

777777
## `autify web api list-scenarios`
778778

@@ -793,7 +793,7 @@ EXAMPLES
793793
$ autify web api list-scenarios
794794
```
795795

796-
_See code: [src/commands/web/api/list-scenarios.ts](https://github.com/autifyhq/autify-cli/blob/v0.45.0-beta.0/src/commands/web/api/list-scenarios.ts)_
796+
_See code: [src/commands/web/api/list-scenarios.ts](https://github.com/autifyhq/autify-cli/blob/v0.46.0-beta.0/src/commands/web/api/list-scenarios.ts)_
797797

798798
## `autify web api list-test-plan-variable`
799799

@@ -814,7 +814,7 @@ EXAMPLES
814814
$ autify web api list-test-plan-variable
815815
```
816816

817-
_See code: [src/commands/web/api/list-test-plan-variable.ts](https://github.com/autifyhq/autify-cli/blob/v0.45.0-beta.0/src/commands/web/api/list-test-plan-variable.ts)_
817+
_See code: [src/commands/web/api/list-test-plan-variable.ts](https://github.com/autifyhq/autify-cli/blob/v0.46.0-beta.0/src/commands/web/api/list-test-plan-variable.ts)_
818818

819819
## `autify web api list-url-replacements`
820820

@@ -835,7 +835,7 @@ EXAMPLES
835835
$ autify web api list-url-replacements
836836
```
837837

838-
_See code: [src/commands/web/api/list-url-replacements.ts](https://github.com/autifyhq/autify-cli/blob/v0.45.0-beta.0/src/commands/web/api/list-url-replacements.ts)_
838+
_See code: [src/commands/web/api/list-url-replacements.ts](https://github.com/autifyhq/autify-cli/blob/v0.46.0-beta.0/src/commands/web/api/list-url-replacements.ts)_
839839

840840
## `autify web api update-test-plan-variable`
841841

@@ -860,7 +860,7 @@ EXAMPLES
860860
$ autify web api update-test-plan-variable
861861
```
862862

863-
_See code: [src/commands/web/api/update-test-plan-variable.ts](https://github.com/autifyhq/autify-cli/blob/v0.45.0-beta.0/src/commands/web/api/update-test-plan-variable.ts)_
863+
_See code: [src/commands/web/api/update-test-plan-variable.ts](https://github.com/autifyhq/autify-cli/blob/v0.46.0-beta.0/src/commands/web/api/update-test-plan-variable.ts)_
864864

865865
## `autify web api update-url-replacement`
866866

@@ -885,7 +885,7 @@ EXAMPLES
885885
$ autify web api update-url-replacement
886886
```
887887

888-
_See code: [src/commands/web/api/update-url-replacement.ts](https://github.com/autifyhq/autify-cli/blob/v0.45.0-beta.0/src/commands/web/api/update-url-replacement.ts)_
888+
_See code: [src/commands/web/api/update-url-replacement.ts](https://github.com/autifyhq/autify-cli/blob/v0.46.0-beta.0/src/commands/web/api/update-url-replacement.ts)_
889889

890890
## `autify web auth login`
891891

@@ -908,7 +908,7 @@ EXAMPLES
908908
$ autify web auth login < token.txt
909909
```
910910

911-
_See code: [src/commands/web/auth/login.ts](https://github.com/autifyhq/autify-cli/blob/v0.45.0-beta.0/src/commands/web/auth/login.ts)_
911+
_See code: [src/commands/web/auth/login.ts](https://github.com/autifyhq/autify-cli/blob/v0.46.0-beta.0/src/commands/web/auth/login.ts)_
912912

913913
## `autify web test run SCENARIO-OR-TEST-PLAN-URL`
914914

@@ -989,7 +989,7 @@ EXAMPLES
989989
$ autify web test run https://app.autify.com/projects/0000/scenarios/0000 --wait --autify-connect-client
990990
```
991991

992-
_See code: [src/commands/web/test/run.ts](https://github.com/autifyhq/autify-cli/blob/v0.45.0-beta.0/src/commands/web/test/run.ts)_
992+
_See code: [src/commands/web/test/run.ts](https://github.com/autifyhq/autify-cli/blob/v0.46.0-beta.0/src/commands/web/test/run.ts)_
993993

994994
## `autify web test wait TEST-RESULT-URL`
995995

@@ -1013,6 +1013,6 @@ EXAMPLES
10131013
$ autify web test wait https://app.autify.com/projects/0000/results/0000
10141014
```
10151015

1016-
_See code: [src/commands/web/test/wait.ts](https://github.com/autifyhq/autify-cli/blob/v0.45.0-beta.0/src/commands/web/test/wait.ts)_
1016+
_See code: [src/commands/web/test/wait.ts](https://github.com/autifyhq/autify-cli/blob/v0.46.0-beta.0/src/commands/web/test/wait.ts)_
10171017

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

0 commit comments

Comments
 (0)