README
jelly-cli
Your Personal Jellyfish
Usage
$ npm install -g jelly-cli
$ jelly COMMAND
running command...
$ jelly (-v|--version|version)
jelly-cli/0.1.2 darwin-x64 node-v12.13.1
$ jelly --help [COMMAND]
USAGE
$ jelly COMMAND
...
Commands
jelly card CARDNUMBER [CARDNAME]
opens a card for development
USAGE
$ jelly card CARDNUMBER [CARDNAME]
ARGUMENTS
CARDNUMBER The card number from Trello
CARDNAME A short name to help remember what this card was, useful when looking back at all your git branches
OPTIONS
-s, --setup
EXAMPLE
$ jelly card 1337
See code: src/commands/card.ts
jelly hello [FILE]
describe the command here
USAGE
$ jelly hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ jelly hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts
jelly help [COMMAND]
display help for jelly
USAGE
$ jelly help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
jelly sync
sync your fork's master branch with upstream
USAGE
$ jelly sync
EXAMPLE
$ jelly sync
See code: src/commands/sync.ts