Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leklund/heroku-multiapp
Heroku Multi-App plugin - manage multiple applications at the same time with ease.
https://github.com/leklund/heroku-multiapp
Last synced: 11 days ago
JSON representation
Heroku Multi-App plugin - manage multiple applications at the same time with ease.
- Host: GitHub
- URL: https://github.com/leklund/heroku-multiapp
- Owner: leklund
- Created: 2013-04-25T01:56:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-25T16:27:17.000Z (over 11 years ago)
- Last Synced: 2024-10-25T13:00:53.099Z (about 2 months ago)
- Language: Ruby
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# heroku multi-app plugin
Run commands on multiple apps with ease.
for example:
`heroku multiapp info`
will run `heroku info` for all heroku apps on your account.
`heroku multiapp info --account myaccount --multiapps app1,app2`
will run for only the two apps in the comma separated list passed to the
multiapps options.##TODO
* other option to implement might be `--exclude-apps` and `--dry-run`
* some documentation might be nice