Skip to content

feat(cli): add explorer stop command#449

Open
stanlou wants to merge 2 commits intodevelopfrom
feature/cli-add-explorer-stop-command
Open

feat(cli): add explorer stop command#449
stanlou wants to merge 2 commits intodevelopfrom
feature/cli-add-explorer-stop-command

Conversation

@stanlou
Copy link
Collaborator

@stanlou stanlou commented Mar 9, 2026

closes #443.

Changes:

  • Run the explorer Docker container in detached mode.
  • Add explorer stop CLI command to stop the running container.

Usage:

npx protokit explorer start  
npx protokit explorer stop 

@stanlou stanlou requested a review from rpanic March 9, 2026 15:50
"-d",
"--rm",
"--name",
"protokit-explorer",
Copy link
Member

Choose a reason for hiding this comment

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

Can we reuse the constant you defined in stop here?

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.

CLI: Add explorer stop command

2 participants