We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
bf install
The text was updated successfully, but these errors were encountered:
Also new flag --sync (or --install) might be added to build-requirements. Command codegen pin-dataflow-requirements also might be merged as a flag:
--sync
--install
build-requirements
codegen pin-dataflow-requirements
bigflow build-requirements --pin-dataflow --sync
Sorry, something went wrong.
No branches or pull requests
Requirements management became a bit confusing. Maybe we should merge the following commands:
Into the single command:
bf install
The text was updated successfully, but these errors were encountered: