Invoke: REQUEST: Implement --list-namespaces

Created on 22 Jul 2016  路  2Comments  路  Source: pyinvoke/invoke

Right now the only way to filter namespaces is something like:

invoke --list | grep myNamespace

This is ok when you have 5 or 10 taks but with 100+ could be a problem. Something like:

invoke --list-namespaces

Might be an elegant solution. What do you think? Also it would be cool to be able to document a namespace, the same way than tasks and parameters.

Feature Task organization

Most helpful comment

Not sure why I didn't find it earlier, but #33 is probably the right 'master ticket' for this. Rolling into that one!

All 2 comments

Any particular reason this got closed? I actually agree with the premise & can't find other open tickets specifically about this. Useful namespace/subcollection functionality like this is definitely something we want eventually (organizing nontrivial task trees is a core feature), and shouldn't be very hard to implement due to how Collection and friends are designed.

Not sure why I didn't find it earlier, but #33 is probably the right 'master ticket' for this. Rolling into that one!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

saulshanabrook picture saulshanabrook  路  4Comments

lukeorland picture lukeorland  路  7Comments

brejoc picture brejoc  路  8Comments

cyounkins picture cyounkins  路  6Comments

hindman picture hindman  路  12Comments