pd4d10 / unpub

Self-hosted private Dart Pub server for Enterprise

Home Page:https://pub.dev/packages/unpub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to add uploaders to existing published packages

mmarazik opened this issue · comments

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.

commented

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

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.