mia-platform / mia-platform/miactl
[Feature]: include cli version in user-agent
Open
enhancement
- Dominant language
- Go
- Stars
- 22
- Forks
- 7
- Avg merge
- 5m
- Merged PRs (30d)
- 1
Description
### Describe the feature
To understand which versions are the most used, it would be nice to have the cli version included in the user-agent header sent by miactl
Current
```bash
-H "User-Agent: miactl (darwin/arm64)"
```
Desired
```bash
-H "User-Agent: miactl@0.13.0 (darwin/arm64)"
# or - for custom builds -
-H "User-Agent: miactl@SHA (darwin/arm64)"
```
### Code of Conduct
- [X] I agree to follow this project’s Code of Conduct
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.