package main
import "github.com/runconduit/conduit/proxy-init/cmd"
func main() {
cmd.NewRootCmd().Execute()
}