Skip to content

Add metaplex as a longform bin alias - #126

Merged
tonyboylehub merged 2 commits into
mainfrom
add-metaplex-bin-alias
May 21, 2026
Merged

Add metaplex as a longform bin alias#126
tonyboylehub merged 2 commits into
mainfrom
add-metaplex-bin-alias

Conversation

@tonyboylehub

Copy link
Copy Markdown
Contributor

Summary

  • Adds metaplex as a second bin alias pointing to the same entry point as mplx
  • Improves discoverability, particularly for AI assistants that check for the CLI by searching for metaplex rather than the short-form mplx

Test plan

  • Install the package globally and verify both mplx and metaplex resolve to the same CLI
  • Confirm metaplex --version and metaplex --help work as expected

@coderabbitai

coderabbitai Bot commented May 21, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Warning

Rate limit exceeded

@tonyboylehub has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 57 minutes and 59 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: c02319db-568c-498d-9553-ea361844e5d9

📥 Commits

Reviewing files that changed from the base of the PR and between aed6e8f and c36587a.

📒 Files selected for processing (1)
  • package.json

Walkthrough

The PR adds a metaplex executable alias alongside the existing mplx in the package.json bin field and scripts section, both pointing to ./bin/run.js.

Changes

CLI Executable Aliasing

Layer / File(s) Summary
Add metaplex alias to bin and scripts
package.json
The bin field gains a metaplex executable entry pointing to ./bin/run.js alongside the existing mplx entry. The scripts section gains a matching metaplex script command.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change—adding 'metaplex' as a longform CLI alias—and clearly summarizes the primary purpose of the changeset.
Description check ✅ Passed The description is directly related to the changeset, explaining both the change (adding metaplex as a bin alias) and its motivation (improving discoverability for AI assistants).
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

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

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch add-metaplex-bin-alias

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@tonyboylehub
tonyboylehub merged commit 6d1094a into main May 21, 2026
1 of 3 checks passed
@tonyboylehub
tonyboylehub deleted the add-metaplex-bin-alias branch May 21, 2026 21:03
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.

2 participants