File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments