Releases: Honduras-Prospera-inc/eprospera-cli
Release list
v0.3.0
v0.2.0
Minor Changes
-
fb3737a: Refresh API coverage against the current e-Prospera OpenAPI spec and add three commands.
- Migrate
application payto the canonical/pay/voucherendpoint with a new--voucherflag.--couponremains as a deprecated alias that sends the code asvoucherCodeand prints a deprecation warning on stderr. - Add
application checkout <id>to create hosted checkout sessions (standardsk-API keys only; Agent Keys are rejected locally). Requires--redirect-urland exactly one of--provideror--payment-method <json>. - Add
referral list <code>to list Catalyst referral-code attribution (standardsk-API keys only). - Add
visitor-pass createto submit public visitor pass applications. This command needs no credential and never sends an Authorization header. - Regenerate
src/api/generated.tsfrom the published spec (18 to 35 paths).
- Migrate
v0.1.2
Patch Changes
- 0693b3c: Align package manager metadata and OpenCLI schema version with the published package.
- f052ca8: Clarify
auth whoamiscope-cache output and addauth whoami --verifyfor explicit API identity checks where supported. - 00c0f56: Let one-off Agent Keys from
--api-keyandEPROSPERA_API_KEYdefer scope authorization to the API when no cached scope metadata is available. Release versioning now also keeps the OpenCLI schema version in sync with the package version.
All notable changes to @prospera/eprospera-cli will be documented in this
file. This file is managed by Changesets;
do not edit it by hand. To propose a change to published behavior, run
pnpm exec changeset and commit the generated entry under .changeset/.
The format follows Keep a Changelog, and
the project adheres to Semantic Versioning.
v0.1.1
Changelog
All notable changes to @prospera/eprospera-cli will be documented in this
file. This file is managed by Changesets;
do not edit it by hand. To propose a change to published behavior, run
pnpm exec changeset and commit the generated entry under .changeset/.
The format follows Keep a Changelog, and
the project adheres to Semantic Versioning.
Unreleased
No unreleased changes.
0.1.1 - 2026-05-25
Patch Changes
- Pin prompt runtime dependencies and align Node engine metadata to avoid npm
install engine warnings from transitive prompt packages.
0.1.0 - 2026-05-25
- Initial public release of
@prospera/eprospera-cli. - Added the v0.1 command surface, generated OpenCLI schema/docs/completions,
API client core, credential handling, output formatting, tests, CI, npm
packaging, bundled release assets, and GitHub Actions release workflow.
@prospera/eprospera-cli@0.1.0
Initial public release of @prospera/eprospera-cli.\n\nPublished to npm as @prospera/eprospera-cli@0.1.0.