Skip to content

Deposium CLI — deposium

npm

The Deposium CLI brings document search, graph queries and AI workflows straight to your terminal.

Installation

npm install -g @deposium/cli

Quick start

deposium auth login              # authenticate
deposium search "your query"     # semantic search
deposium graph "an entity"       # graph query
deposium chat                    # chat grounded in your documents

Main commands

  • auth — login and API keys
  • search — semantic and graph search
  • graph — knowledge-graph exploration
  • chat — chat grounded in your documents
  • files / upload-batch — manage and import documents
  • api-keys — API key management

Full command reference

The detailed reference (all 25 commands, their options and arguments) is generated from the CLI source and will appear here, under Command reference, once multi-repo aggregation is enabled (SOURCES_TOKEN).