Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.49 KB

File metadata and controls

41 lines (26 loc) · 1.49 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]


[0.1.1] - 2026-04-02

Added

  • Scope alias all — passing --scopes all when creating a token now expands to every available scope returned by the API. The keyword is case-insensitive (ALL, All, etc. are all valid).

    openapi token create --scopes all
  • Global --who easter egg powered by the external billy-ray crate.

Changed

  • Updated billy-ray dependency to 0.1.1.
  • Refined command handling so global flags can work without forcing a subcommand.

[0.1.0] - 2026-02-16

Added

  • First public release of the Openapi CLI
  • Token management: create, list, revoke, scopes, credit
  • Scope aliases — use short service names instead of full scope strings when creating tokens
  • Method filtering for scope aliases (post:sms, get:company, …)
  • Sandbox mode via -S / --sandbox flag
  • Service commands: ai, automotive, cadastre, certified-email, chamber-of-commerce, company, docuengine, domains, esignature, exchange-rate, geocoding, invoice, massive-rem, paying-bills, pdf, postal-service, real-estate, risk, sdi, sms, time-stamping, trust, visengine, zip-codes
  • info command to verify environment variables and token scopes