databricks-cli/libs/sync
Pieter Noordhuis 1715a987cf
Make sync command work in bundle context; reorder args (#207)
Invoke with `bricks sync SRC DST`.

In bundle context `SRC` and `DST` arguments are taken from bundle configuration.

This PR adds `bricks bundle sync` to disambiguate between the two.
Once the VS Code extension is bundle aware they can again be consolidated.
Consolidating them today would regress the VS Code experience if a
`bundle.yml` file is present in the file tree.
2023-02-20 11:33:30 +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 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 Move git package to libs/git (#189) 2023-01-31 19:19:16 +01:00
watchdog.go Update sync defaults (#177) 2023-01-24 15:06:59 +01:00