문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top