lakeFS
lakeFS copied to clipboard
Add OS info to `lakectl` UA
Closes #7712
Change Description
Background
This PR adds basic OS information to the lakectl
User-Agent
string. In aggregate, this information can support decisions regarding the development of lakectl
.
New Feature
The following properties are added to the UA string used by lakectl
:
- OS (e.g., Windows, Darwin, etc.)
- Version
- Platform (e.g., arm64, amd64, etc.)
Testing Details
Tested manually + unit test included in this PR.