Pergunta

I have published a package on http://pub.dartlang.org/ at first time and I see that my full email was published in the Uploader section at the right bottom of the page.

So, I don't really understand what is the format of my and other people's authorized login that is shown there? And how to remove/update my uploader's email?

Foi útil?

Solução

The package you referenced in your comment uses this format:

author: Name <user@domain.com>

If you want to change your uploader information you can do this

cd package_directory
pub uploader add newuser@mydomain.com
pub uploader remove olduser@somedomain.com

To authenticate with another account just delete
~/.pub-cache/credentials.json

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top