hossted / cli

The hossted cli - built to interact with a hossted agent and the hossted API
https:/hossted.com
MIT License
3 stars 4 forks source link

Introduce the `verbose` flag #146

Open alex-bondarev-linnovate opened 2 hours ago

alex-bondarev-linnovate commented 2 hours ago

Currently our CLI is cluttered with technical information, like 'config not found', or 'doing login', or showing the pending message every second (see screenshot below)

image

It makes sense to have that information, especially for debugging purposes, but it hardly improves CLI UX. To solve this we may want to employ the --verbose, -V flag. If it's present - we output technical info, if not - minimize the output and show only important stuff

linear[bot] commented 2 hours ago

HOS-13 Introduce the `verbose` flag