Skip to content

Conversation

@lucarin91
Copy link
Contributor

@lucarin91 lucarin91 commented Oct 15, 2025

Motivation

Add the list command

Change description

$ ./build/arduino-flasher-cli list
VERSION      LATEST
20251006-395    ✓
20251002-387
$ ./build/arduino-flasher-cli list --format json
{
  "latest": {
    "version": "20251006-395",
    "url": "https://downloads.arduino.cc/debian-im/Stable/20251006-395/arduino-unoq-debian-image-20251006-395.tar.zst",
    "sha256": "29a7919665f30d475cd83efeed5cb3df83beb8a5482423624d39d874b0664803"
  },
  "releases": [
    {
      "version": "20251002-387",
      "url": "https://downloads.arduino.cc/debian-im/Stable/20251002-387/arduino-unoq-debian-image-20251002-387.tar.zst",
      "sha256": "8f69125087f65851649097cffe12557a4ee13852d26625708015bff99ea39f04"
    },
    {
      "version": "20251006-395",
      "url": "https://downloads.arduino.cc/debian-im/Stable/20251006-395/arduino-unoq-debian-image-20251006-395.tar.zst",
      "sha256": "29a7919665f30d475cd83efeed5cb3df83beb8a5482423624d39d874b0664803"
    }
  ]
}

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.

@lucarin91 lucarin91 force-pushed the add-list-command branch 2 times, most recently from 01dbbc5 to c60fa0c Compare October 15, 2025 13:50
@lucarin91 lucarin91 merged commit 97aa2fd into main Oct 15, 2025
@lucarin91 lucarin91 deleted the add-list-command branch October 15, 2025 14:02
lucarin91 added a commit that referenced this pull request Oct 28, 2025
* feat: add list command

* add licence header

* remove unused parameter

---------

Co-authored-by: MatteoPologruto <109663225+MatteoPologruto@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants