drush ctools-export-viewfor drush 7x


View CTools exportable object code output.

drush ctools-export-view

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

ctools
  • Aliases


    ctools-export-view has 1 alias/es:


    drush ctev

  • Arguments


    ctools-export-view accepts 2 argument/s:


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

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

  • Options


    ctools-export-view accepts 4 option/s:


    --indent : The string to use for indentation when displaying the exportable export code. Defaults to ''.

    --no-colour : Remove any colour formatting from export string output. Ideal if you are sending the output of this command to a file.

    --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


    View all views exportable objects.

    drush ctools-export-view views_view

    View default views archive view.

    drush ctools-export-view views_view archive

  • Comments


    comments powered by Disqus