harborctl
harborctl copied to clipboard
A CLI tool for the Docker Registry Harbor. This project offer a command-line interface to the Harbor API, you can use it to manager your users, projects, repositories, etc. (This project aims to refa...
It seems that it is over two years that a change was applied to this repository.
when I execute rp_tags commands ``` harborctl rp_tags -d 60 -m 10 --dry-run ``` but get error: "error: invalid character '
a scratch about what `harborctl` will support. ------ command list: - [x] login - [x] logout - [x] search - [x] project - [x] check - [x] create - [x]...
This is a very complicated API. ## by swagger file   The content body of this API consist of so many parameters. But which of them is required? ##...
## by swagger file - create a policy   the content of `policyinfo` used ``` { "name": "sync-fifth", "description": "fifth", "trigger": { "kind": "Scheduled", "schedule_param": { "type": "Weekly", "weekday":...
from swagger file, you can see ``` POST /chartrepo/charts Upload a chart file to the default ‘library’ project. Uploading together with the prov file at the same time is also...
test from swagger UI, and get   test from CLI ``` [#159#root@ubuntu-1604 /go/src/github.com/moooofly/harborctl]$./harborctl chartrepo chart label -h 'The subcommand of '/chartrepo/{repo}/charts/{name}/{version}/labels' hierachy. Usage: harborctl chartrepo chart label [flags] harborctl...
make a test from swagger UI, and get   test from CLI ``` [#139#root@ubuntu-1604 /go/src/github.com/moooofly/harborctl]$./harborctl chartrepo chart label delete -h This endpoint is for user to remove label from...
make a test from swagger UI, and get      test from CLI ``` [#127#root@ubuntu-1604 /go/src/github.com/moooofly/harborctl]$./harborctl chartrepo chart -h The subcommand of '/chartrepo/{repo}/charts' hierachy. Usage: harborctl chartrepo...