1.0.0 • Published 5 years ago

teknicli v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

teknicli

Control your teknilights from the command line.

oclif Version Codecov Downloads/week License

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