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:4317Added
- Short aliases for top-level flags like
--file,--version,--update,--from-curl,--from-openapiand OpenAPI import options. - Short aliases for shared execution flags like
--env,--env-file,--workspace,--timeout,--insecure,--follow,--proxy,--compareand--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.