package profile import ( "github.com/spf13/cobra" ) var Cmd = &cobra.Command{ Use: "profile", Short: "Manage profiles", }