Skip to content

Instantly share code, notes, and snippets.

@infn8
Created March 4, 2016 20:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save infn8/be3edaa79aa40693983a to your computer and use it in GitHub Desktop.
Save infn8/be3edaa79aa40693983a to your computer and use it in GitHub Desktop.
WP CLI add post from lorem ipsum API with author of first administrator.
curl "http://loripsum.net/api/5/medium/decorate/link/ul/ol/dl/bq/code/headers/" | sed "s/<\/p>/<\/p>\<\!\-\-more\-\-\>/" | wp post generate --post_content --count=1 --post_author=$(wp user list --role=administrator --field=ID --format=json | sed "s/\[//" | sed "s/\]//" | sed "s/\,.*//")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment