kctl-api 0.5.5__tar.gz → 0.7.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {kctl_api-0.5.5 → kctl_api-0.7.0}/PKG-INFO +2 -2
- {kctl_api-0.5.5 → kctl_api-0.7.0}/pyproject.toml +2 -2
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/__init__.py +1 -1
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/cli.py +5 -1
- {kctl_api-0.5.5 → kctl_api-0.7.0}/.gitignore +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/README.md +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/skills/api-admin/SKILL.md +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/__main__.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/__init__.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/ai.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/aliases.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/apps.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/auth.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/automation.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/build_cmd.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/clean.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/config_cmd.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/dashboard.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/db.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/deploy.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/deps.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/dev.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/docker_cmd.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/doctor_cmd.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/env.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/files.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/fmt_cmd.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/health.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/jobs.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/lint_cmd.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/logs.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/marketplace.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/monitor_cmd.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/notifications.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/odoo_proxy.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/openapi.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/perf.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/rate_limit.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/realtime.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/redis_cmd.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/routes_cmd.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/saas.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/scaffold.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/security_cmd.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/services.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/shell.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/skill_cmd.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/streams.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/stripe_cmd.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/tenant_ai.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/test_cmd.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/users.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/webhooks.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/workflows.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/commands/ws.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/core/__init__.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/core/async_client.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/core/callbacks.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/core/client.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/core/config.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/core/db.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/core/exceptions.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/core/output.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/core/plugins.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/core/redis.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/core/resolve.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/src/kctl_api/core/utils.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/tests/conftest.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/tests/test_auth.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/tests/test_cli.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/tests/test_config_cmd.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/tests/test_core.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/tests/test_deploy.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/tests/test_logs.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/tests/test_smoke.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/tests/test_standard.py +0 -0
- {kctl_api-0.5.5 → kctl_api-0.7.0}/tests/test_users.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: kctl-api
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.7.0
|
|
4
4
|
Summary: Kodemeio API CLI - manage your FastAPI platform
|
|
5
5
|
Author-email: Kodemeio <dev@kodeme.io>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -14,7 +14,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
14
14
|
Classifier: Topic :: System :: Systems Administration
|
|
15
15
|
Requires-Python: >=3.12
|
|
16
16
|
Requires-Dist: httpx>=0.28.0
|
|
17
|
-
Requires-Dist: kctl-lib>=0.
|
|
17
|
+
Requires-Dist: kctl-lib>=0.9.0
|
|
18
18
|
Provides-Extra: all
|
|
19
19
|
Requires-Dist: asyncpg>=0.30.0; extra == 'all'
|
|
20
20
|
Requires-Dist: redis>=5.0.0; extra == 'all'
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "kctl-api"
|
|
7
|
-
version = "0.
|
|
7
|
+
version = "0.7.0"
|
|
8
8
|
description = "Kodemeio API CLI - manage your FastAPI platform"
|
|
9
9
|
license = "MIT"
|
|
10
10
|
requires-python = ">=3.12"
|
|
@@ -20,7 +20,7 @@ classifiers = [
|
|
|
20
20
|
"Topic :: System :: Systems Administration",
|
|
21
21
|
]
|
|
22
22
|
dependencies = [
|
|
23
|
-
"kctl-lib>=0.
|
|
23
|
+
"kctl-lib>=0.9.0",
|
|
24
24
|
"httpx>=0.28.0",
|
|
25
25
|
]
|
|
26
26
|
|
|
@@ -5,7 +5,7 @@ from __future__ import annotations
|
|
|
5
5
|
from typing import Annotated
|
|
6
6
|
|
|
7
7
|
import typer
|
|
8
|
-
from kctl_lib import KctlError, handle_cli_error
|
|
8
|
+
from kctl_lib import KctlError, cli_entrypoint, handle_cli_error, register_introspection_commands
|
|
9
9
|
from kctl_lib.self_update import notify_if_outdated
|
|
10
10
|
from kctl_lib.tui import add_tui_command
|
|
11
11
|
|
|
@@ -229,6 +229,10 @@ def completions(
|
|
|
229
229
|
typer.echo(script)
|
|
230
230
|
|
|
231
231
|
|
|
232
|
+
# Wrap app so KctlError subclasses surface as clean user-facing messages.
|
|
233
|
+
app = cli_entrypoint(app)
|
|
234
|
+
register_introspection_commands(app)
|
|
235
|
+
|
|
232
236
|
def _run() -> None:
|
|
233
237
|
"""Entry point with error handling."""
|
|
234
238
|
try:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|