Skip to content

stpabhi/tfctl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.