
Security News
Researcher Exposes Zero-Day Clickjacking Vulnerabilities in Major Password Managers
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
PM2 support for Capistrano 3.x.
Add this line to your application's Gemfile:
gem 'capistrano_pm2'
And then execute:
$ bundle
Or install it yourself as:
$ gem install capistrano_pm2
Require in Capfile to use the default task:
require 'capistrano/pm2'
pm2:restart task will run after deploy:published as part of Capistrano's default deploy, or can be run in isolation with bundle exec cap production pm2:restart
Configurable options:
set :pm2_config, 'config/pm2.json' # PM2 config path by default
With config:
cap pm2:stop # Stop server
cap pm2:start # Start server
cap pm2:restart # Restart server
cap pm2:reload # Reload server
cap pm2:reload # Reload server
Without config:
cap pm2:delete[id] # Delete process by id or name
cap pm2:describe[id] # Describe process by id or name
cap pm2:kill # Kill PM2
cap pm2:list # List of processes
cap pm2:save # Save the processes list
cap pm2:startup # Startup script
cap pm2:dump # Dump processes
cap pm2:resurrect # Resurrect processes
cap pm2:flush # Flush logs
cap pm2:reload_logs # Reload logs
cap pm2:ping # Ping PM2
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that capistrano_pm2 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.