We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: