Commands Overview
stacy provides commands for Stata execution, package management, and project workflows.
By Category
Execution
stacy run- Execute scripts with error detectionstacy bench- Benchmark script performancestacy task- Run tasks from stacy.tomlstacy test- Run tests
Packages
stacy add/remove/update- Manage dependenciesstacy install- Install from lockfilestacy list/outdated- View package statusstacy lock- Generate/verify lockfile
Project
stacy init- Initialize new projectstacy deps- Analyze script dependencies
Utility
stacy env- Show configurationstacy doctor- System diagnosticsstacy explain- Look up error codesstacy cache- Manage build cache
Getting Help
stacy --help # General help
stacy run --help # Command-specific help
See Exit Codes for exit code reference.