Skip to content

Commit 79802e1

Browse files
authored
Merge pull request #122 from bessarabov/patch-1
Update README.md
2 parents 157bc1a + 3cfab8f commit 79802e1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,21 @@ A CLI for Tuya devices.
1111
```shell
1212
> tuya-cli help
1313

14-
Usage: cli [options] [command]
14+
Usage: tuya-cli [options] [command]
1515

1616
Options:
17-
-h, --help output usage information
17+
-V, --version output the version number
18+
-h, --help display help for command
1819

1920
Commands:
21+
cloud [options]
2022
link [options] link a new device
2123
get [options] get a property on a device
2224
set [options] set a property on a device
2325
list list all locally saved devices
2426
list-app [options] list devices from Tuya Smart app (deprecated)
2527
mock [options] mock a Tuya device for local testing
28+
wizard [options] list devices from an offical app
2629
help output usage information
2730
```
2831

0 commit comments

Comments
 (0)