Generate a remtail.json
Closed this issue · 5 comments
ggmathur commented
If I type in my user/pass, maybe save it as an ssh cred for later use.
NickCarneiro commented
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
Should we look at adding commander support so that we can better organize the commands and flags?
NickCarneiro commented
Yes, I really like the commander .option interface. And you get help for free!
mjpitz commented
It's really clean and easy to do a subcommand approach
NickCarneiro commented
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.