Skip to content
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

Basic CLI #31

Open
2 tasks
thejmazz opened this issue Jul 9, 2016 · 2 comments
Open
2 tasks

Basic CLI #31

thejmazz opened this issue Jul 9, 2016 · 2 comments
Labels
Milestone

Comments

@thejmazz
Copy link
Member

thejmazz commented Jul 9, 2016

  • --resume option
  • --rerun option
@thejmazz thejmazz added this to the v0.3 milestone Jul 9, 2016
@tiagofilipe12
Copy link
Member

tiagofilipe12 commented Jul 6, 2017

We should add:

  • --logger option for redux-logger outputs which can be quite useful to debug. This is controlled in lib/watermill.js.

Moreover, maybe this CLI should be transversal to other bionode modules, i.e, use the same npm package.

Another thing to take into account when implementing this option, is that examples/pipelines will become broken. And something like the following should be used in those pipelines scripts:

const watermill = require('bionode-watermill')

const { task } = watermill({ ...options })

@thejmazz
Copy link
Member Author

thejmazz commented Jul 7, 2017

Also in that case, doing

const watermill = require('bionode-watermill')

const { task } = watermill({ /* options */ })
const { join } = watermill({ /* options */ })

would be weird because the task and join would be connected to different stores

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants