In a terminal
composer require antonythorpe/consumer
When Consumer.publishPages
is set to true
(the default), any changes to a dataobject, where the dataobject is an extension of the Page class and has been previously published, is staged to Live
.
Consumer:
publishPages: false # don't stage to Live
See the Documentation for the next step.