I have been working on a WordPress project using WP-CLI, and I have already set up the WordPress installation, created the menu, and added some pages and articles. However, I'm now wondering if it's possible to extend the functionality of WP-CLI to include adding various blocks like columns, images, videos, etc., directly through the command-line using bash.
Is there a way to add blocks and other elements to my WordPress website solely using WP-CLI with bash? If so, could you provide some guidance or examples on how to accomplish this?