-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
breaking-changeIntroduces breaking changesIntroduces breaking changescomponent-cliCLI commands and interfaceCLI commands and interfacephase-1-e2b-enhancedPhase 1: Enhanced E2B features (v2.0)Phase 1: Enhanced E2B features (v2.0)priority-highHigh priority - address soonHigh priority - address soon
Description
Summary
Change the CLI interface from hyphenated commands to modern subcommand structure for better UX and consistency with common CLI patterns.
Current Commands (Hyphenated)
parallel-cc mcp-serve
parallel-cc watch-merges
parallel-cc merge-status
parallel-cc sandbox-run
parallel-cc sandbox-logs
parallel-cc sandbox-download
parallel-cc sandbox-killProposed Commands (Subcommands)
parallel-cc mcp serve
parallel-cc watch merges
parallel-cc merge status
parallel-cc sandbox run
parallel-cc sandbox logs
parallel-cc sandbox download
parallel-cc sandbox killBenefits
- Modern CLI patterns: Follows conventions used by popular tools (git, kubectl, gh, docker)
- Better organization: Logical grouping of related commands (all sandbox operations under
sandboxnamespace) - Improved discoverability: Users can run
parallel-cc sandboxto see available sandbox operations - Cleaner help output: Subcommands can have their own help sections
Implementation Considerations
- Maintain backward compatibility by supporting both formats during transition period
- Add deprecation warnings for hyphenated versions
- Update all documentation (README, docs/, examples)
- Update bash/zsh completion scripts
Breaking Change
This is a breaking change that should be part of a major version bump (v2.0.0).
Co-Authored-By: Warp agent@warp.dev
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
breaking-changeIntroduces breaking changesIntroduces breaking changescomponent-cliCLI commands and interfaceCLI commands and interfacephase-1-e2b-enhancedPhase 1: Enhanced E2B features (v2.0)Phase 1: Enhanced E2B features (v2.0)priority-highHigh priority - address soonHigh priority - address soon