func Cmd() *cobra.Command {
    cmd := &cobra.Command{
        Use:   "network",
        Short: "network commands",
    }