NickCarneiro/remtail

Generate a remtail.json

Closed this issue · 5 comments

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

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.

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

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

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

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.