You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will download all current files in your project except for DivBase query results files. Before the download starts, you'll be prompted to confirm whether you want to proceed. The command will display the total number of files and their combined size.
173
173
174
174
!!! Info "Resume a download"
175
-
Use the `--resume` flag to continue a `download-all` command that got interupted.
175
+
Use the `--resume` flag to continue a `download-all` command that got interrupted.
176
176
This will skip files already downloaded with the same file name and MD5 checksum.
177
177
You need to use the same download directory (`--download-dir`) as your initial run.
A hard delete is when the file is permanently deleted from DivBase and can no longer be accessed or restored.
232
232
233
-
After a certain time period, soft deleted files will be hard deleted from DivBase [see here for more details](). Before that time you can restore the file(s).
233
+
After a certain time period, soft deleted files will be hard deleted from DivBase [see here for more details](#what-if-i-want-to-delete-a-file-permanently). Before that time you can restore the file(s).
1. You can make the output of the `divbase-cli files info` and `divbase-cli files ls` commands in TSV format for easier parsing. Use the `--tsv` flag:
10
10
11
11
```bash
12
-
divbase-cli files info --tsv
13
12
divbase-cli files ls --tsv
13
+
divbase-cli files info FILE_NAME --tsv
14
+
```
15
+
16
+
You can do the same for any [project versions](./project-versioning.md) you've created for your project:
17
+
18
+
```bash
19
+
divbase-cli version ls --tsv
20
+
divbase-cli version info VERSION_NAME --tsv
14
21
```
15
22
16
23
2. Rather than first downloading a file, you can stream a file from the command line and pipe it into other tools for processing directly without saving it to disk.
0 commit comments