Skip to content

Commit e31d712

Browse files
committed
Cleanup
1 parent 53cc2c5 commit e31d712

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

docs/commands/mv.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,20 +53,11 @@ datachain mv gs://my-bucket/data/directory gs://my-bucket/archive/directory --re
5353

5454
### Additional Examples
5555

56-
1. Move a file to a different team's storage:
5756
```bash
57+
# Move a file to a different team's storage:
5858
datachain mv -s --team other-team gs://my-bucket/data/file.py gs://my-bucket/backup/file.py
5959
```
6060

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-
```
7061

7162
## Supported Storage Protocols
7263

docs/commands/rm.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,6 @@ datachain rm gs://my-bucket/data/directory --recursive
4949
datachain rm gs://my-bucket/data/directory --recursive --studio-cloud-auth
5050
```
5151

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-
```
6352

6453
## Notes
6554
* When using Studio cloud auth mode, you must be authenticated with `datachain auth login` before using it

0 commit comments

Comments
 (0)