{"id":45240546,"url":"https://github.com/edu526/devo-cli","last_synced_at":"2026-03-16T01:30:06.644Z","repository":{"id":339643511,"uuid":"1162697447","full_name":"edu526/devo-cli","owner":"edu526","description":"Developer CLI toolkit with AWS integration. Automated commit messages, code review, CodeArtifact authentication, and more. Built with Python 3.12+","archived":false,"fork":false,"pushed_at":"2026-03-14T18:56:30.000Z","size":1872,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-15T03:56:25.287Z","etag":null,"topics":["automation","aws","cli","developer-tools","productivity","python","toolkit"],"latest_commit_sha":null,"homepage":"https://devo.heyedu.dev","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/edu526.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-02-20T15:29:15.000Z","updated_at":"2026-03-14T18:55:27.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/edu526/devo-cli","commit_stats":null,"previous_names":["edu526/devo-cli"],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/edu526/devo-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edu526%2Fdevo-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edu526%2Fdevo-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edu526%2Fdevo-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edu526%2Fdevo-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edu526","download_url":"https://codeload.github.com/edu526/devo-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edu526%2Fdevo-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30558014,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-15T23:30:23.986Z","status":"ssl_error","status_checked_at":"2026-03-15T23:28:43.564Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","aws","cli","developer-tools","productivity","python","toolkit"],"created_at":"2026-02-20T21:07:23.015Z","updated_at":"2026-03-16T01:30:06.636Z","avatar_url":"https://github.com/edu526.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Devo CLI\n\nDeveloper productivity CLI for Git workflows and AWS management.\n\n[![GitHub release](https://img.shields.io/github/v/release/edu526/devo-cli)](https://github.com/edu526/devo-cli/releases/latest) [![Downloads](https://img.shields.io/github/downloads/edu526/devo-cli/total)](https://github.com/edu526/devo-cli/releases) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Python Version](https://img.shields.io/badge/python-3.12+-blue.svg)](https://www.python.org/downloads/) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Release](https://github.com/edu526/devo-cli/actions/workflows/release.yml/badge.svg)](https://github.com/edu526/devo-cli/releases) [![GitHub issues](https://img.shields.io/github/issues/edu526/devo-cli)](https://github.com/edu526/devo-cli/issues) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=edu526_devo-cli\u0026metric=alert_status)](https://sonarcloud.io/summary/new_code?id=edu526_devo-cli) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=edu526_devo-cli\u0026metric=coverage)](https://sonarcloud.io/summary/new_code?id=edu526_devo-cli)\n\n\u003c/div\u003e\n\n## Features\n\n- Automated commit message generation (via AWS Bedrock)\n- Code review with security analysis (via AWS Bedrock)\n- AWS SSO authentication and credential management\n- DynamoDB, EventBridge and SSM Session Manager integration\n- CodeArtifact authentication\n- Shell autocompletion (bash, zsh, fish)\n- Self-updating capability\n- Standalone binaries — no Python required\n\n## Quick Install\n\n**Linux/macOS:**\n```bash\ncurl -fsSL https://devo.heyedu.dev/install.sh | bash\n```\n\n**Windows (PowerShell):**\n```powershell\nirm https://devo.heyedu.dev/install.ps1 | iex\n```\n\n## Usage\n\n```bash\n# Generate commit message\ndevo commit\n\n# Code review\ndevo code-reviewer\n\n# AWS SSO login\ndevo aws-login\n\n# DynamoDB export\ndevo dynamodb export my-table\n\n# SSM port forwarding\ndevo ssm forward my-service 8080\n\n# Update to latest version\ndevo upgrade\n```\n\n## Documentation\n\nFull documentation at **[devo.heyedu.dev](https://devo.heyedu.dev)**\n\n## License\n\nMIT License - See LICENSE file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedu526%2Fdevo-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedu526%2Fdevo-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedu526%2Fdevo-cli/lists"}