You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use system for OTA Updates which requires binaries with a certain naming schema.
The previous version I had been using this worked perfectly. Changed machines and installed the latest to find that option isn't available.
Previous arduino-cli version had an --output flag that allowed me to have something like this in my build script.
Definitely appreciate the desire to confirm. Don't want to waste any time.
Had to do some digging, but looks like this commit is the one that removed the "output" option and switched to the "output-dir" option. Would love the output option back, or an outputfilename option or something similar.
Which leads to this PR that mentions the output deprecation: #687
Which lead me to search more closed issues and finally found this one: #983
Specifically the answer of not adding that back: #983 (comment)
Will go the "build a rename/cleanup script" route to do it after builds, but want to officially give getting that feature back a +1 where ever we can register those requests :)
Bug Report
I use system for OTA Updates which requires binaries with a certain naming schema.
The previous version I had been using this worked perfectly. Changed machines and installed the latest to find that option isn't available.
Previous arduino-cli version had an --output flag that allowed me to have something like this in my build script.
--output ../firmware/"$BUILDNAME"-"$BUILDVERSION".bin
It would be great to have this functionality back so that we don't have to jump through hoops to rename the file after building it.
Environment
arduino-cli version
): 0.14.0The text was updated successfully, but these errors were encountered: