Skip to content

fix(cli): add start-or-reload kebab-case alias#6136

Open
Hashim1999164 wants to merge 1 commit into
Unitech:masterfrom
Hashim1999164:fix/start-or-reload-alias
Open

fix(cli): add start-or-reload kebab-case alias#6136
Hashim1999164 wants to merge 1 commit into
Unitech:masterfrom
Hashim1999164:fix/start-or-reload-alias

Conversation

@Hashim1999164

@Hashim1999164 Hashim1999164 commented Jul 23, 2026

Copy link
Copy Markdown

Summary

  • Prefer start-or-reload as the CLI command name so it matches other kebab-style PM2 commands.
  • Keep startOrReload as an alias so existing scripts and docs keep working.

Fixes #6107

Test plan

  • pm2 start-or-reload ecosystem.config.js runs the same path as before
  • pm2 startOrReload ecosystem.config.js still works via the alias
  • pm2 --help lists start-or-reload

Keep startOrReload as an alias for backwards compatibility.
Fixes Unitech#6107
@CLAassistant

CLAassistant commented Jul 23, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

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 naming inconsistency: startOrReload should be start-or-reload

2 participants