Git Product home page Git Product logo

cfme-versions's Introduction

CFME::Versions

Command line utility and library for viewing versions across CloudForms (CF), Cloud Forms Management Engine (CFME), and ManageIQ (MIQ).

Requirements

  • A ruby runtime

Installation

via bundler

Add the following to your Gemfile:

gem 'cfme-versions'

via rubygems

$ gem install cfme-versions

Usage

CLI

$ cfme-versions

There is a --help flag available for a few (minor) options.

As a library

The CFME::Versions gem is also available as a Enumerable lib, so you can do things like the following:

require 'cfme-versions'

CFME::Versions.first.cfme_release
#=> "5.1.z"
CFME::Versions.first.cloud_forms_release
#=> "2.0"
CFME::Versions.last.miq_release
#=> "Jansa"
CFME::Versions.last.ruby
#=> "2.5.z"
CFME::Versions.last
#=> #<struct CFME::Version
#       miq_release="Jansa",
#       cfme_release="5.12.z",
#       cloud_forms_release="5.1",
#       ruby="2.5.z",
#       rails="5.2.z",
#       postrgresql="10.y">

Contributing

Bug reports and pull requests are welcome on GitHub.

If you wish to add a version to the list, make sure to run the tests and fix any errors as a result (designed to fail when things change).

You can use rake to run the specs as you would expect.

License

This project is available as open source under the Apache License 2.0.

cfme-versions's People

Contributors

nicklamuro avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.