bigflow icon indicating copy to clipboard operation
bigflow copied to clipboard

bf install

Open beczkowb opened this issue 3 years ago • 1 comments

Requirements management became a bit confusing. Maybe we should merge the following commands:

bigflow codegen pin-dataflow-requirements
bf build-requirements
pip install -r resources/requirements.txt

Into the single command: bf install

beczkowb avatar Jun 09 '21 07:06 beczkowb

Also new flag --sync (or --install) might be added to build-requirements. Command codegen pin-dataflow-requirements also might be merged as a flag:

bigflow build-requirements --pin-dataflow --sync

anjensan avatar Jun 10 '21 12:06 anjensan