Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisarcand/miqversions
Because naming is hard. Really, really hard.
https://github.com/chrisarcand/miqversions
cloudforms command-line-tool golang manageiq
Last synced: 18 days ago
JSON representation
Because naming is hard. Really, really hard.
- Host: GitHub
- URL: https://github.com/chrisarcand/miqversions
- Owner: chrisarcand
- License: apache-2.0
- Created: 2017-05-22T03:41:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-10T14:48:31.000Z (about 5 years ago)
- Last Synced: 2024-10-03T13:22:06.940Z (about 1 month ago)
- Topics: cloudforms, command-line-tool, golang, manageiq
- Language: Go
- Homepage: https://github.com/chrisarcand/miqversions
- Size: 22.5 KB
- Stars: 13
- Watchers: 5
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
miqversions
---*Because naming is hard. Really, really hard.*
### Usage
```bash
$ miqversions
+----------------+------------------------------+------------+-------+-------+------------+
| MANAGEIQ | CLOUDFORMS MANAGEMENT ENGINE | CLOUDFORMS | RUBY | RAILS | POSTGRESQL |
+----------------+------------------------------+------------+-------+-------+------------+
| | 5.1.z | 2.0 | | | |
| | 5.2.z | 3.0 | | | |
| Anand | 5.3.z | 3.1 | | | |
| Botvinnik | 5.4.z | 3.2 | | | |
| Capablanca | 5.5.z | 4.0 | 2.2.z | 4.2.z | 9.4.z |
| Darga | 5.6.z | 4.1 | 2.2.z | 5.0.z | 9.4.z |
| Euwe | 5.7.z | 4.2 | 2.3.z | 5.0.z | 9.5.z |
| Fine | 5.8.z | 4.5 | 2.3.z | 5.0.z | 9.5.z |
| Gaprindashvili | 5.9.z | 4.6 | 2.3.z | 5.0.z | 9.5.z |
| Hammer | 5.10.z | 4.7 | 2.4.z | 5.0.z | 9.5.z |
| Ivanchuk | 5.11.z | 5.0 | 2.5.z | 5.1.z | 10.y |
+----------------+------------------------------+------------+-------+-------+------------+
```### Installation
#### Homebrew (MacOS)
```bash
$ brew tap chrisarcand/formulae
$ brew install miqversions
```#### Other platforms
[Golang](https://golang.org/) must be installed.
```bash
$ go get github.com/chrisarcand/miqversions
```### License
[Apache License, Version 2.0](https://github.com/chrisarcand/miqversion/blob/master/LICENSE) © 2017 [Chris Arcand](https://github.com/chrisarcand)