{"id":13880358,"url":"https://github.com/tpope/heroku-wildcards","last_synced_at":"2026-01-10T05:20:50.542Z","repository":{"id":66259807,"uuid":"8531627","full_name":"tpope/heroku-wildcards","owner":"tpope","description":"Run a Heroku command across multiple apps","archived":true,"fork":false,"pushed_at":"2017-05-01T19:16:14.000Z","size":4,"stargazers_count":52,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-24T09:33:44.030Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/tpope.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":"CONTRIBUTING.markdown","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},"funding":{"github":"tpope"}},"created_at":"2013-03-03T04:15:23.000Z","updated_at":"2023-09-22T16:46:17.000Z","dependencies_parsed_at":"2023-02-23T09:45:20.089Z","dependency_job_id":null,"html_url":"https://github.com/tpope/heroku-wildcards","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tpope/heroku-wildcards","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpope%2Fheroku-wildcards","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpope%2Fheroku-wildcards/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpope%2Fheroku-wildcards/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpope%2Fheroku-wildcards/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tpope","download_url":"https://codeload.github.com/tpope/heroku-wildcards/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpope%2Fheroku-wildcards/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265524639,"owners_count":23782016,"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":[],"created_at":"2024-08-06T08:02:58.620Z","updated_at":"2026-01-10T05:20:50.484Z","avatar_url":"https://github.com/tpope.png","language":"Ruby","funding_links":["https://github.com/sponsors/tpope"],"categories":["Ruby"],"sub_categories":[],"readme":"# Heroku wildcards\n\n\u003e Charlie: You're not letting the wild card do his thing.  \n\u003e Dennis: Is there any reason behind what you're doing?  \n\u003e Charlie: Wild card.\n\u003e\n\u003e — *It's Always Sunny in Philadelphia*.\n\nRun a command across multiple apps by including `*` in the app name.\n\n    $ heroku ps --app=myapp-*\n    # myapp-staging\n    === web: `bundle exec rails server thin -p $PORT`\n    web.1: up 2013/03/02 19:40:05 (~ 1h ago)\n\n    # myapp-production\n    === web: `bundle exec rails server thin -p $PORT`\n    web.1: up 2013/03/02 11:53:30 (~ 9h ago)\n    web.2: up 2013/03/02 11:56:05 (~ 9h ago)\n\nYou can also use commas for more precise specification:\n\n    $ heroku maintenance:on -a thing1,thing2\n\nOr match against the Git remote name:\n\n    $ heroku config:set -r* BUILDPACK_URL=https://github.com/tpope/heroku-buildpack-ruby-tpope\n\nTry it with the [Heroku binstubs](https://github.com/tpope/heroku-binstubs)\nplugin:\n\n    $ heroku binstubs:create 'myapp-*' --as each-env\n\n## Installation\n\n    cd ~/.heroku/plugins\n    git clone https://github.com/tpope/heroku-wildcards.git\n\nRequires a version of the Heroku CLI with legacy Ruby support.\n\n## Bonus feature\n\n    $ heroku --app myapp run console\n     !    `--app` is not a heroku command.\n     !    Perhaps you meant `--help` or `apps`.\n     !    See `heroku help` for a list of available commands.\n\nDon't you just hate that?  Well, since I was already monkeying with the\ndispatcher, I went ahead and fixed it.\n\n## License\n\nCopyright © Tim Pope.  MIT License.  See LICENSE for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpope%2Fheroku-wildcards","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftpope%2Fheroku-wildcards","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpope%2Fheroku-wildcards/lists"}