mirror of
https://github.com/simonw/dclient.git
synced 2026-08-11 03:44:25 +02:00
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>
This commit is contained in:
parent
742d46de05
commit
3f3221fdd3
2 changed files with 26 additions and 16 deletions
|
|
@ -21,15 +21,10 @@ If you also have Datasette installed in the same environment it will register it
|
|||
```bash
|
||||
datasette install dclient
|
||||
```
|
||||
This means you can run any of these commands using `datasette dt` instead, like this:
|
||||
This means you can run any of these commands using `datasette dc` instead, like this:
|
||||
```bash
|
||||
datasette dc --help
|
||||
datasette dc query https://latest.datasette.io/fixtures "select * from facetable limit 1"
|
||||
```
|
||||
You can install it into Datasette this way using:
|
||||
|
||||
```bash
|
||||
datasette install dclient
|
||||
datasette dc query fixtures "select * from facetable limit 1" -i latest
|
||||
```
|
||||
|
||||
## Contents
|
||||
|
|
@ -42,4 +37,5 @@ queries
|
|||
aliases
|
||||
authentication
|
||||
inserting
|
||||
environment
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue