-
-
Notifications
You must be signed in to change notification settings - Fork 398
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
Comments
Can I ask why this got closed? Was the functionality implemented? Or are feature requests now being tracked somewhere else? |
Hi @obra. I apologize for the confusion. I seem to have broken the "stale-bot" workflow somehow. This was never intended to be closed. |
No worries. I’ve got a few other similar tickets. I’ll reply to them later today
… On Mar 29, 2021, at 7:06 PM, per1234 ***@***.***> wrote:
Hi @obra. I apologize for the confusion. I seem to have broken the "stale-bot" workflow somehow. This was never intended to be closed.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
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. |
I think you got all of mine :)
Thanks for the quick response
… On Mar 29, 2021, at 7:56 PM, per1234 ***@***.***> wrote:
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.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
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.
The text was updated successfully, but these errors were encountered: