databricks-cli/cmd/fs
andersrexdb 65f4aad87c
Add command line autocomplete to the fs commands (#1622)
## Changes
This PR adds autocomplete for cat, cp, ls, mkdir and rm.

The new completer can do completion for any `Filer`. The command
completion for the `sync` command can be moved to use this general
completer as a follow-up.

## Tests
- Tested manually against a workspace
- Unit tests
2024-08-09 09:40:25 +00:00
..
cat.go Add command line autocomplete to the fs commands (#1622) 2024-08-09 09:40:25 +00:00
cp.go Add command line autocomplete to the fs commands (#1622) 2024-08-09 09:40:25 +00:00
events.go Add fs cp command (#463) 2023-06-16 17:09:08 +02:00
fs.go Add support for UC Volumes to the `databricks fs` commands (#1209) 2024-02-20 16:14:37 +00:00
helpers.go Add command line autocomplete to the fs commands (#1622) 2024-08-09 09:40:25 +00:00
helpers_test.go Add command line autocomplete to the fs commands (#1622) 2024-08-09 09:40:25 +00:00
ls.go Add command line autocomplete to the fs commands (#1622) 2024-08-09 09:40:25 +00:00
mkdir.go Add command line autocomplete to the fs commands (#1622) 2024-08-09 09:40:25 +00:00
rm.go Add command line autocomplete to the fs commands (#1622) 2024-08-09 09:40:25 +00:00