cli

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 4, 2026 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Root = &cobra.Command{
	Use:   "vger",
	Short: "V'Ger — conference video knowledge assimilation system",
	Long: `V'Ger ingests online conference videos (KubeCon, CloudNativeCon, etc.)
and produces structured summaries with technology learning recommendations.`,
	PersistentPreRun: func(cmd *cobra.Command, args []string) {

		if geminiAPIKey == "" {
			geminiAPIKey = os.Getenv("GEMINI_API_KEY")
		}
		if youtubeAPIKey == "" {
			youtubeAPIKey = os.Getenv("YOUTUBE_API_KEY")
		}
		ui.Header()
	},
}

Root is the top-level cobra command.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL