Skip to content

Feature request: arduino-cli compile --show-properties option to show fully expanded properties #1046

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
obra opened this issue Oct 23, 2020 · 5 comments · Fixed by #2074
Closed
Assignees
Labels
topic: CLI Related to the command line interface type: enhancement Proposed improvement

Comments

@obra
Copy link
Contributor

obra commented Oct 23, 2020

When using arduino-cli as part of a larger build system, I often need to fetch build properties for a sketch at build or flash time.

arduino-cli compile --show-properties will give me a dump of all the properties I might possibly want, but it dumps them as non-expanded templates.

For example, the default avr compiler.path gets dumped as:

compiler.path={runtime.tools.avr-gcc.path}/bin/

I would find it hugely valuable to have an option to --show-properties that shows the properties after template substitution.

@obra
Copy link
Contributor Author

obra commented Mar 30, 2021

Can I ask why this got closed? Was the functionality implemented? Or are feature requests now being tracked somewhere else?

@per1234
Copy link
Contributor

per1234 commented Mar 30, 2021

Hi @obra. I apologize for the confusion. I seem to have broken the "stale-bot" workflow somehow. This was never intended to be closed.

@per1234 per1234 reopened this Mar 30, 2021
@obra
Copy link
Contributor Author

obra commented Mar 30, 2021 via email

@per1234
Copy link
Contributor

per1234 commented Mar 30, 2021

I appreciate your understanding. I have now reopened the many issues and pull requests that were closed erroneously. If there are any I missed please do comment and I'll correct the omission immediately.

@obra
Copy link
Contributor Author

obra commented Mar 30, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: CLI Related to the command line interface type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants