AmirHmZz / mpbridge

CLI tool to synchronise and manage files on MicroPython running devices
https://pypi.org/project/mpbridge
MIT License
49 stars 5 forks source link

Add --push-only flag to sync command #27

Closed AmirHmZz closed 1 year ago

AmirHmZz commented 1 year ago

The --push-only flag disables pulling files and directories from remote device during sync. Also solves #25 and can be useful while working with large projects on a single device.