What problem does it solve?
Velog CLI enables automation-friendly Velog content management via a unified command-line interface, reducing manual steps, session handling, and repetitive tasks.
Core Features & Use Cases
- Authentication management: login, load credentials, and status checks to ensure a valid session before writes.
- Read operations: show profiles, list series, and list/show posts to gather context before publishing or updating.
- Write operations: create and update posts from JSON inputs, with safe defaults for drafts and visibility.
- Media handling: upload images for posts or profiles to enrich content.
- Workflow guidance: draft/publish flows and recovery from JSON-based error responses to support automation pipelines.
- Consistent output: stdout is formatted as a standardized JSON envelope with ok/data/error/meta fields for agent consumption.
Quick Start
Install velog-cli, authenticate, prepare a JSON input, and run velog post create to publish a draft.