open

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AspireCmd = &cobra.Command{
	Use:   "aspire",
	Short: "Opens the .NET Aspire Dashboard in the default browser.",
	RunE: func(cmd *cobra.Command, args []string) error {
		return aspire()
	},
}
View Source
var GrafanaCmd = &cobra.Command{
	Use:   "grafana",
	Short: "Opens the Grafana UI in the default browser.",
	RunE: func(cmd *cobra.Command, args []string) error {
		return grafana()
	},
}
View Source
var JaegerCmd = &cobra.Command{
	Use:   "jaeger",
	Short: "Opens the Jaeger UI in the default browser.",
	RunE: func(cmd *cobra.Command, args []string) error {
		return jaeger()
	},
}
View Source
var PrometheusCmd = &cobra.Command{
	Use:   "prometheus",
	Short: "Opens the Prometheus UI in the default browser.",
	RunE: func(cmd *cobra.Command, args []string) error {
		return prometheus()
	},
}

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