Skip to content

0.19.28

Choose a tag to compare

@r4victor r4victor released this 10 Sep 10:35
· 539 commits to master since this release
b8f2ade

CLI

Argument Handling

The CLI now properly handles unrecognized arguments and rejects them with clear error messages. The ${{ run.args }} interpolation for tasks and services is still supported but now requires the -- pseudo-argument separator:

dstack apply --reuse -- --some=arg --some-option

This change prevents accidental typos in command arguments from being silently ignored.

What's Changed

Full Changelog: 0.19.27...0.19.28