Project

Profile

Help

Story #2740

Updated by bmbouter almost 7 years ago

Suppose I want to find all sync tasks via the pulp admin cli. There's no way to do that now.  

 A possible command could look like: 

 <pre> 
 pulp-admin tasks list --operation=sync --resource-id=sync 
 </pre>

Back