lucky_cli & habitat as production dependency
jackturnbull opened this issue · 4 comments
jackturnbull commented
Won't overcomplicate the description, simply; are lucky_cli and habitat required as production level dependencies rather than development_dependencies? If so, why?
fernandes commented
hi @jackturnbull afaik habitat is used to configure the application, so is needed even in production, not sure about lucky_cli
hanneskaeufler commented
Hi, yes, both are non-dev dependencies. habitat to set configuration, and lucky_cli for the tasks, so you are able to run lucky db.reset
(see https://github.com/luckyframework/lucky_record/blob/master/tasks.cr).
paulcsmith commented
Thanks for answering @fernandes and @hanneskaeufler 👍 I'll go ahead and close this now.
jackturnbull commented
Perfect thanks for clearing up @hanneskaeufler!