Added publish show command

This commit is contained in:
Oliver Sauder
2017-01-10 10:32:43 +01:00
parent 50e3e93166
commit 0fdee9cbf6
6 changed files with 119 additions and 0 deletions
+1
View File
@@ -37,6 +37,7 @@ func makeCmdPublish() *commander.Command {
makeCmdPublishSnapshot(),
makeCmdPublishSwitch(),
makeCmdPublishUpdate(),
makeCmdPublishShow(),
},
}
}