-
Notifications
You must be signed in to change notification settings - Fork 59
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
Allow configuring values for recipes using project config #158
Comments
Not at the moment 🤔 |
How then I can execute recipe fully automatic (without any user interaction)? Maybe it is possible to download and execute locally modified (automatically) recipe? Otherwise the Exoframe is not applicable for continuous deployment? |
@smirnp I think that sounds as a useful additional feature. I'll change the ticket to feature and will try to ship it in 3.1 update. |
These operations:
can be avoided just by putting needed values into .exoframe/cli.config.yml? |
yes, this is correct |
I have cloned the project, modified index.js, but the 'exoframe setup exoframe-recipe-hobbit' seems not to take it. Should I rebuild the recipe or use another command? |
Currently Exoframe loads recipes from npm - hence when you execute |
Is there any way to locally specify default values/override the recipe in order to reexecute it many times if it fails?
The text was updated successfully, but these errors were encountered: