0.1.6 • Published 5 years ago

attentio-cli v0.1.6

Weekly downloads
8
License
UNLICENSED
Repository
github
Last release
5 years ago

attentio-cli

CLI tool for Attentio Extension

oclif Version Downloads/week License

Usage

$ npm install -g attentio-cli
$ attentio COMMAND
running command...
$ attentio (-v|--version|version)
attentio-cli/0.1.6 darwin-x64 node-v12.4.0
$ attentio --help [COMMAND]
USAGE
  $ attentio COMMAND
...

Commands

attentio autocomplete [SHELL]

display autocomplete installation instructions

USAGE
  $ attentio autocomplete [SHELL]

ARGUMENTS
  SHELL  shell type

OPTIONS
  -r, --refresh-cache  Refresh cache (ignores displaying instructions)

EXAMPLES
  $ attentio autocomplete
  $ attentio autocomplete bash
  $ attentio autocomplete zsh
  $ attentio autocomplete --refresh-cache

See code: @oclif/plugin-autocomplete

attentio commands

list all the commands

USAGE
  $ attentio commands

OPTIONS
  -h, --help  show CLI help
  -j, --json  output in json format
  --hidden    also show hidden commands

See code: @oclif/plugin-commands

attentio help [COMMAND]

display help for attentio

USAGE
  $ attentio help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

attentio ping [NAME]

Command is used to pint a particular user of the attentio-cli via the attentio-extension.

USAGE
  $ attentio ping [NAME]

ARGUMENTS
  NAME  name of the user to ping

OPTIONS
  -n, --name=name  name of the user to ping

DESCRIPTION
  ...
  Command can also be used without an argument or option. If so used, then a list of available users will be provided to 
  choose from, to be pinged via the attentio-extension.

See code: src/commands/ping.js

attentio set [NAME]

Command is used to set current user of the attentio-cli.

USAGE
  $ attentio set [NAME]

ARGUMENTS
  NAME  name to set as current user

OPTIONS
  -n, --name=name  name to set as current user

DESCRIPTION
  ...
  Command can also be used without an argument or option. If so used, then a list of available users will be provided to 
  choose from, to be selected as the current user.

See code: src/commands/set.js

attentio update [CHANNEL]

update the attentio CLI

USAGE
  $ attentio update [CHANNEL]

See code: @oclif/plugin-update

attentio who

Command is used to know who is the present current user.

USAGE
  $ attentio who

See code: src/commands/who.js