{{template "base" .}} {{define "content"}}
Hub
Collections, parsers, scenarios, and postoverflows
{{if .CLIAvailable}}
{{end}}
{{if not .CLIAvailable}}
cscli unavailable Hub management requires the cscli binary. Mount it at the CSCLI_PATH configured in your environment.
{{end}}
{{if .CLIAvailable}} {{if .Items}}
{{$tab := .Tab}} {{range .Items}} {{end}}
Name Status Version State Action
{{.Name}}
{{if .Description}}
{{truncate .Description 64}}
{{end}}
{{.Status}} {{.Version}} {{if .Tainted}} tainted {{else if .UpToDate}} up to date {{else if .Installed}} update avail {{else}} not installed {{end}} {{if .Installed}}
{{else}}
{{end}}
{{else}}
No {{.Tab}} found
Run "Update All" to refresh the hub index
{{end}} {{end}}
{{end}}