{"id":19663122,"url":"https://github.com/pantheon-systems/terminus-addons-installer-plugin","last_synced_at":"2026-01-27T05:08:38.507Z","repository":{"id":183757767,"uuid":"651581864","full_name":"pantheon-systems/terminus-addons-installer-plugin","owner":"pantheon-systems","description":"Allows Terminus to trigger workflows on the platform that configure themes \u0026 plugins.","archived":false,"fork":false,"pushed_at":"2026-01-14T23:44:28.000Z","size":95,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-01-15T07:14:16.064Z","etag":null,"topics":["job-runner","pantheon","pantheon-terminal","terminus","terminus-plugin"],"latest_commit_sha":null,"homepage":"https://pantheon.io","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/pantheon-systems.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":"CODEOWNERS","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":"2023-06-09T15:01:02.000Z","updated_at":"2025-12-11T00:28:05.000Z","dependencies_parsed_at":"2023-07-25T17:59:26.198Z","dependency_job_id":"0bf6e5ad-a869-4d8e-81e6-d23b6032d9db","html_url":"https://github.com/pantheon-systems/terminus-addons-installer-plugin","commit_stats":null,"previous_names":["pantheon-systems/terminus-addons-installer-plugin"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/pantheon-systems/terminus-addons-installer-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pantheon-systems%2Fterminus-addons-installer-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pantheon-systems%2Fterminus-addons-installer-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pantheon-systems%2Fterminus-addons-installer-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pantheon-systems%2Fterminus-addons-installer-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pantheon-systems","download_url":"https://codeload.github.com/pantheon-systems/terminus-addons-installer-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pantheon-systems%2Fterminus-addons-installer-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28803647,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T03:44:14.111Z","status":"ssl_error","status_checked_at":"2026-01-27T03:43:33.507Z","response_time":168,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["job-runner","pantheon","pantheon-terminal","terminus","terminus-plugin"],"created_at":"2024-11-11T16:13:24.849Z","updated_at":"2026-01-27T05:08:38.481Z","avatar_url":"https://github.com/pantheon-systems.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terminus Addons Installer Plugin\n\n[![Build Status](https://github.com/pantheon-systems/terminus-addons-installer-plugin/actions/workflows/test.yml/badge.svg)](https://github.com/pantheon-systems/terminus-addons-installer-plugin/actions/workflows/test.yml)\n[![Actively Maintained](https://img.shields.io/badge/Pantheon-Actively_Maintained-yellow?logo=pantheon\u0026color=FFDC28)](https://pantheon.io/docs/oss-support-levels#actively-maintained-support)\n\n[![Terminus v3.x Compatible](https://img.shields.io/badge/terminus-3.x-green.svg)](https://github.com/pantheon-systems/terminus-addons-installer-plugin/tree/3.x)\n\nAdds the `addons-install` command and sub-commands `addons-install:list` and `addons-install:run \u003cjob\u003e` to Terminus. Use this Terminus Plugin to run workflows that configure themes \u0026 plugins.\n\nLearn more about Terminus Plugins in the\n[Terminus Plugins documentation](https://pantheon.io/docs/terminus/plugins)\n\n## Configuration\n\nThese commands require no configuration\n\n## Commands\n\n### `addons-install` (alias `install`)\n\nThis is the base command. This command without any sub-commands will simply print the usage information and documentation.\n\n### `addons-install:list` (alias `install:list`)\n\nLists available  jobs.\n\n### `addons-install:run \u003cjob\u003e` (alias `install:run`)\n\nRuns the specified job.\n\n**Note:** Jobs will fail if a site is in SFTP mode _and_ there are outstanding changes that have not be committed to the Pantheon repository.\n\n\u003c!-- TODO: add the flag support in a future release\n#### Flags\n\n* `--skip-db`: If included, the job will be run without a database connection.\n--\u003e\n## Usage\n* `terminus addons-install:list`\n* `terminus addons-install:run \u003csite_id\u003e.\u003cenv\u003e \u003cjob\u003e [--skip-db]`\n\n## Installation\n\nTo install this plugin using Terminus 3:\n```\nterminus self:plugin:install terminus-addons-installer-plugin\n```\n\n## Testing\nThis example project includes four testing targets:\n\n* `composer lint`: Syntax-check all php source files.\n* `composer cs`: Code-style check.\n* `composer unit`: Run unit tests with phpunit\n* `composer functional`: Run functional test with bats\n\nTo run all tests together, use `composer test:all`.\n\nNote that prior to running the tests, you should first run:\n* `composer install`\n* `composer install-tools`\n\n## Help\nRun `terminus help addons-install` for help.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpantheon-systems%2Fterminus-addons-installer-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpantheon-systems%2Fterminus-addons-installer-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpantheon-systems%2Fterminus-addons-installer-plugin/lists"}