0.18.28
CLI improvements
- Added alias
-Rfor--reusewithdstack apply - Shorten model URL output
dstack applyanddstack attachno longer rely on external tools such aspsandgrepon Unix-like systems andpowershellon Windows. With this change, it's now possible to usedstackCLI client in minimal environments such as Docker containers, including the official dstackai/dstack image
What's Changed
- Add
DSTACK_{RUNNER,SHIM}_DOWNLOAD_URLenv vars by @un-def in #2023 - [Feature] Add alias
-Rfor--reusewithdstack applyby @peterschmidt85 in #2032 - Replace
ps | grepwith 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