Pieter Noordhuis
|
a7701cc8f3
|
Store project object in context.Context instead of global (#61)
* Load project root from `BRICKS_ROOT` environment variable
* Rename project.Project -> project.Config
* Rename project.inner -> project.project
* Upgrade cobra to 1.5.0 for cmd.SetContext
|
2022-09-16 11:06:58 +02:00 |
shreyas-goenka
|
96efd0e2e4
|
Replace terraform dependency with go sdk (#19)
Issue: https://github.com/databricks/bricks/issues/17
`./bricks fs ls ...` command works
`./bricks launch ...` command works
Did not test other changes as the readme claims other commands don't
work anyways :) cc: @nfx
TODO left for this PR:
2. Replace terraform scim.Me once its there in go SDK
(https://github.com/databricks/databricks-sdk-go/issues/56)
|
2022-09-07 11:55:59 +02:00 |
Shreyas Goenka
|
9951068c62
|
Revert "Using go sdk for ./bricks fs ls DIR_NAME command"
This reverts commit 6217d20e57 .
|
2022-09-01 13:42:34 +02:00 |
Shreyas Goenka
|
6217d20e57
|
Using go sdk for ./bricks fs ls DIR_NAME command
|
2022-08-31 19:31:58 +02:00 |
Serge Smertin
|
ae2dc104f9
|
add some comments to commands package
|
2022-05-20 20:43:29 +02:00 |
Serge Smertin
|
4e8955085e
|
moved commands to own packages
|
2022-05-14 19:54:35 +02:00 |