e-Próspera
Releases

e-Próspera CLI v0.3.0

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

View as Markdown

News

Product update for CLI users and automation authors. The matching API capabilities are documented in OAuth device authorization and tax reads.

@prospera/eprospera-cli v0.3.0 adds browser-based OAuth device login and commands for user-consented legal-entity and tax data.

Install or update

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

The GitHub v0.3.0 release also includes standalone bundles for Linux, macOS, and Windows.

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

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 for the complete command matrix and Tax and legal-entity data for scopes and access boundaries.

On this page