Documentation ¶
Index ¶
Constants ¶
View Source
const ( HomeView = "home" DashboardView = "dashboard" MonitoringView = "monitoring" StatusView = "status" ProjectSelected = "project" AppSelected = "app" PipelineSelected = "pipeline" LogsSelected = "logs" )
Constants for each view of cds ui
View Source
const (
// MaxRows is the maximum rows displayed
MaxRows = 80
)
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "ui", Short: "Interactive termUI", Long: `cds ui`, Aliases: []string{"d", "dashboard"}, Run: func(cmd *cobra.Command, args []string) { runUI() }, }
Cmd dashboard
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.