pm2 list without the banner on top

Open
#5,615 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
45/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
javascript, node.js
Domain
cli

Research direction

Start by tracing the pm2 ls command entry point and compare its output with the existing --silent behavior. The change is done when pm2 ls can omit the ASCII logo and welcome banner while still displaying the process table; verify that --silent retains its current behavior.

Written by the indexing model from the issue text.

Description

What's going wrong?

I run "pm2 ls" all the time to view the status of my running process.
It's really annoying that it shows the ascii PM2 logo and welcome screen every time.
I saw another post where you can pass the --silent arg, but that suppresses everything, even the process table.

How could we reproduce this issue?

pm2 ls

Supporting information

I'm running version 3.2.4

Dominant language
JavaScript
Stars
43.3k
Forks
2.7k
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Unitech/pm2

All issues in Unitech/pm2

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.