Description
Describe the request
Hi,
The compile --dump-profile
command should output the profile even in non-verbose or quiet mode.
Also, the output should contain only the profile so it can be used to generate a YML profile file using shell redirection.
Describe the current behavior
The current behaviour is that the compile --dump-profile
only outputs the profile if the command line also has the --verbose
parameter. Also, it outputs together with all the other info from the --verbose
command, so the profile can't be extracted easily with shell tools.
Arduino CLI version
git-snapshot Commit: 5f84ecb Date: 2025-02-25T16:08:56Z
Operating system
N/A
Operating system version
N/A
Additional context
No response
Issue checklist
- I searched for previous requests in the issue tracker
- I verified the feature was still missing when using the nightly build
- My request contains all necessary details