Hide Forgot
Description of problem: Currently there is no method for 'pulp-admin repo status' to query all repositories. For change management actions where multiple repositories are to be updated (new distribution release etc) it would be nice to be able to do something like: pulp-admin repo status --all or pulp-admin repo status --group foo The current output per repo is probably too verbose for this, so given the commands above, output on the cli should be reduced to something like: Repository: foo-server: Currently syncing: 87% done (2986 of 3534 packages) Repository: foo-optional: Currently syncing: 13% done (501 of 2837 packages) Does this seem a reasonable request?
I believe that "pulp-admin tasks list" will serve this purpose. Please re-open if you think this is still an issue.