github unkn0wn-root/resterm v0.39.4

5 hours ago

CLI: Short Flag Aliases

This release adds short aliases across resterm and resterm run.

Examples:

resterm -w _examples -R    
resterm -f requests.http -e dev
resterm run -r login -f json -b
resterm run -C dev,prod -B prod -toe collector:4317

Added

  • Short aliases for top-level flags like --file, --version, --update, --from-curl, --from-openapi and OpenAPI import options.
  • Short aliases for shared execution flags like --env, --env-file, --workspace, --timeout, --insecure, --follow, --proxy, --compare and --compare-base.
  • Short aliases for resterm run selection, output, execution, artifact, state and history flags.
  • Short telemetry aliases for OTLP tracing flags.

Improved

  • Help output now displays aliases together with their long flag, for example -e, --env string.
  • Flag help wraps to the available terminal width for cleaner output.

Compatibility

Existing documented long flags keep their current parsing behavior. The deprecated misspelled --recurisve alias was removed. Use --recursive or -R instead.

Don't miss a new resterm release

NewReleases is sending notifications on new releases.