{"id":18399050,"url":"https://github.com/wpsh/wpsh","last_synced_at":"2025-07-08T02:38:33.864Z","repository":{"id":143831258,"uuid":"90655472","full_name":"wpsh/wpsh","owner":"wpsh","description":"Deployment tools for WordPress plugins and themes","archived":false,"fork":false,"pushed_at":"2019-03-25T07:28:32.000Z","size":10,"stargazers_count":3,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T05:35:48.055Z","etag":null,"topics":["travis-ci","wordpress","wordpress-development"],"latest_commit_sha":null,"homepage":"https://wpsh.org","language":"Shell","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/wpsh.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-05-08T17:37:27.000Z","updated_at":"2020-04-30T14:22:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"f5b5f5a2-50e2-4cb8-b679-167b0f1efade","html_url":"https://github.com/wpsh/wpsh","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wpsh/wpsh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpsh%2Fwpsh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpsh%2Fwpsh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpsh%2Fwpsh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpsh%2Fwpsh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wpsh","download_url":"https://codeload.github.com/wpsh/wpsh/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpsh%2Fwpsh/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264183172,"owners_count":23569667,"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":["travis-ci","wordpress","wordpress-development"],"created_at":"2024-11-06T02:25:36.412Z","updated_at":"2025-07-08T02:38:33.858Z","avatar_url":"https://github.com/wpsh.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://kaspars.net/wp-content/uploads/2017/06/wp-shuttle.png\" height=\"100\" alt=\"WP Shuttle Logo\" /\u003e\n\n# WP Shuttle for Automatic Plugin Deployments\n\n## Getting Started\n\n1. Add `wpsh/wpsh` as a developer dependency to your project:\n\n\t\t$ npm install --save-dev wpsh/wpsh\n\n\tRun `npm init` if your project is missing the `package.json` file.\n\n2. Add `wpsh` to the `scripts` section of the `package.json` file:\n\n\t\t\"scripts\": {\n\t\t  \"wpsh\": \"wpsh\"\n\t\t}\n\n3. Use `npm run wpsh` to run the WP Shuttle script.\n\nTo run it as `wpsh` instead of `npm  run wpsh` you should add path to the local npm `bin` folder to the `$PATH` environment variable by appending the following to `~/.bashrc` or `~/.zshrc`:\n\n\texport PATH=\"./node_modules/.bin:$PATH\"\n\nand restart the shell to trigger the change.\n\n\n## Automatic Deployments with Travis CI\n\n1. Update the Travis CI config `.travis.yml` to deploy your plugin when committing to `master` and tagging a release:\n\n\t\tdeploy:\n\t\t  - provider: script\n\t\t    script: npm run wpsh $TRAVIS_TAG\n\t\t    on:\n\t\t      tags: true\n\t\t  - provider: script\n\t\t    script: npm run wpsh trunk\n\t\t    on:\n\t\t      branch: master\n\n2. Specify the following environment variables in the [Travis CI repository settings](https://docs.travis-ci.com/user/environment-variables/#Defining-Variables-in-Repository-Settings) for deploying to the WordPress plugin SVN repository:\n\n\t- `WP_ORG_SLUG`\n\t- `WP_ORG_USERNAME`\n\t- `WP_ORG_PASSWORD`\n\n3. Use `.svnignore` to exclude files and folders from the deployment.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwpsh%2Fwpsh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwpsh%2Fwpsh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwpsh%2Fwpsh/lists"}