httpkeeper-cli
v1.1.1
Published
Run .http files (REST Client / JetBrains HTTP Client format) from the terminal: assertions, environments, secrets, SSE, WebSocket, JUnit output and an MCP server for agents. The command is `httpkeeper`. Runner of the HttpKeeper VS Code extension.
Maintainers
Readme
httpkeeper-cli
Run .http files from the terminal (the command is httpkeeper; the package is httpkeeper-cli because npm reserves names too close to an unrelated http-keeper). Same format as VS Code's REST Client and JetBrains' HTTP Client: requests, # @name, {{variables}}, http-client.env.json environments, import / run #name, # @assert checks, text/event-stream and WEBSOCKET.
$ npx httpkeeper-cli api.http --env dev --secret API_KEY=… --junit report.xml
ok login 200 184 ms
ok facturas 200 9 ms
2 peticiones, todo en verdeExit code 0 when every assertion passes, 1 when one fails, --json for machines, --junit for CI dashboards. httpkeeper mcp starts an MCP server so agents (Claude Code, Cursor, Copilot) can run your .http files as a tool.
This is the runner of the HttpKeeper VS Code extension, a maintained fork of REST Client by Huachao Mao (MIT). Docs and source: https://github.com/TecniartGalicia/httpkeeper
