databricks-cli/cmd/labs/project
Marcin Wojtyczka 27caf413f2
Add support for extras to the labs CLI (#2288)
## Changes

Added support for extras / optional Python dependencies in the labs CLI.

Added new `extras` field under install.

Example:

```yaml
install:
  script: install.py
  extras: cli
```

Resolves: #2257 

## Tests

Manual test
2025-02-05 13:24:15 +00:00
..
testdata Add support for extras to the labs CLI (#2288) 2025-02-05 13:24:15 +00:00
command_test.go Remove calls to `t.Setenv` from integration tests (#2018) 2024-12-16 12:34:37 +01:00
entrypoint.go Enable gofumpt and goimports in golangci-lint (#1999) 2024-12-12 10:28:42 +01:00
fetcher.go Fix `panic: $HOME is not set` (#1027) 2023-11-29 19:08:27 +00:00
helpers.go Fix `panic: $HOME is not set` (#1027) 2023-11-29 19:08:27 +00:00
init_test.go Add `databricks labs` command group (#914) 2023-11-17 12:47:37 +00:00
installed.go Move folders package into libs (#1184) 2024-02-07 16:33:18 +00:00
installed_test.go Add `databricks labs` command group (#914) 2023-11-17 12:47:37 +00:00
installer.go Add support for extras to the labs CLI (#2288) 2025-02-05 13:24:15 +00:00
installer_test.go Enable testifylint and fix the issues (#2065) 2025-01-02 12:03:41 +01:00
interpreters.go libs/python: Remove DetectInterpreters (#2234) 2025-01-27 13:22:08 +00:00
interpreters_unix_test.go libs/python: Remove DetectInterpreters (#2234) 2025-01-27 13:22:08 +00:00
interpreters_win_test.go libs/python: Remove DetectInterpreters (#2234) 2025-01-27 13:22:08 +00:00
login.go Prompt for account profile only for account-level command execution instead of during `databricks labs install` flow (#1128) 2024-01-22 17:35:13 +00:00
project.go Fix `panic: $HOME is not set` (#1027) 2023-11-29 19:08:27 +00:00
project_test.go Add `databricks labs` command group (#914) 2023-11-17 12:47:37 +00:00
proxy.go Use Go SDK Iterators when listing resources with the CLI (#1202) 2024-02-21 14:16:36 +00:00
schema.json Add support for extras to the labs CLI (#2288) 2025-02-05 13:24:15 +00:00