- Add entrypoint: gen-api-key that generates API Key via QodoGen CLI.

```pipx run -e --spec . gen-api-key```

- Add shell script as an alternative to Python for API key generation
This commit is contained in:
Eyal Sharon
2025-05-28 14:12:41 +03:00
parent b802b162d1
commit 5dfd696c2b
3 changed files with 65 additions and 0 deletions

View File

@ -44,6 +44,7 @@ include = [
[project.scripts]
pr-agent = "pr_agent.cli:run"
gen-api-key = "pr_agent.scripts.qm_endpoint_auth.gen_api_key:run"
[tool.ruff]
line-length = 120