mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-05-07 05:09:36 +02:00
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:
parent
631694b4e3
commit
37f5d0dad4
12 changed files with 495 additions and 3 deletions
7
kubernetes/corefile-tool/main.go
Normal file
7
kubernetes/corefile-tool/main.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package main
|
||||
|
||||
import "github.com/coredns/deployment/kubernetes/corefile-tool/cmd"
|
||||
|
||||
func main() {
|
||||
cmd.Execute()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue