kctl-api 0.2.0__tar.gz → 0.4.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.2.0 → kctl_api-0.4.0}/PKG-INFO +2 -2
- {kctl_api-0.2.0 → kctl_api-0.4.0}/pyproject.toml +2 -2
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/__init__.py +1 -1
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/cli.py +3 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/.gitignore +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/README.md +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/skills/api-admin/SKILL.md +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/__main__.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/__init__.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/ai.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/aliases.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/apps.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/auth.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/automation.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/build_cmd.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/clean.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/config_cmd.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/dashboard.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/db.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/deploy.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/deps.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/dev.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/docker_cmd.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/doctor_cmd.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/env.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/files.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/fmt_cmd.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/health.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/jobs.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/lint_cmd.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/logs.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/marketplace.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/monitor_cmd.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/notifications.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/odoo_proxy.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/openapi.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/perf.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/rate_limit.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/realtime.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/redis_cmd.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/routes_cmd.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/saas.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/scaffold.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/security_cmd.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/services.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/shell.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/skill_cmd.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/streams.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/stripe_cmd.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/tenant_ai.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/test_cmd.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/users.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/webhooks.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/workflows.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/commands/ws.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/core/__init__.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/core/async_client.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/core/callbacks.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/core/client.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/core/config.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/core/db.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/core/exceptions.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/core/output.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/core/plugins.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/core/redis.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/core/resolve.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/src/kctl_api/core/utils.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/tests/__init__.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/tests/conftest.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/tests/test_auth.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/tests/test_cli.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/tests/test_config_cmd.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/tests/test_core.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/tests/test_deploy.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.0}/tests/test_smoke.py +0 -0
- {kctl_api-0.2.0 → kctl_api-0.4.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.4.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.5.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.4.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.5.0",
|
|
24
24
|
"httpx>=0.28.0",
|
|
25
25
|
]
|
|
26
26
|
|
|
@@ -7,6 +7,7 @@ from typing import Annotated
|
|
|
7
7
|
import typer
|
|
8
8
|
from kctl_lib import KctlError, handle_cli_error
|
|
9
9
|
from kctl_lib.self_update import notify_if_outdated
|
|
10
|
+
from kctl_lib.tui import add_tui_command
|
|
10
11
|
|
|
11
12
|
from kctl_api import __version__
|
|
12
13
|
from kctl_api.core.callbacks import AppContext
|
|
@@ -187,6 +188,8 @@ from kctl_api.core.plugins import discover_and_load_plugins # noqa: E402
|
|
|
187
188
|
|
|
188
189
|
discover_and_load_plugins(app)
|
|
189
190
|
|
|
191
|
+
add_tui_command(app, service_key="api", version=__version__)
|
|
192
|
+
|
|
190
193
|
|
|
191
194
|
@app.command("self-update")
|
|
192
195
|
def self_update_cmd(ctx: typer.Context) -> None:
|
|
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
|