When using it for the first time, it is not apparent that you have to pass flags with = like --api-key='' or --api-key ''. It should possibly also allow for setting it one by one, that is upstash auth login --email='' and then afterwards another command upstash auth login --api-key='' to set the API key.
It can show that you have to do upstash auth login --email='' --api-key='' when running for the first time.
There is also ambiguity regarding the config file itself, what is the format? It's not in the documentation either.
Not like it makes it unusable but would make for a better experience and flow.
When using it for the first time, it is not apparent that you have to pass flags with
=like--api-key=''or--api-key ''. It should possibly also allow for setting it one by one, that isupstash auth login --email=''and then afterwards another commandupstash auth login --api-key=''to set the API key.It can show that you have to do
upstash auth login --email='' --api-key=''when running for the first time.There is also ambiguity regarding the config file itself, what is the format? It's not in the documentation either.
Not like it makes it unusable but would make for a better experience and flow.