fablo
fablo copied to clipboard
Handle CLI/fabric-tools deprecation
Since Fabric 2.3 fabric-tools docker image is deprecated. We need to use Fabric executables instead
Recommended process:
- step 1 - download fabric bins on generate and save in
fablo-target/bin - step 2 - remove cli from docker compose and update everything to be working properly :sweat_smile:
- step 3 - cleanup fablo config and config extended (remove stuff that is not required anymore)
We need to decide if all those things should be applicable since Fabric v2.3, or we should change it for all versions (I think we should change it for all versions)