drush ctools-export-revertfor drush 7x


Revert CTools exportables from changes overridden in the database.

drush ctools-export-revert

ctools-export-revert is a Drush command from the ctools project.

ctools
  • Aliases


    ctools-export-revert has 1 alias/es:


    drush cter

  • Arguments


    ctools-export-revert accepts 2 argument/s:


    table name : Base table of the exportable you want to revert.

    machine names : Space separated list of exportables you want to revert.

  • Options


    ctools-export-revert accepts 2 option/s:


    --module : Filter the list of exportables by module. This will come from the 'export_module' key on the exportable.

    --all : Perform this operation all CTools exportables available on the system (all tables).

  • Examples


    Revert all overridden views exportable objects.

    drush ctools-export-revert views_view

    Revert overridden default views archive view.

    drush ctools-export-revert views_view archive

    Revert all exportables on the system.

    drush ctools-export-revert --all

  • Comments


    comments powered by Disqus