Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

example of tag listing with filtering is not marked as experimental #993

Closed
1 task done
qweeah opened this issue Jun 28, 2023 · 0 comments · Fixed by #994
Closed
1 task done

example of tag listing with filtering is not marked as experimental #993

qweeah opened this issue Jun 28, 2023 · 0 comments · Fixed by #994
Labels
bug Something isn't working
Milestone

Comments

@qweeah
Copy link
Contributor

qweeah commented Jun 28, 2023

What happened in your environment?

The example shown in oras repo tags doesn't show any hint as an experimental feature:

$ oras repo tags -h
...
Example - Show tags associated with a particular tagged resource:
  oras repo tags localhost:5000/hello:latest

Example - Show tags associated with a digest:
  oras repo tags localhost:5000/hello@sha256:c551125a624189cece9135981621f3f3144564ddabe14b523507bf74c2281d9b

Also the experimental hint of cmd execution is not shown by default.

What did you expect to happen?

Should show experimental mark:

$ oras repo tags -h
...
Example - [Experimental] Show tags associated with a particular tagged resource:
  oras repo tags localhost:5000/hello: latest

Example - [Experimental] Show tags associated with a digest:
  oras repo tags localhost:5000/hello@sha256:c551125a624189cece9135981621f3f3144564ddabe14b523507bf74c2281d9b

How can we reproduce it?

oras repo tags -h

What is the version of your ORAS CLI?

1.0.0

What is your OS environment?

ubuntu 20.04

Are you willing to submit PRs to fix it?

  • Yes, I am willing to fix it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant