https://github.com/edu526/devo-cli
Developer CLI toolkit with AWS integration. Automated commit messages, code review, CodeArtifact authentication, and more. Built with Python 3.12+
https://github.com/edu526/devo-cli
automation aws cli developer-tools productivity python toolkit
Last synced: 4 months ago
JSON representation
Developer CLI toolkit with AWS integration. Automated commit messages, code review, CodeArtifact authentication, and more. Built with Python 3.12+
- Host: GitHub
- URL: https://github.com/edu526/devo-cli
- Owner: edu526
- Created: 2026-02-20T15:29:15.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-14T18:56:30.000Z (4 months ago)
- Last Synced: 2026-03-15T03:56:25.287Z (4 months ago)
- Topics: automation, aws, cli, developer-tools, productivity, python, toolkit
- Language: Python
- Homepage: https://devo.heyedu.dev
- Size: 1.79 MB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Devo CLI
Developer productivity CLI for Git workflows and AWS management.
[](https://github.com/edu526/devo-cli/releases/latest) [](https://github.com/edu526/devo-cli/releases) [](https://opensource.org/licenses/MIT) [](https://www.python.org/downloads/) [](https://github.com/psf/black) [](https://github.com/edu526/devo-cli/releases) [](https://github.com/edu526/devo-cli/issues) [](https://sonarcloud.io/summary/new_code?id=edu526_devo-cli) [](https://sonarcloud.io/summary/new_code?id=edu526_devo-cli)
## Features
- Automated commit message generation (via AWS Bedrock)
- Code review with security analysis (via AWS Bedrock)
- AWS SSO authentication and credential management
- DynamoDB, EventBridge and SSM Session Manager integration
- CodeArtifact authentication
- Shell autocompletion (bash, zsh, fish)
- Self-updating capability
- Standalone binaries — no Python required
## Quick Install
**Linux/macOS:**
```bash
curl -fsSL https://devo.heyedu.dev/install.sh | bash
```
**Windows (PowerShell):**
```powershell
irm https://devo.heyedu.dev/install.ps1 | iex
```
## Usage
```bash
# Generate commit message
devo commit
# Code review
devo code-reviewer
# AWS SSO login
devo aws-login
# DynamoDB export
devo dynamodb export my-table
# SSM port forwarding
devo ssm forward my-service 8080
# Update to latest version
devo upgrade
```
## Documentation
Full documentation at **[devo.heyedu.dev](https://devo.heyedu.dev)**
## License
MIT License - See LICENSE file for details