Skip to content

YimingIsCOLD/lazy-aws-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 78.7%
  • Shell 21.3%