{"id":16445966,"url":"https://github.com/ne1ro/capistrano_pm2","last_synced_at":"2025-10-25T07:52:05.741Z","repository":{"id":27067613,"uuid":"30533830","full_name":"ne1ro/capistrano_pm2","owner":"ne1ro","description":"Capistrano integration for PM2","archived":false,"fork":false,"pushed_at":"2017-12-18T10:29:55.000Z","size":10,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-07T13:57:58.922Z","etag":null,"topics":["capistrano","nodejs","pm2","ruby"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ne1ro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-09T12:03:07.000Z","updated_at":"2018-07-23T00:55:21.000Z","dependencies_parsed_at":"2022-08-07T12:15:19.788Z","dependency_job_id":null,"html_url":"https://github.com/ne1ro/capistrano_pm2","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/ne1ro/capistrano_pm2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ne1ro%2Fcapistrano_pm2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ne1ro%2Fcapistrano_pm2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ne1ro%2Fcapistrano_pm2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ne1ro%2Fcapistrano_pm2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ne1ro","download_url":"https://codeload.github.com/ne1ro/capistrano_pm2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ne1ro%2Fcapistrano_pm2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280923470,"owners_count":26414234,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-25T02:00:06.499Z","response_time":81,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["capistrano","nodejs","pm2","ruby"],"created_at":"2024-10-11T09:45:59.406Z","updated_at":"2025-10-25T07:52:05.712Z","avatar_url":"https://github.com/ne1ro.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Capistrano_pm2\n\nPM2 support for Capistrano 3.x.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'capistrano_pm2'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install capistrano_pm2\n\n## Usage\n\nRequire in Capfile to use the default task:\n\n```ruby\nrequire 'capistrano/pm2'\n```  \n**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`\n\nConfigurable options:  \n```ruby\nset :pm2_config, 'config/pm2.json' # PM2 config path by default\n```  \n\n## Tasks list\n\nWith config:  \n`cap pm2:stop                       # Stop server  `  \n`cap pm2:start                      # Start server  `  \n`cap pm2:restart                    # Restart server  `  \n`cap pm2:reload                     # Reload server  `  \n`cap pm2:reload                     # Reload server  `  \n  \nWithout config:  \n`cap pm2:delete[id]                 # Delete process by id or name`  \n`cap pm2:describe[id]               # Describe process by id or name`  \n`cap pm2:kill                       # Kill PM2`  \n`cap pm2:list                       # List of processes`  \n`cap pm2:save                       # Save the processes list`  \n`cap pm2:startup                    # Startup script`  \n`cap pm2:dump                       # Dump processes`  \n`cap pm2:resurrect                  # Resurrect processes`  \n`cap pm2:flush                      # Flush logs`  \n`cap pm2:reload_logs                # Reload logs`  \n`cap pm2:ping                       # Ping PM2`  \n\n\n## Contributing\n\n1. Fork it ( https://github.com/ne1ro/capistrano_pm2/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fne1ro%2Fcapistrano_pm2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fne1ro%2Fcapistrano_pm2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fne1ro%2Fcapistrano_pm2/lists"}