CLI overview
Install and use the blodemd command-line interface.
The blodemd CLI lets you authenticate, scaffold, validate, preview, and deploy documentation from your terminal.
npm install -g blodemdRequires Node.js 20 or later. The current version is 0.0.3.
All authentication state is stored locally at ~/.config/blodemd/credentials.json. The CLI never sends credentials to any third party.
You can configure the CLI with environment variables instead of flags. This is useful in CI/CD pipelines.
Scaffold a docs directory with starter files.
BLODEMD_COMMIT_MESSAGE | string | Commit message attached to the deployment. | Yes | — |