New Features
- global: All
HashandArrayoptions are now cumulative (merged). Value@none:resets to empty value. - global: Improved error diagnostic during evaluation of extended value.
- global: New extended value modifier:
@:(empty modifier) to evaluate remaining arguments asHashorArray. - global: New extended value modifier:
@stdin:chompreads stdin and removes\n. config: New option:parserallows definition of default parser for extended values when expecting aHashorArraytype.orchestrator: Commands now takes optionquery.aoc: The admin command fornodenow support nodes owned by admin, so that secret is no more necessary.
Issues Fixed
aoc: Restored commandadmin workspace shared_folder :id listwhich was since 4.11.0.direct: When usingascp4do not set env var:ASPERA_TEST_REDIS_DISABLE, else it fails with:Failed to initialize application.
Breaking Changes
aoc: Optionpackage_folderis now a Hash instead of formatted String.aoc: Deprecated optionscope. It is selected from the command directly. Forbearer_token --scope=admin:all, now use:admin bearer_token.server: By default, SSH optionuse_agentis nowfalse.config: Removed optionuse_product, replaced with prefixproduct:of optionascp_path.config: Secret lookup is no more automatic, activate setting optionsecrettoPRESET.faspex5: Removed deprecated (4.18) command inadmin:resource, use resource name as command directly inadmin.preview: Replaced gemmimemagicwithmarcel.- global: Extended value modifier
@stdbin:is replaced with@stdin:bin. - Build system uses now
rakeinstead ofmakefor easier portability on Windows. - PDF manual removed from repo, it is now generated for releases only.
- HTML manual is not generated anymore.