github unkn0wn-root/resterm v0.21.2

latest releases: v0.34.1, v0.33.4, v0.33.3...
2 months ago

What's Changed

New resterm init command that makes it easier to start a new resterm project. Instead of manually creating files and copying examples from docs, you can now run a single command and get a working setup. I also improved the update experience for those who installed resterm through Homebrew.

Added

  • New resterm init command for bootstrapping projects. Running resterm init in a directory creates starter files including requests.http with example requests, environment files, and a RestermScript helper module. There are two templates available: standard (the default) which creates all files including documentation, and minimal which only creates the essentials. Use resterm init --list to see available templates. The command also adds resterm.env.json to your .gitignore automatically so you don't accidentally commit secrets.
  • Homebrew installation detection. If resterm was installed via Homebrew, the update notice now shows brew upgrade resterm instead of resterm --update. Attempting to run resterm --update on a Homebrew installation will show an error with the correct command to use.

Bug Fixes

  • Fixed the resterm logo not being centered on startup. The logo was passing through the response wrapping pipeline which stripped the leading spaces used for centering. The logo now bypasses the structured wrapping and renders correctly in the middle of the viewport.

Don't miss a new resterm release

NewReleases is sending notifications on new releases.