mirror of https://github.com/databricks/cli.git
df3f5863c7
## Changes Some of the commands do not support prompts, for example `workspace get-status` but we were wrongly suggesting customers some option. Quick fix for this is not to provide prompts for these known commands. Note: it uses a method from this PR in Go SDK https://github.com/databricks/databricks-sdk-go/pull/416 ## Tests Running `workspace get-status` Before ``` andrew.nester@HFW9Y94129 multiples-tasks % ../../cli/cli workspace get-status Error: Path () doesn't start with '/' ``` After ``` andrew.nester@HFW9Y94129 multiples-tasks % ../../cli/cli workspace get-status Error: accepts 1 arg(s), received 0 ``` |
||
---|---|---|
.. | ||
build | ||
api_test.go | ||
clusters_test.go | ||
filer_test.go | ||
fs_ls_test.go | ||
helpers.go | ||
locker_test.go | ||
secrets_test.go | ||
sync_test.go | ||
version_test.go | ||
workspace_test.go |