⚡ All Commands

Explore the complete arsenal of Cargo Mate commands - from basic operations to advanced Pro features

🚀 Command Arsenal

40+
Total Commands
15
Core Commands
12
Pro Features
13
Free Forever
đŸŽŦ

Journey Commands

Recording & Replay
cm journey record [name]
Start recording a new development journey
cm journey record fixing-bug
cm journey record feature-work --desc "User auth implementation"
--desc Add description to journey
--public Make journey shareable PRO
â–ļī¸

Journey Replay

Recording & Replay
cm journey replay [name]
Replay a previously recorded journey
cm journey replay fixing-bug
cm journey replay feature-work --dry-run
--dry-run Show commands without executing
--step Execute commands one by one
📋

Journey Management

Recording & Replay
cm journey list
List all recorded journeys
cm journey list
cm journey list --public
cm journey delete [name]
Delete a recorded journey
cm journey delete old-journey
cm journey publish [name]
Publish journey to community PRO
cm journey publish fixing-bug --public
⚓

Anchor Commands

Project State Management
cm anchor save [name]
Save current project state as anchor
cm anchor save before-refactor
cm anchor save v1.0-release --desc "Stable release"
--desc Add description to anchor
--compress Compress saved state
â†Šī¸

Anchor Restore

Project State Management
cm anchor restore [name]
Restore project to saved anchor state
cm anchor restore before-refactor
cm anchor restore v1.0-release --force
--force Force restore without confirmation
--diff Show changes before restoring
📊

Anchor Management

Project State Management
cm anchor list
List all saved anchor points
cm anchor list
cm anchor list --sort date
cm anchor diff [name]
Show differences between current state and anchor
cm anchor diff before-refactor
📜

Captain's Log

Documentation & Notes
cm log add [message]
Add entry to captain's log
cm log add "Fixed memory leak in user module"
cm log add "Started implementing OAuth" --tag auth
--tag Add tags to log entry
--priority Set priority level
đŸ‘ī¸

Log Viewing

Documentation & Notes
cm log view
View captain's log entries
cm log view
cm log view --last 7
cm log view --tag auth
--last Show last N entries
--tag Filter by tag
⚡

Optimization

Performance & Quality
cm optimize [level]
Run optimization routines PRO
cm optimize basic
cm optimize aggressive
cm optimize performance --dry-run
--dry-run Preview optimizations
--backup Create anchor before optimizing
🔍

Code Analysis

Performance & Quality
cm analyze
Analyze code for issues and improvements
cm analyze
cm analyze --focus performance
--focus Focus on specific areas
--output Output format
đŸ‘Ĩ

Team Collaboration

Team Features PRO
cm team share [journey]
Share journey with team members
cm team share fixing-bug --team dev-team
cm team invite [email]
Invite user to team
cm team invite john@example.com --role developer
â˜ī¸

Cloud Sync

Cloud Features PRO
cm sync push
Sync local data to cloud
cm sync push
cm sync push --force
cm sync pull
Sync cloud data to local
cm sync pull
đŸ´â€â˜ ī¸

Fun Commands

Entertainment
cm mutiny [mode]
Enter YOLO mode for risky operations PRO
cm mutiny yolo
cm mutiny pirate
cm pirate [command]
Execute command with pirate flair
cm pirate cargo build