Skip to main content

CLI: First Beta Release + Improved Messaging & Command Format Update

· One min read

We’re excited to announce the first beta release of the @apimatic/cliv1.0.0-beta.1! This milestone introduces a more intuitive command experience and sets the stage for future enhancements.

New Features

1. First Beta Release

  • The CLI is now available as a public beta, bringing streamlined API documentation and SDK generation to your workflow.

2. Improved Command Messaging

  • All commands now feature enhanced messaging, including clear intros and outros, for a more user-friendly experience.

3. Command Format Update

  • The default way to separate command topics has changed from a colon : to a space .
    • For example: apimatic portal:quickstartapimatic portal quickstart
    • The old colon separator remains supported for backward compatibility, but all documentation and help sections now use the space separator.

Upgrade Now

Install the latest CLI from NPM:

npm install -g @apimatic/cli@latest

For more details and usage examples, check out the official CLI README or visit the GitHub Repository.

Happy building! 🚀