Hate the idea of having to figure necessary inputs for aws cli query? No worries, me too.
- Ruby 3.3.1 or higher
- AWS CLI configured with appropriate credentials
git clone [email protected]:Physium/lazy-aws-cli.git
cd laws
bundle install
./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.