I'm working on a project that needs to be able to login to Keybase without using the GUI.
keybase login someUserId
The problem I'm running into with this command is first it prompts for device or paper key. It'd be great if I could specify paper key as an argument in order to avoid the interaction. The next problem is when choosing paper key I then have to interact with the Keybase GUI app.
Is there anyway to input the paper key from the CLI itself?