Name | Modified | Size | Downloads / 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
- [Blog] Orchestrating GPUs on DigitalOcean and AMD Developer Cloud by @peterschmidt85 in https://github.com/dstackai/dstack/pull/3075
- Forbid deleting projects with active resources by @r4victor in https://github.com/dstackai/dstack/pull/3079
- Add a script to automatically generate expanded release notes using an LLM by @r4victor in https://github.com/dstackai/dstack/pull/3080
- [UI] Reworked dstack Sky sign-up page by @peterschmidt85 in https://github.com/dstackai/dstack/pull/3081
- [UI] Minor styling changes by @peterschmidt85 in https://github.com/dstackai/dstack/pull/3082
- Generate unique fleet name for autocreated fleets by @r4victor in https://github.com/dstackai/dstack/pull/3085
- Exclude current_resource.fleet by @r4victor in https://github.com/dstackai/dstack/pull/3087
- [CLI] Handle unrecognized arguments by @un-def in https://github.com/dstackai/dstack/pull/3076
- Add a new opt-in job network mode by @un-def in https://github.com/dstackai/dstack/pull/3043
- Generate CoreModel dynamically when using custom configs by @r4victor in https://github.com/dstackai/dstack/pull/3083
Full Changelog: https://github.com/dstackai/dstack/compare/0.19.27...0.19.28