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