Skip to content

Download all bundles

Mohammad Banisaeid edited this page Sep 6, 2023 · 1 revision

To download all your bundles, you can mix list and download commands:

humble-cli list --id-only | xargs -n 1 humble-cli download

In case of failures (e.g. due to network errors), you can run this command again. Any file that is already downloaded will be skipped.

Clone this wiki locally