Merge pull request #776 from umohnani8/kpod_ps

Add 'kpod ps' command
This commit is contained in:
Daniel J Walsh 2017-08-23 07:08:31 -04:00 committed by GitHub
commit 7af1ae71ed
10 changed files with 1001 additions and 24 deletions

View file

@ -28,6 +28,7 @@ func main() {
loadCommand,
logsCommand,
mountCommand,
psCommand,
pullCommand,
pushCommand,
renameCommand,