databricks-cli/cmd/fs
shreyas-goenka 1f5cdfda29
Add dbfs scheme prefix to paths in cp command output (#516)
## Changes
Adds the dbfs:/ prefix to paths output by the cp command so they can be
used with the CLI

## Tests
Manually

Currently there are no integration tests for command output, I'll add
them in separately

---------

Co-authored-by: Pieter Noordhuis <pieter.noordhuis@databricks.com>
2023-06-27 14:42:27 +02:00
..
cat.go Add fs cp command (#463) 2023-06-16 17:09:08 +02:00
cp.go Add dbfs scheme prefix to paths in cp command output (#516) 2023-06-27 14:42:27 +02:00
events.go Add fs cp command (#463) 2023-06-16 17:09:08 +02:00
fs.go Add fs ls command for dbfs (#429) 2023-06-05 17:41:30 +02: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 Add fs cp command (#463) 2023-06-16 17:09:08 +02:00
mkdir.go Add fs cp command (#463) 2023-06-16 17:09:08 +02:00
rm.go Add fs cp command (#463) 2023-06-16 17:09:08 +02:00