Project

zaws

0.0
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
the zaws gem provides command line tools for interfacing with AWS through the AWS CLI. It is required that the AWS CLI be installed on the system that this gem is used on. This gem expects the AWS credentials to be located in a location that the AWS CLI can access them, whether it be environment variables or config file.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
~> 2.14.1

Runtime

>= 0
~> 1.5.0
~> 1.5.0
~> 0.18.1
 Project Readme

Status

Beta software - Expect frequent releases of 0.0.* versions. Minor Bugs are being removed. You can submit issues as well and they will be looked into.

Build Status Coverage Status Gem Version

  • For some reason the Coverage is flip floppping between 99% and mid 80%s, this looks like an issue with picking up some results. The 99% value is more accurate.

zaws

Zynx AWS Automation Tool

Development

  1. Fork repostiory.
  2. Clone to workstation.
  3. Run "bundle install" to get all development dependencies.
  4. Modfiy code.
  5. Run spec tests with "bundle exec rspec spec"
  6. Run feature tests with "bundle exec cucumber feature"
  7. Push to forked repository.
  8. Create pull request.
  9. Have a good day! We''ll get back to you ASAP.