Skip to content

temp

DeeZy temporary folder management commands. By default DeeZy creates per-input job folders under the platform-specific application data directory. Use --temp-dir to override the base location for per-input sub-folders.

usage: DeeZy temp [-h] {clean,info} ...

positional arguments:
  {clean,info}
    clean       Clean DeeZy temp folders
    info        Show temp folder information

options:
  -h, --help    show this help message and exit

Examples

deezy temp info
deezy temp clean --max-age 24

Examples

  • Show temp folder information:
deezy temp info
  • Clean temp folders older than 48 hours:
deezy temp clean --max-age 48