Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 859 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 859 Bytes

tfctl

Go client for TF Operator. See here.

Getting Started

Prerequisites

  • go is required, see here.
  • dep is required, see here.
$ go get https://github.com/stpabhi/tfctl
$ cd $GOPATH/src/github.com/stpabhi/tfctl
$ make deps && make all

Downloading vendor dependencies

make deps

Running tfctl

make run

Example commands

Submit TFJob
bin/tfctl submit mycnnjob.yaml -n kubeflow
List TFJob
bin/tfctl list

TODO

  • Humanize command output to tables instead of logging to console.
  • and more

Contributing

If you are interested in adding to this project, see the contributing guide for information on how you can get involved.