CHANGELOG.md
LICENSE
MANIFEST.in
README.md
setup.py
onex/__init__.py
onex/__main__.py
onex/config.py
onex/commands/__init__.py
onex/commands/create.py
onex/commands/create_e2e.py
onex/commands/debug.py
onex/commands/deploy.py
onex/commands/dev.py
onex/commands/env.py
onex/commands/es.py
onex/commands/init.py
onex/commands/invoke.py
onex/commands/login.py
onex/commands/logout.py
onex/commands/logs.py
onex/commands/mcp.py
onex/commands/platform.py
onex/commands/provision.py
onex/commands/replay.py
onex/commands/status.py
onex/commands/switch.py
onex/commands/test.py
onex/commands/trace.py
onex/commands/undeploy.py
onex/commands/validate.py
onex/commands/vpn.py
onex/mcp/__init__.py
onex/mcp/server.py
onex/mcp/tools/__init__.py
onex/runtime/__init__.py
onex/runtime/local_runtime.py
onex/schema/__init__.py
onex/schema/service_descriptor.py
onex/schema/validator.py
onex/templates/crud-service/README.md.j2
onex/templates/crud-service/__init__.py.j2
onex/templates/crud-service/service.yml.j2
onex/templates/crud-service/src/__init__.py.j2
onex/templates/crud-service/src/apis/__init__.py.j2
onex/templates/crud-service/src/models/__init__.py.j2
onex/templates/crud-service/src/models/schemas.py.j2
onex/templates/crud-service/src/repositories/__init__.py.j2
onex/templates/crud-service/src/services/__init__.py.j2
onex/templates/e2e/data_service.yml.j2
onex/templates/e2e/test_service_e2e.py.j2
onex/templates/event-driven/README.md.j2
onex/templates/event-driven/__init__.py.j2
onex/templates/event-driven/service.yml.j2
onex/templates/event-driven/src/__init__.py.j2
onex/templates/event-driven/src/triggers/__init__.py.j2
onex/templates/event-driven/src/triggers/events.py.j2
onex/templates/event-driven/src/triggers/schedules.py.j2
onex/templates/minimal/README.md.j2
onex/templates/minimal/__init__.py.j2
onex/templates/minimal/service.yml.j2
onex/templates/minimal/src/__init__.py.j2
onex/templates/minimal/src/apis/__init__.py.j2
onex/templates/minimal/src/apis/hello.py.j2
onex/templates/rest-api/README.md.j2
onex/templates/rest-api/__init__.py.j2
onex/templates/rest-api/service.yml.j2
onex/templates/rest-api/src/__init__.py.j2
onex/templates/rest-api/src/apis/__init__.py.j2
onex/templates/rest-api/src/apis/handlers.py.j2
onex/utils/__init__.py
onex/utils/auth.py
onex/utils/crypto.py
onex/utils/email.py
onex/utils/helpers.py
onex/vpn/__init__.py
onex/vpn/platform_detector.py
onex/vpn/setup_vpn.py
onex/vpn/wireguard_manager.py
onex_cli.egg-info/PKG-INFO
onex_cli.egg-info/SOURCES.txt
onex_cli.egg-info/dependency_links.txt
onex_cli.egg-info/entry_points.txt
onex_cli.egg-info/requires.txt
onex_cli.egg-info/top_level.txt
tests/test_mcp_logs_e2e.py