Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GROUP_START = &cobra.Group{ ID: "getting-started", Title: style.Heading("Auth Commands"), } GROUP_VECTORDB = &cobra.Group{ ID: "vectordb", Title: style.Heading("Vector Database Commands"), } GROUP_MANAGEMENT = &cobra.Group{ ID: "index", Title: style.Heading("Management Commands"), } GROUP_PROJECTS_API_KEYS = &cobra.Group{ ID: "keys", Title: style.Heading("API Key Management"), } GROUP_PROJECTS_CRUD = &cobra.Group{ ID: "projects", Title: style.Heading("Project Management"), } )
View Source
var HelpTemplate = part1 + part2 + part3 + part4 + part5 + part6
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.