@@ -25,7 +25,7 @@ See our official document: https://help.autify.com/docs/autify-command-line-inte
25
25
- [ ` autify connect access-point set ` ] ( #autify-connect-access-point-set )
26
26
- [ ` autify connect client install [VERSION] ` ] ( #autify-connect-client-install-version )
27
27
- [ ` autify connect client start ` ] ( #autify-connect-client-start )
28
- - [ ` autify help [COMMAND ] ` ] ( #autify-help-command )
28
+ - [ ` autify help [COMMANDS ] ` ] ( #autify-help-commands )
29
29
- [ ` autify mobile api describe-test-result ` ] ( #autify-mobile-api-describe-test-result )
30
30
- [ ` autify mobile api list-test-results ` ] ( #autify-mobile-api-list-test-results )
31
31
- [ ` autify mobile api run-test-plan ` ] ( #autify-mobile-api-run-test-plan )
@@ -156,16 +156,16 @@ EXAMPLES
156
156
$ autify connect client start --web-workspace-id 000
157
157
```
158
158
159
- ## ` autify help [COMMAND ] `
159
+ ## ` autify help [COMMANDS ] `
160
160
161
161
Display help for autify.
162
162
163
163
```
164
164
USAGE
165
- $ autify help [COMMAND ] [-n]
165
+ $ autify help [COMMANDS ] [-n]
166
166
167
167
ARGUMENTS
168
- COMMAND Command to show help for.
168
+ COMMANDS Command to show help for.
169
169
170
170
FLAGS
171
171
-n, --nested-commands Include all nested commands in the output.
@@ -174,7 +174,7 @@ DESCRIPTION
174
174
Display help for autify.
175
175
```
176
176
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 ) _
178
178
179
179
## ` autify mobile api describe-test-result `
180
180
@@ -403,7 +403,7 @@ EXAMPLES
403
403
$ autify update --available
404
404
```
405
405
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 ) _
407
407
408
408
## ` autify web api create-access-point `
409
409
0 commit comments