qodercli wiki generates a structured wiki for the repository locally; downloaded on-demand as an External Command, it operates entirely offline, ensuring code never leaves your local environment.
Generate Repository Wiki
qodercli wiki subcommand to generate wiki documentation locally for your code repository. The entire generation process is completed locally, ensuring your code never leaves your environment.
wiki is an External Command: it is not bundled with the main program. Instead, upon first use, it downloads and installs the platform-specific tool on demand from the official distribution source, and then runs it directly on your local machine.
Prerequisites
- Sign-in and Authentication is completed. The
wikicommand requires authentication, which can be provided by signing in viaqoderclior settingQODER_PERSONAL_ACCESS_TOKEN. For details, see Sign-in and Authentication. - An internet connection is required for the first use to download the wiki tool (only the tool itself is downloaded; no code is uploaded).
Quick Start
Passing Arguments
wiki are passed through as-is to the underlying wiki tool:
Specifying the Working Directory
process.cwd()). To specify a different directory, use --cwd or --workspace before wiki:
wiki is parsed by the CLI; arguments placed after wiki are passed through to the underlying tool.
Installation and Version Management
wiki tool is managed through the CLI's external command mechanism. You can explicitly manage it using the qodercli external series of subcommands:
external-commands/wiki/ under the Global Configuration Directory and is retained by version directory.
Code Never Leaves Your Environment
Network and Proxy
HTTP_PROXY, HTTPS_PROXY, NO_PROXY, and NODE_EXTRA_CA_CERTS. For troubleshooting in restricted network environments, see Network Troubleshooting.
To customize or disable the Registry source, you can use the following Environment Variables:
QODER_EXTERNAL_COMMAND_REGISTRY_URL— Overrides the Registry URL; set tooff/none/false/0to disable remote refresh.QODER_EXTERNAL_COMMAND_REGISTRY_FILE— Loads the Registry from a local file.
FAQ
qodercli wiki prompt that the command does not exist?
Ensure the CLI is updated to the latest version (older versions may not include this command). You can run qodercli --help to check if wiki is in the command list.
Authentication failed?
Ensure you are signed in or have correctly set QODER_PERSONAL_ACCESS_TOKEN (make sure there are no spaces before or after the token). For details, see Sign-in Troubleshooting.
Download failed on the first run?
Check your network and proxy settings, and configure the proxy Environment Variables mentioned above if necessary before retrying. To adjust the Registry source, use the QODER_EXTERNAL_COMMAND_REGISTRY_URL / QODER_EXTERNAL_COMMAND_REGISTRY_FILE Environment Variables (see above).
How to update the wiki tool version?
Use qodercli external update wiki to update to the latest version.
Next Steps
- Sign-in and tokens: Sign-in and Authentication.
- Network and proxy configuration: Network and Proxy.
- Command line startup arguments: CLI Startup Arguments Reference.