You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* All commands now reject unrecognized arguments
* Undocumented `${{ run.args }}` for tasks and services is still
supported but requires `--` pseudo-argument:
> If you have positional arguments that must begin with `-`
> and don’t look like negative numbers, you can insert
> the pseudo-argument `'--'` which tells `parse_args()`
> that everything after that is a positional argument
```
dstack apply --reuse -- --some=arg --some-option
^^
```
Fixes: #3073
0 commit comments