Get all categories on alumni

terminus remote:wp cornell-alumni.live -- term list category   --fields=term_id,term_taxonomy_id,name,slug,description,parent,count --format=csv > alumni-live-categories.csv

Get all categories on giving

terminus remote:wp cornell-giving.live -- term list category   --fields=term_id,term_taxonomy_id,name,slug,description,parent,count --format=csv > giving-live-categories.csv

Get all tags on alumni

terminus remote:wp cornell-alumni.live -- term list post_tag   --fields=term_id,term_taxonomy_id,name,slug,description,parent,count --format=csv > alumni-live-tags.csv

Get all tags on giving

terminus remote:wp cornell-giving.live -- term list post_tag   --fields=term_id,term_taxonomy_id,name,slug,description,parent,count --format=csv > giving-live-tags.csv

 

 

Related articles

Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.

Related issues 
https://confluence.cornell.edu/display/aadigital/Export+list+of+WP+posts+through+Terminus
https://developer.wordpress.org/cli/commands/term/list/