cargo mate
Features
Commands
Pricing
Docs
Download
GitHub
Go Pro â
⥠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
đ
All Commands
Journey
Anchor
Captain's Log
Optimize
Team
PRO
Cloud
PRO
đŦ
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