CLI: Apply single CMS by CLI command
Current Situation
Currently only setup:upgrade
applies the configured content to database. There is CLI command, which lists all configures blocks or pages. Sometimes it is required just do apply one single entry, especially during development.
Introduce new CLI command Introduce new CLI command, which applies configured content to database by CMS entry key.
content-provisioning:block:apply <key>
content-provisioning:page:apply <key>