databricks-cli/cmd/fs
Lennart Kats (databricks) 206b1bf198
Tweak command groups in CLI help (#1092)
## Changes

This tweaks the help output shown when using `databricks help`:
* make`jobs` appears under `Workflows` (as done in baseline OpenAPI). 
* move `bundle` and `sync` under a new group called `Developer Tools`
(similar to what we have in docs)
* minor wording changes
2023-12-28 13:14:55 +00:00
..
cat.go Remove dependency on global state for remaining commands (#613) 2023-07-27 10:03:08 +00:00
cp.go Remove dependency on global state for remaining commands (#613) 2023-07-27 10:03:08 +00:00
events.go Add fs cp command (#463) 2023-06-16 17:09:08 +02:00
fs.go Tweak command groups in CLI help (#1092) 2023-12-28 13:14:55 +00:00
helpers.go Add dbfs scheme prefix to paths in cp command output (#516) 2023-06-27 14:42:27 +02:00
helpers_test.go Make local files default for fs commands (#506) 2023-06-23 16:07:09 +02:00
ls.go Remove dependency on global state for remaining commands (#613) 2023-07-27 10:03:08 +00:00
mkdir.go Remove dependency on global state for remaining commands (#613) 2023-07-27 10:03:08 +00:00
rm.go Remove dependency on global state for remaining commands (#613) 2023-07-27 10:03:08 +00:00