coredns-deployment/kubernetes/corefile-tool/main.go
Sandeep Rajan 37f5d0dad4 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
2019-04-24 11:22:13 -04:00

7 lines
114 B
Go

package main
import "github.com/coredns/deployment/kubernetes/corefile-tool/cmd"
func main() {
cmd.Execute()
}