WeaveDocs
dCLI

Commands

Every `dcli` subcommand and flag — useful for scripted agent workflows and CI.

Purpose

Developer browser CLI for fetch, search, perceive, and structured output.

This page follows the real source shape for Dcli and explains the workflow a developer is likely to use first.

Command surface

Use this page to understand the operational commands exposed by the tool. Prefer command groups that match the subsystem you are testing, then inspect the API surface page for the exact Rust enum or command handler.

Primary types to know

  • No public items were detected by the source scan. This page should be updated when the crate exposes new items.

Example shape

# Full command surface dCLI exposes today.
# Storage subsystems mirror the in-process SDK methods.

dcli init <namespace> <identifier> --storage <path>
dcli strand <create|append|get|info|sub>     # strand log primitives
dcli locus  <init|read|write|mkdir|ls|rm>    # filesystem drive
dcli lens   <open|put|get|delete|scan>       # B-tree KV
dcli nexus  <create|add-input|view>          # merged view
dcli forum  <write|read|take>                # tuple space
dcli gnosis <add|query|neighbors>            # knowledge graph
dcli basis  <add|search|remove>              # vector store
dcli dht    <peers|listeners|announce|resolve>
dcli swarm  <dial|join|leave>
dcli config <show|set|get>