Skip to content

Releases: Vonage/vonage-cli

3.0.0-beta.1

31 Oct 10:43
edb6695
Compare
Choose a tag to compare
3.0.0-beta.1 Pre-release
Pre-release

[Beta Release] - 2024-10-31

Added

  • vonage apps list, vonage apps numbers list, vonage apps create, vonage apps delete, vonage apps update, vonage apps show commands for managing applications.
  • Capability commands for video, verify, messages, voice, network apis, and rtc.
  • Commands for JWT creation (jwt create) and validation.
  • Config management commands (config set, config view) and authentication checks.
  • --force and --color flags for enhanced CLI customization.
  • App validation command and number linking for applications.
  • SDK and authentication middleware, as well as error handling and validation improvements.
  • New UX controls to enhance the user experience and spinner animations for command feedback.
  • Coerce helper functions for managing CLI flags and positional parameters.

Changed

  • Moved capability functions and flags to dedicated files, reducing conflicts and enhancing modularity.
  • Updated logging formats and console output.
  • Improved configuration validation in auth set and auth check.
  • Refined error and warning message formatting with line breaks.
  • Enhanced spinners and feedback for configuration and SDK operations.

Fixed

  • Corrected display of empty capabilities in applications.
  • Resolved issues with the auth check command that incorrectly required private keys even when not set.
  • Fixed an issue with extra commas in the capability display for meetings.
  • Addressed validation for app and private key requirements.

Deprecated

  • Removed the init command and timestamp from console logs for clarity and relevance.

Security

  • Enhanced JWT validation for improved security and consistency across commands.

Full Changelog 78a7660...3.0.0-beta.1

@vonage/[email protected]

08 Apr 13:41
1fac464
Compare
Choose a tag to compare

@vonage/[email protected]

25 Feb 22:38
Compare
Choose a tag to compare

Full Changelog: https://github.com/Vonage/vonage-cli/commits/@vonage/[email protected]## What's Changed

  • fix: Args not found bug
  • fix(jwt): default A to full permissions
  • fix(sms): -h was throwing an error

Full Changelog: https://github.com/Vonage/vonage-cli/commits/@vonage/[email protected]

@vonage/[email protected]

22 Feb 17:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/Vonage/vonage-cli/commits/@vonage/[email protected]

v1.1.0 - Added `numbers:update`

12 Jan 19:03
Compare
Choose a tag to compare

This update includes a new command, numbers:update.
Currently allows updates of the inbound SMS url.
Use vonage numbers:update -h for details on usage.
This also includes new testing harness and various bug fixes.