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

Update docs to reflect everywhere wskdeploy does interpolation on manifest values #1099

Open
mrutkows opened this issue Aug 4, 2020 · 1 comment

Comments

@mrutkows
Copy link
Contributor

mrutkows commented Aug 4, 2020

It became apparent to me that we have not kept the docs current as to what values in the manifest now support interpolation (and more could!).

This involves going through the manifest parser: https://github.com/mrutkows/openwhisk-wskdeploy/blob/master/parsers/manifest_parser.go

and look for all places where a value is extracted via the "InterpolateStringWithEnvVar()" function and document it here:
https://github.com/apache/openwhisk-wskdeploy/blob/master/docs/wskdeploy_interpolation.md

@morrme
Copy link

morrme commented Aug 5, 2020

I'm not sure how to properly document this in the specified file, but if it helps, the occurences are :

Line 195
Line 248
Line 324
Line 641

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants