Skip to content

v1.0.9 - Add Version and Update Commands

Choose a tag to compare

@belivenn belivenn released this 11 Aug 01:19
· 5 commits to master since this release

What's New in v1.0.9

�� New Commands

  • openbook-cli --version - Show current version
  • openbook-cli --update - Update to latest version (basic implementation)

🔧 Improvements

  • Better error handling - User-friendly messages instead of raw Solana errors
  • Improved validation - Better checks for invalid public keys and non-market addresses
  • Enhanced usage information - Shows helpful commands when errors occur

🐛 Bug Fixes

  • Fixed raw Solana error display
  • Fixed missing usage information on errors
  • Improved error handling throughout the CLI

📦 Installation

npm install -g openbook-cli@1.0.9

�� Usage Examples

# Check version
openbook-cli --version

# Update to latest
openbook-cli --update

# Get help
openbook-cli --help