File tree Expand file tree Collapse file tree 2 files changed +1
-21
lines changed Expand file tree Collapse file tree 2 files changed +1
-21
lines changed Original file line number Diff line number Diff line change @@ -53,20 +53,11 @@ datachain mv gs://my-bucket/data/directory gs://my-bucket/archive/directory --re
53
53
54
54
### Additional Examples
55
55
56
- 1 . Move a file to a different team's storage:
57
56
``` bash
57
+ # Move a file to a different team's storage:
58
58
datachain mv -s --team other-team gs://my-bucket/data/file.py gs://my-bucket/backup/file.py
59
59
```
60
60
61
- 2 . Move a file with verbose output:
62
- ``` bash
63
- datachain mv -v gs://my-bucket/data/file.py gs://my-bucket/processed/file.py
64
- ```
65
-
66
- 3 . Move a directory to a subdirectory:
67
- ``` bash
68
- datachain mv --recursive gs://my-bucket/datasets/raw gs://my-bucket/datasets/processed/raw
69
- ```
70
61
71
62
## Supported Storage Protocols
72
63
Original file line number Diff line number Diff line change @@ -49,17 +49,6 @@ datachain rm gs://my-bucket/data/directory --recursive
49
49
datachain rm gs://my-bucket/data/directory --recursive --studio-cloud-auth
50
50
```
51
51
52
- ### Additional Examples
53
-
54
- 1 . Delete a file from a different team's storage:
55
- ``` bash
56
- datachain rm -s --team other-team gs://my-bucket/data/file.py
57
- ```
58
-
59
- 3 . Delete a specific subdirectory:
60
- ``` bash
61
- datachain rm --recursive gs://my-bucket/datasets/raw/old-version
62
- ```
63
52
64
53
## Notes
65
54
* When using Studio cloud auth mode, you must be authenticated with ` datachain auth login ` before using it
You can’t perform that action at this time.
0 commit comments