Skip to content

Conversation

@MatteoPologruto
Copy link
Contributor

@MatteoPologruto MatteoPologruto commented Nov 3, 2025

Motivation

It could be useful to download and save a Debian image, so that it can be flashed multiple times or saved as a back-up.

Change description

The download command has been added. It allows the user to download and store the selected Debian image. By default, it downloads the archive to the current directory, but a different path can be specified using the --dest-dir flag.

$ ./arduino-flasher-cli download latest

$ ./arduino-flasher-cli download latest --dest-dir /different/download/path

Additional Notes

Reviewer checklist

  • PR addresses a single concern.
  • PR title and description are properly filled.
  • Changes will be merged in main.
  • Changes are covered by tests.
  • Logging is meaningful in case of troubleshooting.

@MatteoPologruto MatteoPologruto requested a review from a team November 3, 2025 11:26
@MatteoPologruto MatteoPologruto self-assigned this Nov 3, 2025
@MatteoPologruto MatteoPologruto added the enhancement New feature or request label Nov 3, 2025
@MatteoPologruto MatteoPologruto linked an issue Nov 3, 2025 that may be closed by this pull request
@MatteoPologruto MatteoPologruto merged commit ff44d85 into main Nov 4, 2025
11 checks passed
@MatteoPologruto MatteoPologruto deleted the add-download-command branch November 4, 2025 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add download command to download images

2 participants