Command aptly publish switch to switch published snapshot. #8

This commit is contained in:
Andrey Smirnov
2014-04-22 20:17:21 +04:00
parent 1200e9cc95
commit cc8baec317
15 changed files with 532 additions and 7 deletions
+3 -2
View File
@@ -29,11 +29,12 @@ func makeCmdPublish() *commander.Command {
UsageLine: "publish",
Short: "manage published repositories",
Subcommands: []*commander.Command{
makeCmdPublishDrop(),
makeCmdPublishList(),
makeCmdPublishRepo(),
makeCmdPublishSnapshot(),
makeCmdPublishSwitch(),
makeCmdPublishUpdate(),
makeCmdPublishList(),
makeCmdPublishDrop(),
},
}
}