Go client for TF Operator. See here.
$ go get https://github.com/stpabhi/tfctl
$ cd $GOPATH/src/github.com/stpabhi/tfctl
$ make deps && make all
make deps
make run
bin/tfctl submit mycnnjob.yaml -n kubeflow
bin/tfctl list
- Humanize command output to tables instead of logging to console.
- and more
If you are interested in adding to this project, see the contributing guide for information on how you can get involved.