drush ctools-export-infofor drush 8x
Show available CTools exportable objects.
drush ctools-export-info
ctools-export-info is a Drush command from the ctools project.
ctools-
Aliases
ctools-export-info has 1 alias/es:
drush ctei
-
Options
ctools-export-info accepts 4 option/s:
--format : Display exportables info in a different format such as print_r, json, export. The default is to show in a tabular format.
--tables-only : Only show list of exportable types/table names and not available objects.
--filter : Filter the list of exportables by status. Available options are enabled, disabled, overridden, database, and code.
--module : Filter the list of exportables by module. This will come from the 'export_module' key on the exportable.
-
Examples
View export info on all exportables.
drush ctools-export-info
View export info for views_view and variable exportable types only.
drush ctools-export-info views_view variable
Show all enabled exportables.
drush ctei --filter=enabled
Show all enabled exportables.
drush ctei views_view --filter=disabled
Show all exportables provided by/on behalf of the node module.
drush ctei views_view --module=node
-
Comments
comments powered by Disqus