{"id":33963769,"url":"https://github.com/softpulze/devpulse-cli","last_synced_at":"2025-12-12T22:47:32.402Z","repository":{"id":265954650,"uuid":"896799758","full_name":"softpulze/devpulse-cli","owner":"softpulze","description":"DevPulseCLI: Your shortcut through the development grind.","archived":false,"fork":false,"pushed_at":"2025-09-16T16:42:32.000Z","size":73493,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-27T13:22:56.133Z","etag":null,"topics":["cli","cli-tool","dev","developer","developer-tools","development"],"latest_commit_sha":null,"homepage":"https://github.com/devpulse-lab/devpulse-cli","language":"PHP","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/softpulze.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-01T10:45:49.000Z","updated_at":"2025-09-13T17:07:32.000Z","dependencies_parsed_at":"2024-12-29T11:22:55.520Z","dependency_job_id":"7c245ee7-c835-471a-abb4-e74d4c35df83","html_url":"https://github.com/softpulze/devpulse-cli","commit_stats":null,"previous_names":["ashokbaruaakas/devpro","ashokbaruaakas/prodev-cli","devpulse-lab/devpulse-cli","softpulselab/devpulse-cli","softpulsehub/devpulse-cli","softpulze/devpulse-cli"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/softpulze/devpulse-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softpulze%2Fdevpulse-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softpulze%2Fdevpulse-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softpulze%2Fdevpulse-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softpulze%2Fdevpulse-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/softpulze","download_url":"https://codeload.github.com/softpulze/devpulse-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softpulze%2Fdevpulse-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27694010,"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-12-12T02:00:06.775Z","response_time":129,"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":["cli","cli-tool","dev","developer","developer-tools","development"],"created_at":"2025-12-12T22:47:31.847Z","updated_at":"2025-12-12T22:47:32.394Z","avatar_url":"https://github.com/softpulze.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"/arts/devpulse-cli-logo.svg\" alt=\"Overview DevPulse PHP\" style=\"width:200px\"\u003e\n\u003c/p\u003e\n\n**DevPulse** is an open-source, lightweight command-line interface (CLI) designed to simplify and standardize development workflows. It provides a unified interface for managing scripts and server connections across platforms, boosting productivity and reducing complexity.\n\n⚠️ **Note**: DevPulse is in active development. We're working toward a stable release—stay tuned!\n\n## Key Features\n\n-   🌍 **Cross-Platform Support**: Available via Composer; support for Windows, macOS, and Linux coming soon.\n-   ⚡ **Quick Setup**: Auto-generates configuration on first run or with `devpulse init`.\n-   🔄 **Smart Configuration Merging**: Combines global and local configurations, with local settings taking precedence.\n-   📝 **User-Friendly JSON Configs**: Easy-to-edit, human-readable JSON files for scripts and servers.\n-   🔒 **Full Data Control**: Store configurations locally with no vendor lock-in.\n-   🛡️ **Lightweight \u0026 Secure**: Zero dependencies, safe for any environment, including servers.\n-   🛠️ **Script Management**: Easily add, remove, edit, list, and run scripts with intuitive commands. Execute multiple scripts simultaneously, including concurrent execution.\n-   🌐 **Server Management**: Easily add, remove, edit, list, and SSH into servers without manual configuration of host, port, or other SSH details.\n\n## Installation\n\n### Prerequisites\n\n-   **PHP**: Version 8.2 or higher\n-   **Composer**: Required for installation\n-   **PATH Setup**: Ensure Composer's global bin directory is in your PATH. Add this to your `.bashrc`, `.zshrc`, or equivalent:\n    ```bash\n    export PATH=\"$PATH:$HOME/.composer/vendor/bin\"\n    ```\n\n### Install DevPulse\n\n1. Install globally via Composer:\n    ```bash\n    composer global require softpulze/devpulse-cli\n    ```\n2. Verify installation:\n    ```bash\n    devpulse --version\n    ```\n\n## Getting Started\n\n### Initial Setup\n\nRun DevPulse for the first time to auto-generate a configuration file, or initialize manually:\n\n```bash\ndevpulse init\n```\n\n`devpulse init` creates a `devpulse.json` file in the current directory. When executing any command, local settings (`./devpulse.json`) take precedence over global settings (e.g., `~/.devpulse/devpulse.json`).\n\n### Configuration File\n\nDevPulse uses a simple `devpulse.json` file to manage scripts and servers. Example:\n\n```json\n{\n    \"scripts\": [\n        {\n            \"name\": \"rector\",\n            \"command\": \"./vendor/bin/rector\",\n            \"description\": \"Refactor with Rector\"\n        },\n        {\n            \"name\": \"pint\",\n            \"command\": \"./vendor/bin/pint\",\n            \"description\": \"Reformat code with Pint\"\n        },\n        {\n            \"name\": \"refacto\",\n            \"command\": \"devpulse run rector,pint\",\n            \"description\": \"Refactor code with rector and reformat code with Pint\"\n        }\n    ],\n    \"servers\": [\n        {\n            \"name\": \"production\",\n            \"host\": \"example.com\",\n            \"user\": \"deploy\",\n            \"port\": 22\n        }\n    ]\n}\n```\n\n-   **Scripts**: Define reusable commands with optional descriptions.\n-   **Servers**: Store SSH connection details for quick access.\n\n## Script Management\n\nManage project scripts with straightforward commands:\n\n| Command                       | Description                         | Example                                                         |\n| ----------------------------- | ----------------------------------- | --------------------------------------------------------------- |\n| `script:list`                 | List all scripts                    | `devpulse script:list`                                          |\n| `script:add`                  | Add a new script (interactive mode) | `devpulse script:add`                                           |\n| `script:add \u003cname\u003e \u003ccommand\u003e` | Add a script with inline options    | `devpulse script:add test \"npm test\" --description=\"Run tests\"` |\n| `script:update \u003cname\u003e`        | Update an existing script           | `devpulse script:update test --command=\"npm run test:ci\"`       |\n| `script:remove \u003cname\u003e`        | Remove a script                     | `devpulse script:remove test`                                   |\n| `run \u003cname\u003e`                  | Run a script                        | `devpulse run test`                                             |\n| `run \u003cname\u003e,\u003canother-name\u003e`   | Run multiple script at once         | `devpulse run test,test2`                                       |\n\n### Running Scripts\n\nExecute scripts with flexible options:\n\n-   Basic execution:\n    ```bash\n    devpulse run test\n    ```\n-   Run concurrently:\n    ```bash\n    devpulse run test,test2 --concurrently\n    ```\n-   Pass custom options:\n    ```bash\n    devpulse run deploy --env=production --force\n    ```\n\n## Server Management\n\nSimplify server connections with these commands:\n\n| Command                    | Description                         | Example                                                              |\n| -------------------------- | ----------------------------------- | -------------------------------------------------------------------- |\n| `server:list`              | List all servers                    | `devpulse server:list`                                               |\n| `server:add`               | Add a new server (interactive mode) | `devpulse server:add`                                                |\n| `server:add \u003cname\u003e \u003chost\u003e` | Add a server with inline options    | `devpulse server:add production example.com --user=deploy --port=22` |\n| `server:update \u003cname\u003e`     | Update server details               | `devpulse server:update production --port=2222`                      |\n| `server:remove \u003cname\u003e`     | Remove a server                     | `devpulse server:remove production`                                  |\n| `ssh \u003cname\u003e`               | SSH into a server                   | `devpulse ssh production`                                            |\n\n## Contributing\n\nWe welcome contributions! Fork the repository, make changes, and submit a Pull Request. Check the repository for guidelines and open issues.\n\n## License\n\nDevPulse is licensed under the [MIT License](https://opensource.org/licenses/MIT).\n\n## Support\n\n-   **Documentation**: [Official DevPulse Docs](https://github.com/softpulze/devpulse-cli) (Available Soon)\n-   **Issues**: Report bugs or request features on the [GitHub repository](https://github.com/softpulze/devpulse-cli/issues)\n-   **Community**: Join discussions on [X](https://x.com/search?q=%23DevPulseCLI\u0026src=typed_query) by searching for `#DevPulseCLI`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftpulze%2Fdevpulse-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftpulze%2Fdevpulse-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftpulze%2Fdevpulse-cli/lists"}