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

> January 07, 2026

## <u>Features</u>

### Custom User Support for Install and Uninstall

* `lager install` and `lager uninstall` now support custom SSH usernames
* Use `--user` flag to specify non-default users for box deployment
* Enables deployment to boxes with different user configurations
* Automatically uses configured user from `.lager` file when using `--box` flag

## <u>Installation</u>

To install this version:

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

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.3.4/)
