Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wtnabe/heroku-app-info
fetch and store Application Stack, PostgreSQL version, etc. mainly for upgrade management.
https://github.com/wtnabe/heroku-app-info
docker heroku rubygems
Last synced: 2 months ago
JSON representation
fetch and store Application Stack, PostgreSQL version, etc. mainly for upgrade management.
- Host: GitHub
- URL: https://github.com/wtnabe/heroku-app-info
- Owner: wtnabe
- License: bsd-2-clause
- Created: 2024-06-27T23:22:12.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-07T01:07:53.000Z (7 months ago)
- Last Synced: 2024-11-09T22:33:35.778Z (3 months ago)
- Topics: docker, heroku, rubygems
- Language: Ruby
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# HerokuAppInfo
Provides the ability to list Heroku apps that can be accessed by your account, to retrieve detailed information about each app, database version, and other information, and to store this as JSON.
It is primarily intended to be used for creating maintenance plans for Stack and others.
## Installation
### rubygems
Install the gem and add to the application's Gemfile by executing:
$ bundle add heroku-app-info
If bundler is not being used to manage dependencies, install the gem by executing:
$ gem install heroku-app-info
And, at the moment it depends on the Heroku CLI.
[The Heroku CLI \| Heroku Dev Center](https://devcenter.heroku.com/articles/heroku-cli)
### Docker
$ docker pull ghcr.io/wtnabe/heroku-app-info:latest
including Heroku CLI ;-)
## Usage
### rubygems
```
$ heroku-app-info -h
```### Docker
```
$ docker run --rm -ti -v .:/workspace ghcr.io/wtnabe/heroku-app-info -z -a APP,APP,...
```## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/wtnabe/heroku-app-info.