{"id":33978512,"url":"https://github.com/wirecli/wire-cli","last_synced_at":"2025-12-13T02:53:11.588Z","repository":{"id":181200031,"uuid":"666132963","full_name":"wirecli/wire-cli","owner":"wirecli","description":"🌀 An extendable CLI tool for ProcessWire developers. Automate common tasks and manage your ProcessWire projects effortlessly.","archived":false,"fork":false,"pushed_at":"2025-06-09T15:16:28.000Z","size":537,"stargazers_count":17,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-11-01T17:13:38.012Z","etag":null,"topics":["cli-tool","processwire","workflow"],"latest_commit_sha":null,"homepage":"","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/wirecli.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2023-07-13T19:41:52.000Z","updated_at":"2025-10-06T09:20:14.000Z","dependencies_parsed_at":"2025-06-09T14:34:12.508Z","dependency_job_id":null,"html_url":"https://github.com/wirecli/wire-cli","commit_stats":null,"previous_names":["wirecli/wire-cli"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/wirecli/wire-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wirecli%2Fwire-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wirecli%2Fwire-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wirecli%2Fwire-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wirecli%2Fwire-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wirecli","download_url":"https://codeload.github.com/wirecli/wire-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wirecli%2Fwire-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27699059,"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-13T02:00:09.769Z","response_time":147,"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-tool","processwire","workflow"],"created_at":"2025-12-13T02:53:10.863Z","updated_at":"2025-12-13T02:53:11.581Z","avatar_url":"https://github.com/wirecli.png","language":"PHP","readme":"![wire-cli illustration](https://github.com/wirecli/wire-cli/blob/main/docs/assets/illustration.png?raw=true)\n\n# wire-cli\n\nwire-cli is a CLI (Command-Line Interface) tool designed to provide ease of use and efficiency for ProcessWire developers. With wire-cli, you can automate common tasks, manage ProcessWire projects effortlessly, and enhance your development workflow.\n\n## Features\n\n- Create new ProcessWire projects\n- Serve ProcessWire via built-in PHP webserver\n- Perform database backup and restoration\n- Manage fields, templates, roles, users, and modules\n- Generate boilerplate modules\n- Check for core upgrades\n- And more...\n\nwire-cli is based on the defunct wireshell, built using the [Symfony Console](https://symfony.com/doc/current/components/console.html) Component, offering a powerful and intuitive command-line interface for interacting with ProcessWire projects and adding new commands. It is compatible with PHP 8.1.\n\nPlease note that wire-cli and another tool called [rockshell](https://github.com/baumrock/rockshell) share similar goals and functionality. In the future, the features of wire-cli and rockshell will be merged to provide a unified and comprehensive CLI tool for ProcessWire developers.\n\n## Installation\n\nTo install wire-cli, you need to have Composer installed. Run the following command to install wire-cli globally:\n\n```\ncomposer global require wirecli/wire-cli\n```\n\n## Usage\n\nRun `wire-cli` followed by the desired command to execute various tasks. For example:\n\n```\nwire-cli new myproject\n```\n\n### Path Arguments (e.g., --src)\n- You can use both relative and absolute paths for arguments like `--src`.\n- Paths with spaces should be quoted: `--src=\"C:/path/with spaces/ProcessWire\"`\n- Both forward `/` and backward `\\` slashes are supported; they are normalized automatically.\n- If the path does not exist or is not accessible, a clear error message will be shown.\n\nFor a complete list of available commands and options, use the `help` command:\n\n## Documentation\n\nFor detailed documentation and usage examples, please refer to the [official documentation](https://github.com/wirecli/wire-cli).\n\nSupport thread:\nhttps://processwire.com/talk/topic/28788-wire-cli-a-cli-tool-for-processwire-developers/\n\n## Contributing\n\nContributions are welcome! If you encounter any issues or have suggestions for improvements, please submit an issue or a pull request on the [GitHub repository](https://github.com/wirecli/wire-cli).\n\n## Contributors\n\nAs always, thanks to all the contributors!\n\n\u003c!--GAMFC--\u003e\u003ca href=\"https://github.com/flydev-fr\" title=\"j. eizmendi\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/11658616?v=4\" width=\"32;\" alt=\"j. eizmendi\"/\u003e\u003c/a\u003e\u003c!--GAMFC-END--\u003e\n\n\n## Available commands\n\n![Commands preview](https://github.com/wirecli/wire-cli/blob/main/docs/assets/capture-cmd.jpg)\n\n## Credits\n\nwire-cli is inspired by the work of the following authors of the initial developers/contributors of wireshell:\n\n- Marcus Herrmann\n- Hari K T\n- Bea David\n- Camilo Castro\n- Horst Nogajski\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE.md).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwirecli%2Fwire-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwirecli%2Fwire-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwirecli%2Fwire-cli/lists"}