databricks-cli/libs/sync
Pieter Noordhuis 03c863f49b
Update sync defaults (#177)
By default the command runs an incremental, one-time sync, similar to the
behavior of rsync. The `--persist-snapshot` flag has been removed and the
command now always saves a synchronization snapshot.

* Add `--full` flag to force full synchronization
* Add `--watch` flag to run continuously and watch the local file system for changes

This builds on #176.
2023-01-24 15:06:59 +01:00
..
repofiles Move sync logic from cmd/sync to libs/sync (#173) 2023-01-23 13:52:39 +01:00
diff.go Move diff struct to its own file (#175) 2023-01-24 11:06:14 +01:00
path.go Move path checking logic for sync command to libs/sync (#176) 2023-01-24 13:58:10 +01:00
path_test.go Move path checking logic for sync command to libs/sync (#176) 2023-01-24 13:58:10 +01:00
snapshot.go Move diff struct to its own file (#175) 2023-01-24 11:06:14 +01:00
snapshot_test.go Remove dependency on project package in libs/sync (#174) 2023-01-24 08:30:10 +01:00
sync.go Update sync defaults (#177) 2023-01-24 15:06:59 +01:00
watchdog.go Update sync defaults (#177) 2023-01-24 15:06:59 +01:00