Skip to content
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

Document dollar notation (env var) values in app.config.yaml #327

Closed
shazron opened this issue Apr 17, 2024 · 3 comments
Closed

Document dollar notation (env var) values in app.config.yaml #327

shazron opened this issue Apr 17, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@shazron
Copy link
Member

shazron commented Apr 17, 2024

See https://github.com/apache/openwhisk-wskdeploy/blob/master/specification/html/spec_parameters.md#dollar-notation--schema-for-values

There is no reference to this in our docs.

@shazron shazron added the bug Something isn't working label Apr 17, 2024
@aiojbot
Copy link

aiojbot commented Apr 17, 2024

JIRA issue created: https://jira.corp.adobe.com/browse/AIOE-670

@purplecabbage
Copy link
Contributor

This should be done along with the refactor to do interpolation in 1 place only.
The dev command provides a robust implementation and supports

$DEFAULT_USERNAME
${DEFAULT_USERNAME}
{DEFAULT_USERNAME}

and will ignore literals

'$DEFAULT_USERNAME'
"$DEFAULT_USERNAME" 
...

@shazron
Copy link
Member Author

shazron commented Jan 22, 2025

there are already docs https://developer.adobe.com/app-builder/docs/guides/configuration/#using-environment-variables-in-runtime-actions

@purplecabbage maybe a feature request paired with the implementation PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants