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

Introducing commands to get and stream logs from Chec.io #8

Closed ScopeyNZ closed 4 years ago

ScopeyNZ commented 4 years ago

Introduces the logs command that streams logs, optionally fetches prior logs, and allow navigation through the logs to get further detail. Also introduces the log command for fetching full detail for a specific logs

~I still need to smash together a bunch of tests for this~