aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/commands
AgeCommit message (Expand)Author
2026-02-22fix(browse): match Composer's error messages, output formatting, and stderr b...nsfisis
2026-02-22feat(cli): match Composer's --version output formatnsfisis
2026-02-22fix(search): match Composer's --only-vendor and JSON output formatsnsfisis
2026-02-22feat(search): display abandoned package indicator in search resultsnsfisis
2026-02-22refactor(console): add console_format! proc macro and migrate all commandsnsfisis
2026-02-22fix(validate): use CamelCase-to-dash name suggestion and propagate dependency...nsfisis
2026-02-22fix(suggests): add deduplication and ANSI color outputnsfisis
2026-02-22fix(depends): align exit codes and error messages with Composernsfisis
2026-02-22fix(search): validate --only-name/--only-vendor exclusivity and --format valuesnsfisis
2026-02-22fix(bump): align output messages with Composer outputnsfisis
2026-02-22fix(licenses): align error messages with Composer outputnsfisis
2026-02-22fix(suggests): align output formatting and root package filtering with Composernsfisis
2026-02-22fix(clear-cache): enforce 1 GB repo cache size limit during GCnsfisis
2026-02-22fix(about): respect --quiet flag by using console outputnsfisis
2026-02-22fix(bump): return exit code 1 on dry-run with changes and warn when type is a...nsfisis
2026-02-22chore: cargo fmtnsfisis
2026-02-22feat(remove): implement --unused flag to prune orphan packagesnsfisis
2026-02-22feat(validate): implement --with-dependencies flagnsfisis
2026-02-22feat(update): implement --patch-only, --root-reqs, --bump-after-updatensfisis
2026-02-22feat(audit): display version info in audit outputnsfisis
2026-02-22refactor: reorganize crates to match Composer subpackage structurensfisis
2026-02-22fix(install): fall back to update when composer.lock is missingnsfisis
2026-02-22fix(resolver): replace __root__ with actual package name in error messagesnsfisis
2026-02-22fix(platform): detect PHP version from runtime instead of hardcoding 8.1nsfisis
2026-02-22chore: cargo fmtnsfisis
2026-02-22refactor(http): centralize User-Agent string in mozart-corensfisis
2026-02-22chore: remove some of #[ignore] attributesnsfisis
2026-02-22feat(init): add interactive dependency selection via Packagist searchnsfisis
2026-02-22feat(repository): implement repository command with all actionsnsfisis
2026-02-22refactor(async): migrate from blocking HTTP to async/await with tokionsfisis
2026-02-22refactor(workspace): split monolithic crate into 6 workspace cratesnsfisis
2026-02-21feat(completion): add shell completion generation via clap_completensfisis
2026-02-21feat(console): add structured error handling, verbosity, and suggestionsnsfisis
2026-02-21feat(self-update): implement command to update Mozart via GitHub Releasesnsfisis
2026-02-21feat(archive): implement command to create distributable archivesnsfisis
2026-02-21fix(licenses): handle root license as array and add ANSI color to headernsfisis
2026-02-21feat(global): implement command to run subcommands in global Composer dirnsfisis
2026-02-21feat(check-platform-reqs): implement command to verify PHP platform requirementsnsfisis
2026-02-21fix(licenses): match Composer text output formatnsfisis
2026-02-21feat(diagnose): implement diagnose command to check system health and connect...nsfisis
2026-02-21feat(run-script): implement run-script command to execute composer.json scriptsnsfisis
2026-02-21feat(audit): implement audit command to check packages for security vulnerabi...nsfisis
2026-02-21feat(create-project): implement create-project command to scaffold new projec...nsfisis
2026-02-21feat(reinstall): implement reinstall command to re-download specified packagesnsfisis
2026-02-21feat(status): implement status command to detect local vendor modificationsnsfisis
2026-02-21feat(exec): implement exec command to run vendor binariesnsfisis
2026-02-21feat(bump): implement bump command to raise version constraints to installed ...nsfisis
2026-02-21feat(browse): implement browse command to open package URLs in browsernsfisis
2026-02-21feat(suggests): implement suggests command with filtering and multiple output...nsfisis
2026-02-21feat(fund): implement fund command with text and JSON outputnsfisis