Releases: meshde/hit-cli
Releases · meshde/hit-cli
Scripted/non-interactive usage support
What's New
Typed Parameter Substitution
|boolean- substitute as JSON boolean (true/false)|number- substitute as JSON number|file- multipart file upload
Non-Interactive Body Handling
- Editor no longer opens automatically for request bodies
- Use
--edit-body(-e) to review/edit the body before sending - Use
--body-fileto provide a body from a file
Structured JSON Output
--jsonflag outputs the full response (URL, status, headers, body) as JSON- Useful for scripting and piping into tools like
jq
Other
- One-time upgrade notice for users upgrading from pre-0.6.0
- Resolved all clippy warnings across the codebase
better error handling
Add command to import OpenAPI specs
What's Changed
- chore: code quality improvements by @meshde in #27
- feat: add command to import swagger file by @meshde in #26
Full Changelog: v0.4.2...v0.5.0
add support for --version flag
Full Changelog: v0.4.1...v0.4.2
v0.4.1
Full Changelog: 0.4.0...v0.4.1
Support nested sub-commands
Full Changelog: v0.3.2...0.4.0
do not save previous request
currently if multiple processes try running a command, the app config json will be malformed as multiple processes try running to it
feat: add user agent headers to all requests
Full Changelog: v0.3.1...v0.3.2
fix endless autocomplete
Full Changelog: v0.3.0...v0.3.1