-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "--config" option to plonecli "create" and "add" commands #80
Comments
You can set these variables in your home in:
the existing config command is generating this config for you after asking some questions. What would the purpose of additional configuration be? |
@MrTango "What would the purpose of additional configuration be?" IMHO there is no need to obfuscate mrbob's config option. When creating several different templates with |
We also need this to be able to call plonecli through cookiecutter-plone-starter see collective/cookiecutter-plone-starter#25 |
It would be very helpful if
plonecli
could accept a configuration file to specify mr.bob variables.This could be easily be done in the functions
create
andadd
inplonecli.cli.py
by adding aclick.option
and extending the list passed tomrbobmain
as follows:plonecli/plonecli/cli.py
Line 77 in d49d7c7
plonecli/plonecli/cli.py
Line 97 in d49d7c7
The text was updated successfully, but these errors were encountered: