> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lagerdata.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Version 0.7.0

> March 10, 2026

> Historical note: the control-plane items in this release were part of a migration stage before downstream control-plane install/bootstrap was separated from open-source Lager.

## <u>Features</u>

* `lager devenv terminal --attach <container_name>` to attach to a running Docker container via `docker exec`
* `lager devenv terminal --shell <path>` to override the default shell when attaching
* Jobs WebSocket client added to control plane heartbeat for receiving and executing job dispatch commands during the migration window

## <u>Improvements</u>

* Default control plane URL updated to `https://api.stoutdata.ai` during the migration window

## <u>Installation</u>

To install this version:

```bash theme={null}
pip install lager-cli==0.7.0
```

To upgrade from a previous version:

```bash theme={null}
pip install --upgrade lager-cli
```

## Resources

[View Release on PyPI](https://pypi.org/project/lager-cli/0.7.0/)
