teknicli
v1.0.0
Published
Control your teknilights from the command line.
Downloads
1
Readme
teknicli
Control your teknilights from the command line.
Usage
$ npm install -g teknicli
$ teknicli COMMAND
running command...
$ teknicli (-v|--version|version)
teknicli/1.0.0 linux-x64 node-v12.20.0
$ teknicli --help [COMMAND]
USAGE
$ teknicli COMMAND
...
Commands
teknicli brightness [BRIGHTNESS]
Set the brightness of the light
USAGE
$ teknicli brightness [BRIGHTNESS]
OPTIONS
-h, --help show CLI help
See code: src/commands/brightness.ts
teknicli help [COMMAND]
display help for teknicli
USAGE
$ teknicli help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
teknicli off
Turns the light off
USAGE
$ teknicli off
OPTIONS
-h, --help show CLI help
See code: src/commands/off.ts
teknicli on
Turns the light on with maximum brightness
USAGE
$ teknicli on
OPTIONS
-h, --help show CLI help
See code: src/commands/on.ts