0.4.0 • Published 3 years ago

@rafaolivas/trello v0.4.0

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

trello

oclif Version Downloads/week License

Usage

$ npm install -g @rafaolivas/trello
$ trello COMMAND
running command...
$ trello (-v|--version|version)
@rafaolivas/trello/0.4.0 darwin-x64 node-v12.16.0
$ trello --help [COMMAND]
USAGE
  $ trello COMMAND
...

Commands

trello help [COMMAND]

display help for trello

USAGE
  $ trello help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

trello init

Initializes environment variables

USAGE
  $ trello init

OPTIONS
  --open  Opens environment variables file after creation

See code: src/commands/init.js

trello ls

Lists cards in your board

USAGE
  $ trello ls

See code: src/commands/ls.js