Skip to content

Add Celesto CLI auth commands with secure key storage - #13

Merged
aniketmaurya merged 2 commits into
mainfrom
codex/auth-login
Jun 7, 2026
Merged

Add Celesto CLI auth commands with secure key storage#13
aniketmaurya merged 2 commits into
mainfrom
codex/auth-login

Conversation

@aniketmaurya

Copy link
Copy Markdown
Collaborator

Summary

  • Added celesto auth login, celesto auth status, and celesto auth logout for reusable CLI authentication
  • Store API keys in the OS credential store via keyring, scoped by Celesto base URL
  • Updated CLI/API-key resolution to reuse saved credentials after --api-key, env vars, and .env
  • Added README guidance and tests for the new auth flow and secure-store fallback

Testing

  • uv run celesto auth --help
  • uv run celesto auth login --help
  • uv run celesto auth status
  • uv run ruff check .
  • uv run pytest
  • npm run lint
  • npm test

@coderabbitai

coderabbitai Bot commented Jun 7, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@aniketmaurya, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 4 minutes and 48 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: da2c33af-5187-468f-9b10-ded719423f67

📥 Commits

Reviewing files that changed from the base of the PR and between 9ddd266 and 92a5e12.

📒 Files selected for processing (6)
  • README.md
  • pyproject.toml
  • src/celesto/auth.py
  • src/celesto/deployment.py
  • src/celesto/main.py
  • tests/test_auth.py
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/auth-login

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@aniketmaurya
aniketmaurya merged commit a9a708b into main Jun 7, 2026
7 checks passed
@aniketmaurya
aniketmaurya deleted the codex/auth-login branch June 7, 2026 13:11
@mintlify

mintlify Bot commented Jun 7, 2026

Copy link
Copy Markdown

Docs PR opened: CelestoAI/mintlify-docs#101

Documented the new celesto auth login, status, and logout CLI commands for saving and managing API keys securely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant