Skip to main content

catalog

Outputs a JSON catalog of available project templates. This is useful for generating a portal user interface for selecting a project template.

kb catalog

Example output:

{
"helm": {
"name": "Helm",
"description": "Helm is an open-source package manager for ...",
"icon": "...",
"readme": "..."
}
}