Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &cobra.Command{ Use: "install", Short: "Install New Relic.", Hidden: true, Run: func(cmd *cobra.Command, args []string) { client.WithClientAndProfile(func(nrClient *newrelic.NewRelic, profile *credentials.Profile) { if profile == nil { log.Fatal(errors.New("default profile has not been set")) } for _, c := range configFiles { if err := install(c); err != nil { utils.LogIfFatal(err) } } log.Info("success") }) }, }
Command represents the install command.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.