Download Latest Version 0.19.32 source code.tar.gz (31.6 MB)
Email in envelope

Get an email when there's a new version of dstack

Home / 0.19.28
Name Modified Size InfoDownloads / Week
Parent folder
0.19.28 source code.tar.gz 2025-09-09 31.5 MB
0.19.28 source code.zip 2025-09-09 32.3 MB
README.md 2025-09-09 1.6 kB
Totals: 3 Items   63.9 MB 0

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:

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

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

What's Changed

Full Changelog: https://github.com/dstackai/dstack/compare/0.19.27...0.19.28

Source: README.md, updated 2025-09-09