Adding CLI for the migration tool (#154)

* Initial commit for the corefile-tool cli for the migration tool

* cleanup implementation

* nit

* add fn to get corefile path

* add released command and improve readme
This commit is contained in:
Sandeep Rajan 2019-04-24 11:22:13 -04:00 committed by Chris O'Haver
parent 631694b4e3
commit 37f5d0dad4
12 changed files with 495 additions and 3 deletions

View file

@ -0,0 +1,7 @@
package main
import "github.com/coredns/deployment/kubernetes/corefile-tool/cmd"
func main() {
cmd.Execute()
}