teknicli
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i teknicli

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

11.2 kB

Total Files

17

Last publish

Collaborators

  • addono