Gyro CLI is a command-line tool designed to list and rotate AWS access keys and users.
- List: List access keys and users.
To install gyro CLI from the source, follow these steps:
curl -s -L https://github.com/javiercm1410/gyro/releases/download/v0.3.0/gyro-darwin-x64.tar.gz | tar xz
chmod +x gyro
sudo mv gyro /usr/local/bin
users: List AWS expired login Profiles keys: List AWS expire keys
To list AWS access keys
./gyro keys
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (git checkout -b feature-branch).
- Make your changes.
- Commit your changes (git commit -m 'Add new feature').
- Push to the branch (git push origin feature-branch).
- Open a Pull Request.
- Rotation
- Add config file
- Write tests
- Notify with slack
- Mobile App
- Remove users without key from the output
- Check all commands
- Init rotation efforts
This project is licensed under the MIT License. See the LICENSE file for details.