Custom WP-CLI commands to export/import specific posts via CLI.
Export posts of a specific type with all post data.
wp jivedig export_posts_to_csv --post_type=post --posts_per_page=10 --offset=0
Export pages of a specific type by post ID with all post data.