-
-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
keys -m create --key-stdin?? #619
Comments
(I got it to work without using |
CTRL+Z ends the input editor :) |
I couldn't get the console input working either -- |
Yes, there needs to be more documentation about this. Even the console help doesn't really explain how to do it. I tried using |
I got it to work by launching exchange-sharp.exe in interactive mode and creating the file using --key-list instead of |
Readme.md says I should consult the console app for examples how to do authentication, but the
keys
option is very light on any detail what I should be passing and in what order (I think public, private keys in that order).I tried to use
--key-stdin
and now my console is stuck, whatever I type in it just keeps wanting more lines. Even standard ctrl-c/x keys won't terminate it.No idea what I'm really supposed to be doing, how I even tell if it's worked. What is the correct usage?
The text was updated successfully, but these errors were encountered: