Running hookdeck login --api-key {key} does not save the passed API key. So, subsequently running 'hookdeck listen ...` does not have the API key context so uses whatever context it has:
If another API key was previously saved that will be used
If logged out, will create a completely new guest account
This fix saves the API key value to the config file so it is persisted across commands.
Running
hookdeck login --api-key {key}
does not save the passed API key. So, subsequently running 'hookdeck listen ...` does not have the API key context so uses whatever context it has:This fix saves the API key value to the config file so it is persisted across commands.
Fixes #100