databricks-cli/cmd/fs
Pieter Noordhuis bee7a16cb0
Remove dependency on global state for remaining commands (#613)
## Changes

This removes the remaining dependency on global state and unblocks work
to parallelize integration tests. As is, we can already uncomment an
integration test that had to be skipped because of other tests tainting
global state. This is no longer an issue.

Also see #595 and #606.

## Tests

* Unit and integration tests pass.
* Manually confirmed the help output is the same.
2023-07-27 10:03:08 +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 Remove dependency on global state for remaining commands (#613) 2023-07-27 10:03:08 +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