hmm... `dbx sync repo -d [repo_name]` works well from my side

coudl you please check:

  1. use the latest dbx version, currently 0.8.7
  2. it should be under Repos menu, not Workspace
  3. if your files are not delcared in the gitignore, check the help of `dbx sync repo --help`, there're multiple exclusion settings
  4. default behavior of `dbx sync repo` keeps watching the files changes, you can modifiy a file, and check if you see in the output, sth similar to my example that changed the file `__ini__.py`

image