Command aptly publish repo. #10

This commit is contained in:
Andrey Smirnov
2014-03-25 18:42:56 +04:00
parent 1a88876e63
commit 37ea845fd9
3 changed files with 76 additions and 13 deletions

View File

@@ -29,6 +29,7 @@ func makeCmdPublish() *commander.Command {
UsageLine: "publish",
Short: "manage published repositories",
Subcommands: []*commander.Command{
makeCmdPublishRepo(),
makeCmdPublishSnapshot(),
makeCmdPublishList(),
makeCmdPublishDrop(),