Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GROUP_AUTH = &cobra.Group{ ID: "auth", Title: style.Heading("Authentication Commands"), } GROUP_ADMIN = &cobra.Group{ ID: "admin", Title: style.Heading("Admin Management Commands"), } GROUP_API_KEYS = &cobra.Group{ ID: "api-keys", Title: style.Heading("API Key Management Commands"), } GROUP_PROJECTS = &cobra.Group{ ID: "projects", Title: style.Heading("Project Management Commands"), } GROUP_ORGANIZATIONS = &cobra.Group{ ID: "organizations", Title: style.Heading("Organization Management Commands "), } GROUP_VECTORDB = &cobra.Group{ ID: "vectordb", Title: style.Heading("Vector Database Commands"), } GROUP_INDEX_DATA = &cobra.Group{ ID: "index-data", Title: style.Heading("Index Data Commands"), } GROUP_INDEX_NAMESPACE = &cobra.Group{ ID: "index-namespace", Title: style.Heading("Index Namespace Commands"), } )
View Source
var HelpTemplate = description +
usage +
aliasesAndExamples +
noGroupCmds +
groupCmds +
additionalCmds +
flagsAndFooter
Functions ¶
func EnableHelpRendering ¶ added in v0.0.59
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.