install

package
v0.15.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 28, 2020 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Command = &cobra.Command{
	Use:   "install",
	Short: "Install New Relic.",
	Run: func(cmd *cobra.Command, args []string) {

		client.WithClientAndProfile(func(nrClient *newrelic.NewRelic, profile *credentials.Profile) {

			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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL