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

For the details of each command (options and arguments), run deposium <command> --help.