dclient/docs/index.md
Simon Willison 3f3221fdd3 Update README and docs index for v2
Update examples to use v2 command syntax with -i flag and alias
defaults. Add quick start section showing alias add/default/default-db
workflow. Add introspection commands section. Add environment.md to
docs toctree.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 15:22:12 -08:00

1.2 KiB

dclient

PyPI Changelog Tests License

A client CLI utility for Datasette instances

Installation

Install dclient using pip (or pipx:

pip install dclient

As a Datasette plugin

If you also have Datasette installed in the same environment it will register itself as a command plugin:

datasette install dclient

This means you can run any of these commands using datasette dc instead, like this:

datasette dc --help
datasette dc query fixtures "select * from facetable limit 1" -i latest

Contents

---
maxdepth: 3
---
queries
aliases
authentication
inserting
environment