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

> March 3, 2026

## <u>Improvements</u>

### HTTPS Deployment

* `lager install` now deploys box code via HTTPS git clone instead of SSH, removing the need for GitHub deploy keys
* `lager update` automatically migrates existing boxes from SSH to HTTPS remote URLs
* Open-source release: the repository is publicly accessible, enabling installation and updates without GitHub credentials

## <u>Installation</u>

To install this version:

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