Skip to content

Commit 991ed71

Browse files
committed
Release 0.26.0-beta.0
1 parent 4ba1a90 commit 991ed71

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

README.md

Lines changed: 6 additions & 6 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 [COMMAND]`](#autify-help-command)
28+
- [`autify help [COMMANDS]`](#autify-help-commands)
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)
@@ -156,16 +156,16 @@ EXAMPLES
156156
$ autify connect client start --web-workspace-id 000
157157
```
158158

159-
## `autify help [COMMAND]`
159+
## `autify help [COMMANDS]`
160160

161161
Display help for autify.
162162

163163
```
164164
USAGE
165-
$ autify help [COMMAND] [-n]
165+
$ autify help [COMMANDS] [-n]
166166
167167
ARGUMENTS
168-
COMMAND Command to show help for.
168+
COMMANDS Command to show help for.
169169
170170
FLAGS
171171
-n, --nested-commands Include all nested commands in the output.
@@ -174,7 +174,7 @@ DESCRIPTION
174174
Display help for autify.
175175
```
176176

177-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.22/src/commands/help.ts)_
177+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.1/src/commands/help.ts)_
178178

179179
## `autify mobile api describe-test-result`
180180

@@ -403,7 +403,7 @@ EXAMPLES
403403
$ autify update --available
404404
```
405405

406-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v3.0.11/src/commands/update.ts)_
406+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v3.1.0/src/commands/update.ts)_
407407

408408
## `autify web api create-access-point`
409409

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.25.0-beta.0",
3+
"version": "0.26.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.25.0-beta.0",
3+
"version": "0.26.0-beta.0",
44
"description": "Autify Command Line Interface (CLI)",
55
"author": "Autify",
66
"bin": {

0 commit comments

Comments
 (0)