databricks-cli/cmd/account
Pieter Noordhuis dd92b3f989
Disable shell completions for generated commands (#483)
## Changes

Disable shell completions for generated commands.

Default completion behavior completes local files which never makes
sense.

Automatic contextual completion of required arguments would be super
powerful but a lot of work to get right. Until then, we could do manual
completion functions in `overrides.go` as needed.

This fixes #374.

## Tests

Confirmed manually that commands no longer complete local files.
2023-06-15 14:56:36 +00:00
..
access-control Disable shell completions for generated commands (#483) 2023-06-15 14:56:36 +00:00
billable-usage Disable shell completions for generated commands (#483) 2023-06-15 14:56:36 +00:00
budgets Disable shell completions for generated commands (#483) 2023-06-15 14:56:36 +00:00
credentials Disable shell completions for generated commands (#483) 2023-06-15 14:56:36 +00:00
custom-app-integration Disable shell completions for generated commands (#483) 2023-06-15 14:56:36 +00:00
encryption-keys Disable shell completions for generated commands (#483) 2023-06-15 14:56:36 +00:00
groups Disable shell completions for generated commands (#483) 2023-06-15 14:56:36 +00:00
ip-access-lists Disable shell completions for generated commands (#483) 2023-06-15 14:56:36 +00:00
log-delivery Disable shell completions for generated commands (#483) 2023-06-15 14:56:36 +00:00
metastore-assignments Disable shell completions for generated commands (#483) 2023-06-15 14:56:36 +00:00
metastores Disable shell completions for generated commands (#483) 2023-06-15 14:56:36 +00:00
networks Disable shell completions for generated commands (#483) 2023-06-15 14:56:36 +00:00
o-auth-enrollment Disable shell completions for generated commands (#483) 2023-06-15 14:56:36 +00:00
private-access Disable shell completions for generated commands (#483) 2023-06-15 14:56:36 +00:00
published-app-integration Disable shell completions for generated commands (#483) 2023-06-15 14:56:36 +00:00
service-principal-secrets Disable shell completions for generated commands (#483) 2023-06-15 14:56:36 +00:00
service-principals Disable shell completions for generated commands (#483) 2023-06-15 14:56:36 +00:00
settings Disable shell completions for generated commands (#483) 2023-06-15 14:56:36 +00:00
storage Disable shell completions for generated commands (#483) 2023-06-15 14:56:36 +00:00
storage-credentials Disable shell completions for generated commands (#483) 2023-06-15 14:56:36 +00:00
users Disable shell completions for generated commands (#483) 2023-06-15 14:56:36 +00:00
vpc-endpoints Disable shell completions for generated commands (#483) 2023-06-15 14:56:36 +00:00
workspace-assignment Disable shell completions for generated commands (#483) 2023-06-15 14:56:36 +00:00
workspaces Disable shell completions for generated commands (#483) 2023-06-15 14:56:36 +00:00
cmd.go Associate generated commands with command groups (#475) 2023-06-15 14:47:24 +00:00
groups.go Associate generated commands with command groups (#475) 2023-06-15 14:47:24 +00:00