package main import ( "github.com/spf13/cobra" ) var commandService = &cobra.Command{ Use: "service", Short: "Sign box service", }