wiki manages repository wiki pages.
Some providers expose repository wiki content as an API-backed documentation surface.
Use wiki to list, view, create, edit, or delete wiki pages.
Use a GitLab profile and repository path. Choose stable page slugs and keep local source-of-truth expectations clear; wiki edits change provider-hosted documentation directly.
gitfleet wiki list --repo group/projectgitfleet wiki view home --repo group/projectgitfleet wiki create usage --repo group/project --content "Usage notes"gitfleet wiki edit usage --repo group/project --content "Updated usage notes"gitfleet wiki delete usage --repo group/project --yes
GitLab supports wiki operations. GitHub reports wiki operations as unsupported instead of emulating them through Git.
Creating, editing, and deleting pages mutates documentation state. Delete
requires confirmation or --yes.
Use --json for wiki inventory and migration.