Skip to content

Remove ora Dependency#121

Merged
sakshiarora386 merged 1 commit intomainfrom
fix/ora
Aug 5, 2025
Merged

Remove ora Dependency#121
sakshiarora386 merged 1 commit intomainfrom
fix/ora

Conversation

@yaswanthBonumaddi
Copy link
Collaborator

Migrate from npm to pnpm and Remove ora Dependency

Overview

This PR implements the following key changes:

  1. Migrates the codebase from npm to pnpm for package management
  2. Removes the ora dependency and replaces spinner functionality with console logs
  3. Ensures consistent package management across the project

Changes Made

  • Replaced all npm commands with pnpm equivalents throughout the codebase
  • Removed the ora dependency from package.json
  • Updated spinner functionality in:
    • src/utils/index.ts
    • src/commands/otel/index.ts
    • src/commands/plugin/index.ts
  • Modified build and run scripts to use pnpm
  • Ensured consistent package manager usage in all command handlers

Testing

  • Verified all CLI commands work as expected with pnpm
  • Confirmed that plugin installation/update/removal works without ora spinners
  • Tested build and development workflows

Impact

  • Improves package management consistency
  • Reduces dependencies by removing ora
  • Maintains existing functionality while modernizing the codebase

Related Issues

  • [Reference any related issues here]

Additional Notes

  • All existing functionality has been preserved
  • Console logs now provide clear feedback during operations that previously used spinners
  • The codebase is now ready for further development with pnpm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants