Drush System Manager
clemens.tolboom - March 2, 2009 - 16:13
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.
