subcommands

package
v0.14.0 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var StatusCmd = &cobra.Command{
	Use:   "status",
	Short: "Check FalkorDB connection and graph statistics",
	Long: "\nCheck the connection status and statistics of the FalkorDB knowledge graph.\n\n" +
		"Attempts to connect to the configured FalkorDB instance and displays " +
		"configuration details, graph statistics, and category breakdown if connected.",
	Example: `  # Check FalkorDB connection and graph status
  memorizer graph status

  # Check with custom timeout
  memorizer graph status --timeout 30`,
	PreRunE: validateStatus,
	RunE:    runStatus,
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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