forked from Gitlink/gitlink-cli
Add a `wiki` shortcut group wrapping GitLink's /api/wiki and /api/wikiExport endpoints, which previously had no shortcut coverage (wiki management was a guide-listed capability): - wiki +list -> GET /wiki/wikiPages - wiki +view -> GET /wiki/getWiki - wiki +create -> POST /wiki/createWiki - wiki +update -> PUT /wiki/updateWiki - wiki +delete -> DELETE /wiki/deleteWiki - wiki +export -> GET /wikiExport/wikiExport-wrapper The numeric project ID is resolved from --owner/--repo (or --project-id). Page content accepts --content/--content-file (base64-encoded automatically) or --content-base64. create/update/delete support --dry-run; export supports --type markdown|pdf|html. Includes unit tests, bilingual (en-US/zh-CN) i18n help text, README updates, and a change note. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| api-batch-runner.md | ||
| auth-config-dir-fallback.md | ||
| doctor-command.md | ||
| issue-id-alias.md | ||
| issue-metadata-fields.md | ||
| label-shortcut.md | ||
| list-filter-fixes.md | ||
| member-shortcut.md | ||
| milestone-shortcut.md | ||
| pipeline-openapi-shortcuts.md | ||
| release-update-shortcuts.md | ||
| repo-insight-shortcuts.md | ||
| repo-settings-shortcuts.md | ||
| repo-tree-shortcut.md | ||
| webhook-shortcut.md | ||
| wiki-shortcuts.md | ||