Scenario
If a user attempts to re-publish without changing the contents of the requirements.txt file, avoid triggering a full dependency build (pip install). This feature would especially benefit the native-dependency scenario that requires running docker each time to build the required binaries.
Experience
The functionality needs to be integrated into the following commands:
- func publish
- func publish --build-native-dependencies
- func pack
- func pack --build-native-dependencies
Scenario
If a user attempts to re-publish without changing the contents of the
requirements.txtfile, avoid triggering a full dependency build (pip install). This feature would especially benefit the native-dependency scenario that requires running docker each time to build the required binaries.Experience
The functionality needs to be integrated into the following commands: