Add CLI related to channels + add comments to channels

Fixes: https://pagure.io/koji/issue/1711
Fixes: https://pagure.io/koji/issue/1849
This commit is contained in:
Jana Cupova 2021-06-09 13:16:17 +02:00 committed by Tomas Kopecek
parent ed2b0ad19b
commit aec9fba121
18 changed files with 599 additions and 169 deletions

View file

@ -1,6 +1,7 @@
Available commands:
admin commands:
add-channel Add a channel
add-external-repo Create an external repo and/or add one to a tag
add-group Add a group to a tag
add-group-pkg Add a package to a group's package listing
@ -21,6 +22,7 @@ admin commands:
clone-tag Duplicate the contents of one tag onto another tag
disable-host Mark one or more hosts as disabled
disable-user Disable logins by a user
edit-channel Edit a channel
edit-external-repo Edit data for an external repo
edit-host Edit a host
edit-tag Alter tag information

View file

@ -1,6 +1,7 @@
Available commands:
admin commands:
add-channel Add a channel
add-external-repo Create an external repo and/or add one to a tag
add-group Add a group to a tag
add-group-pkg Add a package to a group's package listing
@ -21,6 +22,7 @@ admin commands:
clone-tag Duplicate the contents of one tag onto another tag
disable-host Mark one or more hosts as disabled
disable-user Disable logins by a user
edit-channel Edit a channel
edit-external-repo Edit data for an external repo
edit-host Edit a host
edit-tag Alter tag information