Drush System Manager

Component ID

388656

Component name

Drush System Manager

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

2321

Component created

Component changed

Component body

As drush, features, views, ctools are matured there is no need for this module anymore I think. So I stop supporting this module.

With Drush System Manager you can get your hands dirty with variables, cck and views export files.

I use it to get my variables, views and content types into subversion. This way I can follow the changes my colleagues made.

sm list cck : list from cck with arguments:                                                                                    
sm export cck : export from cck with arguments: stdout or directory
sm list variables : list from variables with arguments: variable name(s) or part of a variable name
sm export variables : export from variables with arguments: stdout or directory followed by variable name(s) or part of a variable name
sm report variables : report from variables with arguments: variable name(s) or part of a variable name
sm import variables : import from variables with arguments: stdout or directory
sm list views : list from views with arguments:
sm export views : export from views with arguments: stdout or directory followed by view name(s)

Module is not fully tested and needs more work. Especially the import of the the views and content types.

Have fun testing though.