databricks-cli/libs
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
..
auth Added `bricks auth login` and `bricks auth token` (#158) 2023-01-06 16:15:57 +01:00
filer Use []byte for files in workspace (#162) 2023-01-05 12:03:31 +01:00
fileset Don't sync symlink folders (#205) 2023-02-15 17:02:54 +01:00
git Locate and use global excludes file (#191) 2023-02-02 12:25:53 +01:00
notebook Move notebook detection logic to package (#206) 2023-02-15 17:14:59 +01:00
sync Make sync command work in bundle context; reorder args (#207) 2023-02-20 11:33:30 +01:00
testfile Refactor and cover edge cases in sync integration tests (#160) 2023-01-10 13:16:30 +01:00