![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.