Skip to content

Commit 446abd2

Browse files
committed
add CLAUDE.md noting CLI includes are auto-generated
1 parent d12fa3f commit 446abd2

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

docs/cli/includes/CLAUDE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# CLI Reference Includes
2+
3+
Files in this directory are **auto-generated**. Do not edit manually.
4+
5+
## Regeneration workflow
6+
7+
1. Update JSON from quarto CLI source:
8+
```bash
9+
quarto dev-call cli-info > docs/cli/cli-info.json
10+
```
11+
2. Regenerate markdown includes:
12+
```bash
13+
quarto run _tools/reference-cli-generate-md.R
14+
```
15+
16+
The descriptions (e.g., tool lists in install/update/uninstall) come from quarto-cli's command definitions. To change them permanently, update the CLI source in quarto-cli.

0 commit comments

Comments
 (0)