NickCarneiro / remtail

tail log files from multiple remote hosts
MIT License
137 stars 5 forks source link

Generate a remtail.json #6

Closed ggmathur closed 9 years ago

ggmathur commented 9 years ago

If I type in my user/pass, maybe save it as an ssh cred for later use.

NickCarneiro commented 9 years ago

Rather than save from the main workflow, let's add a flag that will take you through an interactive process to generate a remtail.json.

mjpitz commented 9 years ago

Should we look at adding commander support so that we can better organize the commands and flags?

NickCarneiro commented 9 years ago

Yes, I really like the commander .option interface. And you get help for free!

mjpitz commented 9 years ago

It's really clean and easy to do a subcommand approach

NickCarneiro commented 9 years ago

On second thought, it's irresponsible to automate saving passwords to a file.

I also want to encourage people to use native ssh configs because they're standard. Closing this. If we want to generate ssh configs that can be another issue.