> ## 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.15.0

> April 2, 2026

## <u>Features</u>

* `lager boxes lock` now accepts a `--user` flag to lock as a specific username, useful when running inside a Docker container where the effective user would otherwise be `root`

## <u>Improvements</u>

* `lager boxes` now shows a warning when any Lager Box is locked as `root`, with instructions to use `--user` or `lager defaults add --user`
* `LAGER_USER` environment variable is now the highest-priority source when determining the lager user for lock operations (before `~/.lager` config and the OS username)
* Lock output and error messages now display the user's email address when available. External tools that lock boxes using the `<tool>:<id>:<email>` lock format will have the email extracted and shown rather than the raw lock string
* `lager update` SSH operations now use `StrictHostKeyChecking=accept-new` to avoid host-key prompts on first connection to a new Lager Box
* `lager update` Docker rebuild step now correctly passes the explicit SSH key file when one is in use
* `lager update` stop/remove step now targets the `lager` and `pigpio` containers by name instead of stopping all running containers

## <u>Installation</u>

To install this version:

```bash theme={null}
pip install lager-cli==0.15.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.15.0/)
