dshanske / indieweb-post-kinds

adds support for responding to and interacting with other sites using the standards developed by the Indieweb Community
https://wordpress.org/plugins/indieweb-post-kinds/
Other
44 stars 28 forks source link

Set Kind using wp-cli #301

Open markwaters opened 4 years ago

markwaters commented 4 years ago

I recently installed your Post kinds Wordpress plugin, thank you for writing this. I post what I am watching via a bash script that uses wp-cli. Is there a way to choose the 'watch' post kind via wp-cli too ? I have tried adding --kind=watch but this didn't work. Thanks.

dshanske commented 3 years ago

I was looking at this. I haven't yet found how you can add an argument to an existing wp cli command without reimplementing the entire command. Still looking. But did look at how I could add a new custom command.