Skip to content

MPT-17812: rename mpt-tool to mpt-service-cli#36

Merged
svazquezco merged 1 commit intomainfrom
MPT-17812-rename-mpt-tool-to-mpt-sevice-cli
Feb 9, 2026
Merged

MPT-17812: rename mpt-tool to mpt-service-cli#36
svazquezco merged 1 commit intomainfrom
MPT-17812-rename-mpt-tool-to-mpt-sevice-cli

Conversation

@svazquezco
Copy link
Collaborator

@svazquezco svazquezco commented Feb 6, 2026

Closes MPT-17812

Changes

  • Updated project script entry point in pyproject.toml to rename the CLI command from mpt-tool to mpt-service-cli
  • Updated Makefile to invoke the CLI using the new mpt-service-cli command name
  • Updated documentation in docs/PROJECT_DESCRIPTION.md to reflect the new CLI command name in examples and instructions

@svazquezco svazquezco requested a review from a team as a code owner February 6, 2026 15:33
@svazquezco svazquezco requested review from alephsur and d3rky February 6, 2026 15:33
@coderabbitai
Copy link

coderabbitai bot commented Feb 6, 2026

📝 Walkthrough

Walkthrough

The pull request renames the CLI tool from mpt-tool to mpt-service-cli across configuration files, documentation, and build instructions. The underlying callable reference (mpt_tool.cli:main) remains unchanged.

Changes

Cohort / File(s) Summary
Configuration & Build
pyproject.toml, makefile
Updated script entry name in project configuration and make target from mpt-tool to mpt-service-cli.
Documentation
docs/PROJECT_DESCRIPTION.md
Replaced all references to mpt-tool command invocations with mpt-service-cli in examples and instructions.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Jira Issue Key In Title ✅ Passed The PR title contains exactly one Jira issue key in the correct MPT-XXXX format at the beginning.
Test Coverage Required ✅ Passed PR modifies only documentation, build configuration, and project metadata files—no functional code files are changed, so test coverage requirement does not apply.
Single Commit Required ✅ Passed The pull request contains exactly one commit (f47aea5) that renames mpt-tool to mpt-service-cli across documentation, makefile, and configuration files.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Comment @coderabbitai help to get the list of available commands and usage tips.

@svazquezco svazquezco force-pushed the MPT-17812-rename-mpt-tool-to-mpt-sevice-cli branch 2 times, most recently from 07ac92f to ffed8fa Compare February 6, 2026 15:34
@svazquezco svazquezco force-pushed the MPT-17812-rename-mpt-tool-to-mpt-sevice-cli branch from ffed8fa to f47aea5 Compare February 6, 2026 15:35
@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 6, 2026

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
docs/PROJECT_DESCRIPTION.md (1)

1-3: ⚠️ Potential issue | 🟡 Minor

Document title and description still reference mpt-tool.

Lines 1 and 3 still use the old name (mpt-tool CLI, mpt-tool is a command-line utility…), while every CLI invocation in the rest of the document now reads mpt-service-cli. This creates a confusing mix of names for the reader. Consider updating these to mpt-service-cli for consistency with the rest of the document.

📝 Suggested fix
-# mpt-tool CLI
+# mpt-service-cli

-mpt-tool is a command-line utility to scaffold, run, and audit migrations for MPT extensions.
+mpt-service-cli is a command-line utility to scaffold, run, and audit migrations for MPT extensions.

Copy link

@albertsola albertsola left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would personally would remove the word cli from the command name. mpt-service is explicit enough given you will call that from bash/zsh

@svazquezco svazquezco merged commit 539ddd8 into main Feb 9, 2026
4 checks passed
@svazquezco svazquezco deleted the MPT-17812-rename-mpt-tool-to-mpt-sevice-cli branch February 9, 2026 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants