Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: pm2 plus cli #3784

Merged
merged 1 commit into from
Jul 11, 2018
Merged

feature: pm2 plus cli #3784

merged 1 commit into from
Jul 11, 2018

Conversation

Unitech
Copy link
Owner

@Unitech Unitech commented Jul 11, 2018

No description provided.

@Unitech Unitech requested a review from wallet77 July 11, 2018 10:53
@@ -68,19 +68,19 @@ Modularizer.install = function (CLI, moduleName, opts, cb) {
return cb(Common.retErr(e));
}

Modularizer.installMultipleModules(config.dependencies, cb);
Modularizer.installMultipleInternalModules(config.dependencies, cb);
Copy link
Contributor

Choose a reason for hiding this comment

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

This method can be used to install multiple modules from "dependencies" property in ecossytem file.
So it can install modules which are not "internals".

Copy link
Owner Author

Choose a reason for hiding this comment

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

I specified a name for it because it only install internal module and not independent module (like pm2-server-monit, pm2-logrotate...)

@Unitech Unitech merged commit e8c13c3 into development Jul 11, 2018
@Unitech Unitech deleted the pm2-plus-cli branch December 10, 2019 15:52
inerc pushed a commit to inerc/pm2 that referenced this pull request Feb 11, 2020
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.

None yet

2 participants