Code: Select all
idf.py reconfigure
Code: Select all
idf.py update-dependencies
The issue is that these modify the dep.lock file, is there an equivalent to just
Code: Select all
idf.py install-dependencies
This would be extremely useful to have (for example, as a git hook) for our developers when the dep.lock file gets updated in the repository.
Just curious if I missed something here, I think that the lock gets "just downloaded" on each
Code: Select all
idf.py build