Add kpod tag command

Add one or more tags to an image

Signed-off-by: Ryan Cole <rcyoalne@gmail.com>
This commit is contained in:
Ryan Cole 2017-06-27 09:45:25 -04:00
parent ea7045dfa8
commit b84f064976
7 changed files with 194 additions and 0 deletions

View file

@ -18,6 +18,7 @@ func main() {
app.Commands = []cli.Command{
launchCommand,
tagCommand,
versionCommand,
}