apache / apache/openwhisk-wskdeploy
Update docs to reflect everywhere wskdeploy does interpolation on manifest values
Open
documentation
good first issue
help wanted
priority: low
- Dominant language
- Go
- Stars
- 75
- Forks
- 73
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.