databricks-cli/libs/sync
Pieter Noordhuis 584c8d1b0b
Allow synchronization to a directory inside a repo (#213)
Before this commit this would error saying that the repo doesn't exist yet.

With this commit it creates the directory, but only after checking that
the repo exists.
2023-02-20 14:34:48 +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 Allow synchronization to a directory inside a repo (#213) 2023-02-20 14:34:48 +01:00
path_test.go Allow synchronization to a directory inside a repo (#213) 2023-02-20 14:34:48 +01:00
snapshot.go Make sync command work in bundle context; reorder args (#207) 2023-02-20 11:33:30 +01:00
snapshot_test.go Don't sync symlink folders (#205) 2023-02-15 17:02:54 +01:00
sync.go Allow synchronization to a directory inside a repo (#213) 2023-02-20 14:34:48 +01:00
watchdog.go Update sync defaults (#177) 2023-01-24 15:06:59 +01:00