{"id":28248663,"url":"https://github.com/easyengine/service-command","last_synced_at":"2025-06-13T10:30:38.128Z","repository":{"id":45582383,"uuid":"139425142","full_name":"EasyEngine/service-command","owner":"EasyEngine","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-27T13:07:34.000Z","size":224,"stargazers_count":3,"open_issues_count":11,"forks_count":7,"subscribers_count":5,"default_branch":"develop","last_synced_at":"2025-05-24T09:19:50.014Z","etag":null,"topics":["easyengine","easyengine-command","hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EasyEngine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-02T10:01:20.000Z","updated_at":"2024-05-24T11:52:27.000Z","dependencies_parsed_at":"2024-05-01T05:38:03.881Z","dependency_job_id":"5793607d-0ecf-4ea7-bd19-bde5547350ff","html_url":"https://github.com/EasyEngine/service-command","commit_stats":{"total_commits":130,"total_committers":9,"mean_commits":"14.444444444444445","dds":0.5923076923076923,"last_synced_commit":"4f83e14e7040388be3656989b4166d8e2a12913d"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/EasyEngine/service-command","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyEngine%2Fservice-command","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyEngine%2Fservice-command/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyEngine%2Fservice-command/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyEngine%2Fservice-command/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EasyEngine","download_url":"https://codeload.github.com/EasyEngine/service-command/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyEngine%2Fservice-command/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259627092,"owners_count":22886787,"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","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":["easyengine","easyengine-command","hacktoberfest"],"created_at":"2025-05-19T12:16:44.034Z","updated_at":"2025-06-13T10:30:38.114Z","avatar_url":"https://github.com/EasyEngine.png","language":"PHP","readme":"easyengine/service-command\n==========================\n\nCommand to manager global containers/services in EasyEngine\n\n\n\nQuick links: [Using](#using) | [Contributing](#contributing) | [Support](#support)\n\n## Using\n\nThis package implements the following commands:\n\n### ee service\n\nManages global services of EasyEngine.\n\n~~~\nee service\n~~~\n\n**EXAMPLES**\n\n    # Restarts global nginx proxy service\n    $ ee service restart nginx-proxy\n\n\n\n### ee service enable\n\nStarts global services.\n\n~~~\nee service enable \u003cservice-name\u003e\n~~~\n\n**OPTIONS**\n\n\t\u003cservice-name\u003e\n\t\tName of service.\n\n**EXAMPLES**\n\n    # Enable global service\n    $ ee service enable nginx-proxy\n\n\n\n### ee service disable\n\nStops global services.\n\n~~~\nee service disable \u003cservice-name\u003e\n~~~\n\n**OPTIONS**\n\n\t\u003cservice-name\u003e\n\t\tName of service.\n\n**EXAMPLES**\n\n    # Disable global service\n    $ ee service disable nginx-proxy\n\n\n\n### ee service restart\n\nRestarts global services.\n\n~~~\nee service restart \u003cservice-name\u003e\n~~~\n\n**OPTIONS**\n\n\t\u003cservice-name\u003e\n\t\tName of service.\n\n**EXAMPLES**\n\n    # Restart global service\n    $ ee service restart nginx-proxy\n\n\n\n### ee service reload\n\nReloads global service without restarting services.\n\n~~~\nee service reload \u003cservice-name\u003e\n~~~\n\n**OPTIONS**\n\n\t\u003cservice-name\u003e\n\t\tName of service.\n\n**EXAMPLES**\n\n    # Reload global service\n    $ ee service reload nginx-proxy\n\n## Contributing\n\nWe appreciate you taking the initiative to contribute to this project.\n\nContributing isn’t limited to just code. We encourage you to contribute in the way that best fits your abilities, by writing tutorials, giving a demo at your local meetup, helping other users with their support questions, or revising our documentation.\n\n### Reporting a bug\n\nThink you’ve found a bug? We’d love for you to help us get it fixed.\n\nBefore you create a new issue, you should [search existing issues](https://github.com/easyengine/service-command/issues?q=label%3Abug%20) to see if there’s an existing resolution to it, or if it’s already been fixed in a newer version.\n\nOnce you’ve done a bit of searching and discovered there isn’t an open or fixed issue for your bug, please [create a new issue](https://github.com/easyengine/service-command/issues/new). Include as much detail as you can, and clear steps to reproduce if possible.\n\n### Creating a pull request\n\nWant to contribute a new feature? Please first [open a new issue](https://github.com/easyengine/service-command/issues/new) to discuss whether the feature is a good fit for the project.\n\n## Support\n\nGithub issues aren't for general support questions, but there are other venues you can try: https://easyengine.io/support/\n\n\n*This README.md is generated dynamically from the project's codebase using `ee scaffold package-readme` ([doc](https://github.com/EasyEngine/scaffold-command)). To suggest changes, please submit a pull request against the corresponding part of the codebase.*\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasyengine%2Fservice-command","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feasyengine%2Fservice-command","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasyengine%2Fservice-command/lists"}