Include CLI Build Information in content.json
Open
enhancement
- Dominant language
- Go
- Stars
- 109
- Forks
- 98
- PR merge metrics
- No merged PRs in 30d
Description
@dubeejw commented on [Thu Sep 22 2016](https://github.com/apache/incubator-openwhisk/issues/1309)
In order to supply CLI build/version information to consumers of the packaged CLI, the content.json file generated in the build process should contain the following information:
```
"cli": {
"version": "1.0.0",
"build": "whisk-build-531"
"date": "2016-09-21T07:55:05Z"
}
```
Contributor guide
Assessment
This issue has not been assessed yet.