Is there a way to pass a configuration to `plonecli` when creating an addon?

Is there a way to pass a configuration to plonecli when creating an addon?

When using mrbob directly you can pass the configuration in a file with --config (see below). Is this possible with plonecli?

cat <<EOF > myvariables.ini
[variables]
author.name = theAuthor
author.email = mail@domain.com
author.github.user = GitHubUsername
package.description = An add-on for Plone
package.git.init = True
package.git.autocommit: True
plone.version = 5.2.9
python.version = python3.9
vscode_support = False
EOF

mrbob --config myvariables.ini -O xyz.myaddon bobtemplates.plone:addon