Running remove command without any parameter will fail with import error:
ImportError: cannot import name 'inspect_project' from 'mergin.client' (/xxxxxxxxx/mergin/client.py)
Also, this command may remove a project both locally and remotely - we should probably separate that into two separate commands:
- a command that removes a project remotely
- a command that removes a local project (essentially just removes its directory)
Running
removecommand without any parameter will fail with import error:Also, this command may remove a project both locally and remotely - we should probably separate that into two separate commands: