API v2.0 Update : Action Required
Important Notice for DeltaTwin CLI Users
Due to recent significant changes in DeltaTwin API (now version v2.0), your local deltatwin-cli installation must be updated to maintain functionality.
How to proceed
- to update :
pip install -U delta-core deltatwin-cli- to reinstall from scratch :
pip freeze > deps.txt
pip uninstall -y -r deps.txt
pip install deltatwin-cli