databricks-cli/cmd/configure
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
..
configure.go Store project object in context.Context instead of global (#61) 2022-09-16 11:06:58 +02:00
configure_test.go Use t.Setenv instead of custom implementation (#34) 2022-09-07 13:24:11 +02:00