logdna / logdna-cli

The LogDNA CLI allows you to signup for a new account and tail your server logs right from the command line.
https://logdna.com
MIT License
27 stars 21 forks source link

Feature request: use saved views/searches from command line #18

Open schans opened 6 years ago

schans commented 6 years ago

Hi,

It would be really nice if you could use the "views" created in the tail functionality so you don't have to re-create the searches on the command line. For example with a flag '-v' / '--view':

logdna tail -v "Failed deploys"

This allows for tuning the views/searches centrally across the team so it can be re-used on the command line.

Thanks, Bart