databricks-cli/cmd
Pieter Noordhuis ec892aa11c
Remove dependency on global state for the root command (#606)
## Changes

This change is another step towards a CLI without globals. Also see #595.

The flags for the root command are now encapsulated in struct types.

## Tests

Unit tests pass.
2023-07-26 11:17:09 +00:00
..
account Remove dependency on global state in generated commands (#595) 2023-07-25 20:19:07 +02:00
api Rename bricks -> databricks (#389) 2023-05-16 18:35:39 +02:00
auth Improve auth login experience (#570) 2023-07-12 15:36:09 +00:00
bundle Remove dependency on global state for the root command (#606) 2023-07-26 11:17:09 +00:00
configure Fix tests under ./cmd/configure if DATABRICKS_TOKEN is set (#605) 2023-07-26 09:37:18 +00:00
fs Update cp help message to not require file scheme (#554) 2023-07-06 13:16:14 +02:00
root Remove dependency on global state for the root command (#606) 2023-07-26 11:17:09 +00:00
sync First look for databricks.yml before falling back to bundle.yml (#580) 2023-07-18 12:16:34 +02:00
version Use cmdio in version command for `--output` flag (#419) 2023-06-01 12:03:22 +02:00
workspace Remove dependency on global state in generated commands (#595) 2023-07-25 20:19:07 +02:00
cmd.go Remove dependency on global state in generated commands (#595) 2023-07-25 20:19:07 +02:00