{"id":15042208,"url":"https://github.com/ostark/craft-plugin-commands","last_synced_at":"2026-03-01T23:31:56.526Z","repository":{"id":57033551,"uuid":"128068792","full_name":"ostark/craft-plugin-commands","owner":"ostark","description":"Manage Craft plugins from the cli","archived":false,"fork":false,"pushed_at":"2022-10-04T18:05:24.000Z","size":10,"stargazers_count":19,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-16T20:48:46.521Z","etag":null,"topics":["cli","craft3","craftcms"],"latest_commit_sha":null,"homepage":null,"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/ostark.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}},"created_at":"2018-04-04T13:49:23.000Z","updated_at":"2022-12-22T01:43:04.000Z","dependencies_parsed_at":"2022-08-24T06:50:06.736Z","dependency_job_id":null,"html_url":"https://github.com/ostark/craft-plugin-commands","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ostark/craft-plugin-commands","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ostark%2Fcraft-plugin-commands","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ostark%2Fcraft-plugin-commands/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ostark%2Fcraft-plugin-commands/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ostark%2Fcraft-plugin-commands/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ostark","download_url":"https://codeload.github.com/ostark/craft-plugin-commands/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ostark%2Fcraft-plugin-commands/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29987698,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T22:42:38.399Z","status":"ssl_error","status_checked_at":"2026-03-01T22:41:51.863Z","response_time":124,"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":["cli","craft3","craftcms"],"created_at":"2024-09-24T20:46:59.469Z","updated_at":"2026-03-01T23:31:56.508Z","avatar_url":"https://github.com/ostark.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Plugin Commands for Craft 3\n\nThis is intentionally not a plugin, it's a Yii Extension.\nThere is not need to bootstrap or enable it, it auto-registers itself.\n\n## Install\n\nRequire the package:\n\n```sh\ncomposer require ostark/craft-plugin-commands\n```\n\n## Usage\n\nGet a list of all plugins\n\n```\n./craft plugin/list\n\n5 plugins found\n╔═══════════════════════════╤════════════╤═══════════════╤═══════════════╗\n║ Handle                    │ Version    │ Developer     │ Status        ║\n╟───────────────────────────┼────────────┼───────────────┼───────────────╢\n║ aws-s3                    │ 1.0.8      │ Pixel \u0026 Tonic │ Disabled      ║\n╟───────────────────────────┼────────────┼───────────────┼───────────────╢\n║ async-queue               │ 1.3.0      │ Oliver Stark  │ Enabled       ║\n╟───────────────────────────┼────────────┼───────────────┼───────────────╢\n║ fortrabbit-object-storage │ 0.1.0      │ Oliver Stark  │ Not installed ║\n╟───────────────────────────┼────────────┼───────────────┼───────────────╢\n║ happy-brad                │ v1.2       │ Matt Stauffer │ Enabled       ║\n╟───────────────────────────┼────────────┼───────────────┼───────────────╢\n║ upper                     │ 1.3.1      │ Oliver Stark  │ Not installed ║\n╚═══════════════════════════╧════════════╧═══════════════╧═══════════════╝\n```\n\nInstall \u0026 enable ALL or a single plugin\n\n```\nphp craft plugin/install ALL\nphp craft plugin/install {plugin-handle}\n```\n\nUninstall  ALL or a single plugin\n\n```\nphp craft plugin/uninstall ALL\nphp craft plugin/uninstall {plugin-handle}\n```\n\nDisable ALL or a single plugin\n\n```\nphp craft plugin/disable ALL\nphp craft plugin/disable {plugin-handle}\n```\n\nEnable ALL or a single plugin\n\n```\nphp craft plugin/enable ALL\nphp craft plugin/enable {plugin-handle}\n```\n\nLimit execution to specific environments with the `--env-only` flag. \nThis option is only useful in automated deployment processes, e.g. `post-install-cmd`s defined in a shared `composer.json`:\n\n```json\n{\n    \"scripts\": {\n        \"post-install-cmd\": [\n            \"php craft plugin/disable {plugin-handle} --env-only=production\",\n            \"php craft plugin/enable {plugin-handle} --env-only=dev,staging\"\n        ]\n    }\n}\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fostark%2Fcraft-plugin-commands","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fostark%2Fcraft-plugin-commands","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fostark%2Fcraft-plugin-commands/lists"}