Skip to content

Commit

Permalink
docs: add guarantee note for resume-xmlupload (#868)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Mar 11, 2024
1 parent 19d1f25 commit 8747edd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/cli-commands.md
Expand Up @@ -177,6 +177,10 @@ this file must remain in place.

## `resume-xmlupload`

| <center>Warning</center> |
|--------------------------------------------------------------------------|
| We do not guarantee that the state of an xmlupload is cleanly saved after `Ctrl + C`. We only guarantee this for `dsp-tools xmlupload --interrupt-after`. |

This command resumes a previously interrupted XML upload.

```bash
Expand All @@ -194,6 +198,7 @@ the pickle file `~/.dsp-tools/xmluploads/[server]/resumable/latest.pkl` must exi
Currently, only one interrupted upload can be resumed at a time per server.



## `excel2json`

This command creates a JSON project definition file from a nested folder structure with Excel files.
Expand Down

0 comments on commit 8747edd

Please sign in to comment.