Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unclear how to list uploaders using pub command line #20203

Closed
sethladd opened this issue Jul 25, 2014 · 6 comments
Closed

Unclear how to list uploaders using pub command line #20203

sethladd opened this issue Jul 25, 2014 · 6 comments
Labels
P3 A lower priority bug or feature request type-enhancement A request for a change that isn't a bug

Comments

@sethladd
Copy link
Contributor

sethladd:~/Code/firebase-dart (master)$ pub uploader list
Unknown uploader command "list".
Manage uploaders for a package on pub.dartlang.org.

use case: I would like to clean up the uploaders for this package, but it's unclear who is authorized.

Work around: go to the webpage.

Request:

pub uploader list

and

pub uploader --help should return a list of the sub commands

Thanks!

@nex3
Copy link
Member

nex3 commented Jul 28, 2014

In general, we've had a pretty clear functionality split between the command line and the website: the former makes changes while the latter provides information. I'm reticent to change that, since it involves duplicating the presentation of information. The web is generally better at presenting information than the command line anyway.

I could be talked out of this, though. Bob, what do you think?

@munificent
Copy link
Member

I actually think this would be nice. Pub has commands for modifying this data, so it seems weird that you can't see the data it lets you poke at.

@sethladd
Copy link
Contributor Author

Trying to be accurate with priority, but I'd love to see this.


Removed Priority-Unassigned label.
Added Priority-Low label.

@DartBot
Copy link

DartBot commented Aug 27, 2014

This comment was originally written by @kaendfinger


I could probably implement this. It shouldn't be hard at all.

@munificent
Copy link
Member

This would be a great bug for you to fix, Kenneth!

@DartBot
Copy link

DartBot commented Jun 5, 2015

This issue has been moved to dart-lang/pub#1062.

@DartBot DartBot closed this as completed Jun 5, 2015
@kevmoo kevmoo added type-enhancement A request for a change that isn't a bug and removed triaged labels Mar 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 A lower priority bug or feature request type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

5 participants