Continued from #766930: Drush 3 compatibility
Some ideas for improving Drush support
Get nids through:
- SQL
- Views
- PHP (csv string, and/or array?)
Also revisit jonhattan's patch in the aforementioned thread for ideas.
Continued from #766930: Drush 3 compatibility
Some ideas for improving Drush support
Get nids through:
- SQL
- Views
- PHP (csv string, and/or array?)
Also revisit jonhattan's patch in the aforementioned thread for ideas.
Comments
Comment #1
danielb commentedI've added php/sql. No one has really asked for views, but if they really wanted to they could do that through the PHP options, not to mention using taxonomy functions etc.. to get the nodes that way. I haven't tested it, but marked the options as experimental.