Merge pull request #810 from umohnani8/kpod_login

Add "kpod login" command
This commit is contained in:
Daniel J Walsh 2017-10-11 09:13:21 -04:00 committed by GitHub
commit 3991a0531c
34 changed files with 1697 additions and 210 deletions

View file

@ -39,6 +39,8 @@ func main() {
inspectCommand,
killCommand,
loadCommand,
loginCommand,
logoutCommand,
logsCommand,
mountCommand,
pauseCommand,