Skip to main content

Module commands

Module commands 

Source
Expand description

Command implementations

Re-exports§

pub use alias::run_alias;
pub use alias::save_query_alias;
pub use alias::save_search_alias;
pub use analyze::run_analyze;
pub use ask::run_ask;
pub use batch::run_batch;
pub use cache::run_cache;
pub use completions::run_completions;
pub use config::run_config_alias_list;
pub use config::run_config_alias_remove;
pub use config::run_config_alias_set;
pub use config::run_config_get;
pub use config::run_config_init;
pub use config::run_config_set;
pub use config::run_config_show;
pub use config::run_config_validate;
pub use cycles::run_cycles;
pub use diff::run_diff;
pub use duplicates::run_duplicates;
pub use explain::run_explain;
pub use export::run_export;
pub use graph::run_graph;
pub use history::run_history;
pub use impact::run_impact;
pub use index::run_graph_status;
pub use index::run_index;
pub use index::run_index_status;
pub use index::run_update;
pub use insights::run_insights;
pub use query::run_query;
pub use repair::run_repair;
pub use shell::run_shell;
pub use similar::run_similar;
pub use subgraph::run_subgraph;
pub use troubleshoot::run_troubleshoot;
pub use unused::run_unused;
pub use visualize::run_visualize;
pub use watch::execute as run_watch;
pub use workspace::run_workspace;

Modules§

alias
Alias management command implementation
analyze
Analyze command implementation
ask
Natural language query command handler.
batch
Execute multiple semantic queries from a batch file using the unified graph.
cache
Cache command implementation
completions
Shell completions generation
config
Config command implementation for unified graph config partition
cycles
Cycles command implementation
diff
Diff command implementation
duplicates
Duplicates command implementation
error
Error formatting and exit handling for CLI
explain
Explain command implementation
export
Export command implementation
graph
Graph-based query commands using the unified graph architecture
hier_search
Hierarchical search command implementation
history
History management command implementation
impact
Impact command implementation
index
Index command implementation
insights
Insights command implementation
mcp
MCP server integration setup and status for AI coding tools.
query
Query command implementation
repair
Index repair command implementation
search
Symbol search command implementation
shell
Interactive session shell for repeated semantic queries.
similar
Similar command implementation
sort
subgraph
Subgraph command implementation
troubleshoot
Troubleshoot command implementation
unused
Unused command implementation
visualize
Implements the sqry visualize command for generating diagrams.
watch
Watch mode command for real-time index updates
workspace
Workspace command implementations (sqry workspace …)