How do you add a flavor after the fact?
littlegraycells opened this issue · 1 comments
littlegraycells commented
After creating a project with hpal new
, how can I bring in a flavor, for example docker
or swagger
?
devinivy commented
Flavors are always applied using git cherry-pick
after your project is initialized. For example, try running git cherry-pick swagger
in order to bring in the swagger flavor. If that unexpectedly isn't working for you, please provide the full error that you're receiving and we'll see if we can help.