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() }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.