Open gilleslamiral opened 6 years ago
This is a good suggestion. It would be good if we only have to authenticate once similar to how heroku-cli works for example.
+1 to this idea. Other users may have implemented their own workarounds to avoid typing in the pw each time, but this looks like a good option to support. I can add this in next week when I have some time, or feel free to start up a PR. : )
Thanks!
I've patched mine so it's ok. Just glad I'll won't have to next time!
Hi,
I hope gts is meant to be run also without a end-user ready to type a password at each run.
The syntax documented as username:password no longer works. The code main() has:
I suggest to replace it with:
This way it'll be possible to use:
Otherwise I'm open to any other suggestion to avoid a user typing the password at each request. Thanks in advance!