# e-Próspera CLI v0.3.0 (/releases/eprospera-cli-0-3-0)

2026-08-12 · News — OAuth login, consented legal-entity reads, and read-only tax commands are now available in the official CLI.



<Callout title="News" type="info">
  Product update for CLI users and automation authors. The matching API
  capabilities are documented in [OAuth device authorization and tax
  reads](/releases/oauth-device-and-tax-api).
</Callout>

[`@prospera/eprospera-cli` v0.3.0](https://www.npmjs.com/package/@prospera/eprospera-cli)
adds browser-based OAuth device login and commands for user-consented
legal-entity and tax data.

## Install or update [#install-or-update]

```bash
npm install -g @prospera/eprospera-cli@latest
eprospera --version
```

The [GitHub v0.3.0 release](https://github.com/Honduras-Prospera-inc/eprospera-cli/releases/tag/v0.3.0)
also includes standalone bundles for Linux, macOS, and Windows.

## What changed [#what-changed]

* `eprospera auth login --oauth` uses the official public-client device flow.
* Access tokens refresh automatically with rotating refresh tokens.
* `eprospera --yes auth logout` attempts remote revocation before removing the local credential.
* `me legal-entities list`, `get`, and `documents` read entities selected during consent.
* `tax status`, `list`, `get`, and `download` read personal or consented-entity tax records.
* Tax downloads use owner-only permissions where supported and refuse accidental overwrites.

## Access and data handling [#access-and-data-handling]

Tax commands are read-only. They can access only the signed-in user's records
or an entity selected during consent that the user still represents. Tax
responses, assessments, returns, and some entity documents are confidential;
keep them out of logs, source control, and shared workspaces.

See the [CLI guide](/cli) for the complete command matrix and
[Tax and legal-entity data](/tax-and-entity-data) for scopes and access
boundaries.
