With the help of wp post command, we perform the operations on post, page, and custom post types.
We can do:
- Create post, page, and custom post type
- Delete post, page, custom post type
- Update post, page, custom post type
- Edit post, page, custom post type
- See post, page, custom post type details
Enough?
Nope, You can also perform post meta operations like:
- Add post meta
- Update post meta
- Delete post meta
- etc.
Even, You can do post taxonomy operations like:
- Add tag, category, or custom taxonomy
- Update tag, category, or custom taxonomy
- Delete tag, category, or custom taxonomy
- etc.
Below is the list of all wp post subcommands: