mirror of
https://github.com/simonw/dclient.git
synced 2026-07-24 09:54:32 +02:00
1.3 KiB
1.3 KiB
dclient
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 client instead, like this:
datasette client --help
datasette client query https://latest.datasette.io/fixtures "select * from facetable limit 1"
You can install it into Datasette this way using:
datasette install dclient
Contents
---
maxdepth: 3
---
queries
aliases
authentication
inserting