mirror of
https://github.com/ghndrx/devops-scripts.git
synced 2026-02-09 22:35:06 +00:00
37 lines
1.0 KiB
Markdown
37 lines
1.0 KiB
Markdown
# DevOps Scripts
|
|
|
|

|
|

|
|

|
|
|
|
Collection of battle-tested automation scripts for DevOps workflows.
|
|
|
|
## Categories
|
|
|
|
```
|
|
├── bash/ # Shell scripts
|
|
├── python/ # Python automation
|
|
├── aws/ # AWS CLI helpers
|
|
├── kubernetes/ # kubectl wrappers
|
|
├── docker/ # Docker utilities
|
|
└── git/ # Git automation
|
|
```
|
|
|
|
## Highlights
|
|
|
|
- 🔧 `aws/assume-role.sh` - Easy role assumption with MFA
|
|
- 🐳 `docker/cleanup.sh` - Prune unused images/volumes
|
|
- ☸️ `kubernetes/pod-logs.sh` - Aggregate logs from multiple pods
|
|
- 🔄 `git/sync-forks.sh` - Keep forks up to date
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
git clone https://github.com/ghndrx/devops-scripts.git
|
|
export PATH="$PATH:$(pwd)/devops-scripts/bash"
|
|
```
|
|
|
|
## License
|
|
|
|
MIT
|