pd4d10 / unpub

Self-hosted private Dart Pub server for Enterprise
https://pub.dev/packages/unpub
MIT License
441 stars 135 forks source link

How to add uploaders to existing published packages #57

Closed mmarazik closed 2 years ago

mmarazik commented 2 years ago

I have a local unpub server setup with mongodb and managed to publish my packages to my local server. How can other developers on my team when required publish new versions of the same package without getting error that they are not an uploader for this package.

talisk commented 2 years ago

@mmarazik dart pub uploader --package=<package_name> add <user@email.address>

leoshusar commented 2 years ago

Just wanted to tell that pub uploader will be removed in some time (but not soon probably), see this issue. They recommend to add UI management instead.