0.0
The project is in a healthy, maintained state
Helps figure out your missing option inputs
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

Lazy AWS CLI

Hate the idea of having to figure necessary inputs for aws cli query? No worries, me too.

Getting Started

Prerequisites

  • Ruby 3.3.1 or higher
  • AWS CLI configured with appropriate credentials

1. Clone repository

git clone git@github.com:Physium/lazy-aws-cli.git
cd laws

2. Install project dependencies

bundle install

3. Run the setup script

./setup.sh

The setup script will:

  • Create a symlink to the laws executable in /usr/local/bin (default)
  • Make the command available system-wide
  • You can specify a different installation directory: INSTALL_DIR=~/bin ./setup.sh

To uninstall, simply run the setup script again and it will remove the symlink.