Is there a way to get the prediction list only? and not run the specs?
noralin opened this issue · 2 comments
noralin commented
Can I do something like bundle exec crystalball --list-only
and have the prediction list returned?
pluff commented
It's not supported out of the box. You can create your own script based on PredictionBuilder logic
noralin commented
make sense, thanks!