Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Get all categories on alumni

Code Block
languagebash
 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

Code Block
languagebash
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

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

Get all tags on giving

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

...

Page properties
hiddentrue
Related issues