databricks-cli/cmd
Andrew Nester 20179457b9
Process all the fields in top level request object even if it contains request body (#2155)
## Changes

When regenerating CLI with a new Go SDK
https://github.com/databricks/cli/pull/2126 I've noticed that some
parameters such as `no_compute` for apps are not added as flags for the
CLI commands.

This happened because we ignored all other top level fields if there's a
request body object field.

This PR relies on new AllFields method from Genkit which returns fields
from both request object and request body object.
2025-01-15 17:02:58 +01:00
..
account Process all the fields in top level request object even if it contains request body (#2155) 2025-01-15 17:02:58 +01:00
api Enable gofumpt and goimports in golangci-lint (#1999) 2024-12-12 10:28:42 +01:00
auth Enable perfsprint linter and apply autofix (#2071) 2025-01-07 10:49:23 +00:00
bundle Added support for Databricks Apps in DABs (#1928) 2025-01-13 16:43:48 +00:00
configure Enable perfsprint linter and apply autofix (#2071) 2025-01-07 10:49:23 +00:00
fs Consolidate test helpers for `io/fs` (#1906) 2024-11-15 15:37:21 +00:00
labs Enable perfsprint linter and apply autofix (#2071) 2025-01-07 10:49:23 +00:00
root Enable perfsprint linter and apply autofix (#2071) 2025-01-07 10:49:23 +00:00
sync Enable perfsprint linter and apply autofix (#2071) 2025-01-07 10:49:23 +00:00
version Add usage string when command fails with incorrect arguments (#1276) 2024-03-12 14:12:34 +00:00
workspace Process all the fields in top level request object even if it contains request body (#2155) 2025-01-15 17:02:58 +01:00
cmd.go Upgrade Go SDK to 0.44.0 (#1679) 2024-08-15 13:23:07 +00:00