You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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