We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to delete some projects and some executions fail becuase the CLI con not break down the format of project/repo/repo/image:tag
demo.goharbor.io/harbor/cmd/exporter:dev
./harbor-cli project delete harbor --force FATA[0000] invalid project/repository format: harbor/cmd/exporter
if I try to delete the repo manually, it works:
./harbor-cli repo delete INFO[0003] Repository harbor/cmd/exporter deleted successfully
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to delete some projects and some executions fail becuase the CLI con not break down the format of project/repo/repo/image:tag
demo.goharbor.io/harbor/cmd/exporter:dev
if I try to delete the repo manually, it works:
The text was updated successfully, but these errors were encountered: