drush ctools-export-enablefor drush 7x


Enable CTools exportables.

drush ctools-export-enable

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

ctools
  • Aliases


    ctools-export-enable has 1 alias/es:


    drush ctee

  • Arguments


    ctools-export-enable accepts 2 argument/s:


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

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

  • Options


    ctools-export-enable 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


    Enable all overridden views exportable objects.

    drush ctools-export-enable views_view

    Enable overridden default views archive view.

    drush ctools-export-enable views_view archive

  • Comments


    comments powered by Disqus