chec / cli

A command line interface for using the Chec API
https://chec.io
BSD 3-Clause "New" or "Revised" License
9 stars 7 forks source link

Group commands into sections #9

Closed robbieaverill closed 4 years ago

robbieaverill commented 4 years ago
COMMANDS
  help      display help for chec
  log       Get full detail about a given log ID
  login     Log into your Chec.io account
  logout    Log out of your account
  logs      Show a summary of your API requests processed by Chec.io
  register  Register an account with Chec.io
  request   Run abstract API request

I think we could group these. They represent auth commands, and then functional commands. That might be a good start?

robbieaverill commented 4 years ago

I can't see anything obvious in the oclif docs about doing this, so we may need to build a plugin for oclif to make it work

ScopeyNZ commented 4 years ago

I like the idea. Not so much that we have to build a plugin for it 😅 .

robbieaverill commented 4 years ago

wontfix