databricks-cli/cmd
Pieter Noordhuis b88b35a510
Move mutator interface to top level bundle package (#105)
While working on artifact upload and workspace interrogation I realized
this mutator interface needs to:
1. Operate at the whole bundle level so it can apply to both
configuration and internal state
2. Include a `context.Context` parameter for a) long running operations
and b) progress reporting

Previous interface:
```
Apply(*config.Root) ([]Mutator, error)
```

New interface:
```
Apply(context.Context, *Bundle) ([]Mutator, error)
```
2022-11-28 10:59:43 +01:00
..
api Update databricks-sdk-go to latest (#102) 2022-11-24 21:41:57 +01:00
bundle Move mutator interface to top level bundle package (#105) 2022-11-28 10:59:43 +01:00
configure Store project object in context.Context instead of global (#61) 2022-09-16 11:06:58 +02:00
fs Store project object in context.Context instead of global (#61) 2022-09-16 11:06:58 +02:00
init Add environments to project configuration (#68) 2022-09-22 13:40:11 +02:00
launch Replace terraform dependency with go sdk (#19) 2022-09-07 11:55:59 +02:00
prompt Store project object in context.Context instead of global (#61) 2022-09-16 11:06:58 +02:00
root Add command to make API calls (#80) 2022-10-10 10:27:45 +02:00
sync Fix incorrect remote path arg to APIs in windows on bricks sync (#101) 2022-11-25 14:13:15 +01:00
test moved commands to own packages 2022-05-14 19:54:35 +02:00