databricks-cli/cmd/root
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
..
auth.go Remove dependency on global state for the root command (#606) 2023-07-26 11:17:09 +00:00
bundle.go Remove dependency on global state for the root command (#606) 2023-07-26 11:17:09 +00:00
bundle_test.go Remove dependency on global state for the root command (#606) 2023-07-26 11:17:09 +00:00
io.go Remove dependency on global state for the root command (#606) 2023-07-26 11:17:09 +00:00
logger.go Remove dependency on global state for the root command (#606) 2023-07-26 11:17:09 +00:00
progress_logger.go Remove dependency on global state for the root command (#606) 2023-07-26 11:17:09 +00:00
progress_logger_test.go Remove dependency on global state for the root command (#606) 2023-07-26 11:17:09 +00:00
root.go Remove dependency on global state for the root command (#606) 2023-07-26 11:17:09 +00:00
user_agent.go Rename bricks -> databricks (#389) 2023-05-16 18:35:39 +02:00
user_agent_command.go Move code for including command name in user agent (#203) 2023-02-15 10:33:35 +01:00
user_agent_command_test.go Move code for including command name in user agent (#203) 2023-02-15 10:33:35 +01:00
user_agent_upstream.go Rename: bricks -> databricks (#393) 2023-05-22 16:40:50 +02:00
user_agent_upstream_test.go Let caller set BRICKS_UPSTREAM for user agent (#196) 2023-02-03 17:05:58 +01:00