Open
Description
Question popped up - how to generate the yaml file for the reproducable build
The scenario I would like is the following
- I write my sketch
- include the libraries (version) for my sketch
- build / test / fix cycle
- arduino-cli compile [sketch] --appendProfile myproject.yaml
- then I switch boards
- arduino-cli compile [sketch] --appendProfile myproject.yaml
--appendProfile will create a new file when it does not exist
--appendProfile will append to an existing file when file exists
I might not be possible to create 100% of the file but a 'starter' is appreciated