Introduce standalone ops CLI - #2998
Open
clement-ux wants to merge 1 commit into
Open
Conversation
clement-ux
requested review from
naddison36,
shahthepro and
sparrowDom
as code owners
September 1, 2026 07:47
This was referenced Sep 1, 2026
clement-ux
force-pushed
the
chore/introduce-standalone-ops-cli
branch
from
September 1, 2026 08:04
7845f1a to
e0f5d70
Compare
clement-ux
changed the base branch from
master
to
chore/remove-obsolete-historical-artifacts
September 1, 2026 08:05
clement-ux
force-pushed
the
chore/introduce-standalone-ops-cli
branch
from
September 1, 2026 08:25
e0f5d70 to
1908fb1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Plain-English summary
Hardhat is currently acting as a command launcher for operational tasks. The useful logic already lives in ordinary TypeScript handlers, but operators must still enter through
hardhatto reach it.This PR adds a small standalone CLI that calls those same handlers directly. The commands, parameters, signers, roles, and deployment data stay the same; only the entry point changes.
The local/forked node still uses Hardhat in this layer. That is replaced separately in #2999.
Before and after
This is a runtime CLI migration, not a contract compilation or deployment migration. Foundry already handles those jobs.
What changes in this PR
pnpm opswith the complete 75-command public catalogue;What does not change yet
Stack and merge order
Base: #2997 (
chore/remove-obsolete-historical-artifacts)Merge in cascade: #3000 → #2999 → #2998 → #2997 →
master.What to review
Please focus on behavioral parity:
Validation
pnpm install --frozen-lockfilepnpm test:tasks— 38 passingpnpm test:scripts— 66 passingpnpm test:layouts— 11 passingpnpm typecheckpnpm lint:js,pnpm lint:ts,pnpm prettier:checkforge build contracts/ -j 1