Entity Import
Component type
Categories
Maintenance status
Development status
Component created
Component changed
Import content entities automatically from the file system.
Usage
The default export/import directory is sites/default/content. This can be overridden by providing a --dir option.
Export
To export a single entity:drush ee block_content 1
To export all entities of a certain type:drush ee block_content
To export all content entities:drush ee
