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
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@ Inspired by the historical figure [Juan Hispalense (siglo XII)](https://es.wikip
41
41
3. Set environment variables for OneDrive (if needed).
42
42
-`ONEDRIVE_CLIENT_ID`
43
43
-`ONEDRIVE_CLIENT_SECRET`
44
+
-`ONEDRIVE_TENANT_ID` (use `consumers` for personal accounts)
44
45
-`SRC_FOLDER` (OneDrive folder path)
45
46
-`OUT_FOLDER` (local output path)
46
47
@@ -50,6 +51,7 @@ Inspired by the historical figure [Juan Hispalense (siglo XII)](https://es.wikip
50
51
- Required environment variables:
51
52
-`ONEDRIVE_CLIENT_ID`
52
53
-`ONEDRIVE_CLIENT_SECRET`
54
+
-`ONEDRIVE_TENANT_ID` (e.g., `consumers`)
53
55
-`SRC_FOLDER` (OneDrive folder path)
54
56
-`OUT_FOLDER` (local output path)
55
57
- Register an app and configure permissions by following Microsoft's official docs: [Register an application](https://learn.microsoft.com/en-us/graph/auth-register-app-v2).
@@ -62,8 +64,8 @@ Inspired by the historical figure [Juan Hispalense (siglo XII)](https://es.wikip
62
64
|`avendehut watch`| Watches source folder for changes, auto‑rebuilds HTML. | Same as build plus `--interval <seconds>`|
63
65
|`avendehut clean`| Deletes generated output and manifest. |`--out <path>`|
64
66
|`avendehut open`| Opens generated HTML in default browser. |`--out <path>`|
65
-
|`avendehut search`| CLI search in local index. |`--query "<text>"`, `--tags "<tag1,tag2>"`|
66
-
|`avendehut export`| Exports catalog to CSV or JSON. |`--out <file>`, `--format csv|json` |
67
+
|`avendehut search`| CLI search in local index. |`--query "<text>", `--tags "<tag1,tag2>"` |
68
+
|`avendehut export`| Exports catalog to CSV or JSON. |`--src-out <dir>` (built catalog dir), `--out <file>`, `--format csv|json` |
0 commit comments