When using dataprov CLI commands for adding provenance in a bash script, there are always lengthy logs emitted during each dataprov command execution. It would be nice to be able to turn them off for each command with, e.g., --quiet or -q flag.
For example, currently the dataprov-new tool always displays:
Created new provenance chain: <my/dir>/provenance.json
Entity ID: representative_sequences
Initial source: <my/dir/>
Description: <my_desc>
Next steps:
1. Run your first processing tool
2. Use chain.add() to record the processing step with actual input files
Using dataprov version 3.2.0
When using dataprov CLI commands for adding provenance in a bash script, there are always lengthy logs emitted during each dataprov command execution. It would be nice to be able to turn them off for each command with, e.g.,
--quietor-qflag.For example, currently the
dataprov-newtool always displays:Using dataprov version 3.2.0