LICENSE
README.md
pyproject.toml
src/opun8/__init__.py
src/opun8/cli.py
src/opun8/main.py
src/opun8/version.py
src/opun8.egg-info/PKG-INFO
src/opun8.egg-info/SOURCES.txt
src/opun8.egg-info/dependency_links.txt
src/opun8.egg-info/entry_points.txt
src/opun8.egg-info/requires.txt
src/opun8.egg-info/top_level.txt
src/opun8/assets/__init__.py
src/opun8/auth/__init__.py
src/opun8/auth/github_oauth.py
src/opun8/commands/__init__.py
src/opun8/commands/badges.py
src/opun8/commands/deploy.py
src/opun8/commands/detect.py
src/opun8/commands/doctor.py
src/opun8/commands/history.py
src/opun8/config/__init__.py
src/opun8/config/settings.py
src/opun8/core/__init__.py
src/opun8/core/detector.py
src/opun8/core/environment.py
src/opun8/core/templates.py
src/opun8/detector/__init__.py
src/opun8/exceptions/__init__.py
src/opun8/models/__init__.py
src/opun8/providers/__init__.py
src/opun8/providers/github/__init__.py
src/opun8/providers/render/__init__.py
src/opun8/providers/vercel/__init__.py
src/opun8/providers/vercel/auth.py
src/opun8/providers/vercel/deploy.py
src/opun8/scanner/__init__.py
src/opun8/services/__init__.py
src/opun8/services/deployment_history.py
src/opun8/services/git_service.py
src/opun8/services/navigation.py
src/opun8/services/recent_projects.py
src/opun8/ui/__init__.py
src/opun8/ui/console.py
src/opun8/ui/messages.py
src/opun8/utils/__init__.py
tests/test_deploy_skip_github_contract.py