Releases: Vonage/vonage-cli
Releases · Vonage/vonage-cli
3.0.0-beta.1
[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
, andrtc
. - 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
andauth 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
andprivate 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]
- fix(cli): Fix JWT ACL Parsing
Full Changelog: https://github.com/Vonage/vonage-cli/commits/@vonage/[email protected]
@vonage/[email protected]
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]
What's Changed
- chore(utils): Fix build issue with OutputArgs by @kellyjandrews in #47
- fix(conversations): Correct conversations output and add tests by @kellyjandrews in #46
- fix(applications): Add req'd inputs and fix usage by @kellyjandrews in #48
- feat(sms): Add SMS plugin by @kellyjandrews in #49
Full Changelog: https://github.com/Vonage/vonage-cli/commits/@vonage/[email protected]
v1.1.0 - Added `numbers:update`
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.