CLI improvements
- Added alias
-R
for--reuse
withdstack apply
- Shorten model URL output
dstack apply
anddstack attach
no longer rely on external tools such asps
andgrep
on Unix-like systems andpowershell
on Windows. With this change, it's now possible to usedstack
CLI client in minimal environments such as Docker containers, including the official dstackai/dstack image
What's Changed
- Add
DSTACK_{RUNNER,SHIM}_DOWNLOAD_URL
env vars by @un-def in #2023 - [Feature] Add alias
-R
for--reuse
withdstack apply
by @peterschmidt85 in #2032 - Replace
ps | grep
with psutil in SSHAttach by @un-def in #2029 - Shorten model URL output in CLI by @jvstme in #2035
Full Changelog: 0.18.27...0.18.28