Is it possible to view the information about an existing registration using the client?
For example, I successfully registered an account in sandbox with the email example@example.com and a key KEY. Is there a way to fetch all the registration information with the client (aka the equivalent of calling /acme/reg/1234 where 1234 is my account ID)?
I see that one of the various CLI options is ---account
:
--account ACCOUNT_ID Account ID to use (default: None)
but I can’t really find a way to pass the key for authentication, nor how to fetch the registration information.