Dumping profile should work in non verbose mode #2848
Labels
conclusion: resolved
Issue was resolved
topic: CLI
Related to the command line interface
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
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
The text was updated successfully, but these errors were encountered: