bobtemplates.plone is creating addon packages using cookieplone. However, the default cookieplone addon template enables plone.volto profile in metadata.xml. If I run cookieplone, its TUI offers a prompt to select which template to use (Volto or ClassicUI). How can I pass my preferred option to plonecli? Is this set in ~/.mrbob file? What variable do I need to set?
I dove into the source code and custom variables are not supported in the version of plonecli I am using. Plonecli generates an answers.json file and passes it on to cookieplone. Some of the values are taken from ~/.mrbob but custom options there are not included.