Azure / Azure/acr-cli

Not getting expected version output in CLI for v0.7

Open
#179 0 comments 0 reactions 1 assignee Claimed by @northtyphoon View on GitHub
bug
Dominant language
Go
Stars
70
Forks
52
Avg merge
3d 2h
Merged PRs (30d)
12

Description

**Describe the bug**
Part of hep output for acr-cli has this:

```
Available Commands:
...
version Print version information
```
but trying to print version for Release v0.7 - getting:
`Version: , Revision: .m`

**To Reproduce**
Steps to reproduce the behavior:
1. Run such command:
`$ docker run --rm --name acr-cli mcr.microsoft.com/acr/acr-cli:0.7 version`
2. Observe wrong/incomplete version output:
`Version: , Revision: .m`

**Expected behavior**
Potentially it should be like such:
`Version: 0.7, Revision: `

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Any relevant environment information**
- OS: Ubuntu Linux
- Version 22.04

**Additional context**
Add any other context about the problem here.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.