digitalocean / digitalocean/doctl

doctl list-tags flags no longer working

Open
#1,749 7 comments 2 reactions 0 assignees View on GitHub
bug hacktoberfest
Dominant language
Go
Stars
3.4k
Forks
496
Avg merge
1d 2h
Merged PRs (30d)
31

Description

**Describe the Issue:**
Since the last update - we are having issues with `doctl registry repository list-tags`, where flags such as `--format` and `--no-header` are no longer working.

**Environment:**

- doctl version: 1.142.0-release
- OS: Ubuntu 22.04.2 LTS
- Installation method:

**Additional Details:**
Options such as --format and --no-header are not behaving as expected.

As example:
```
doctl registry repository list-tags NAME --format Tag | head -n1
Tag Compressed Size Updated At Manifest Digest
```

Whereas I would expect to see:
```
Tag
```

Tested with the previous version without issue.

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.