checkdk-cli 0.2.2__tar.gz → 0.2.3__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.
- {checkdk_cli-0.2.2 → checkdk_cli-0.2.3}/PKG-INFO +1 -1
- {checkdk_cli-0.2.2 → checkdk_cli-0.2.3}/checkdk_cli.egg-info/PKG-INFO +1 -1
- {checkdk_cli-0.2.2 → checkdk_cli-0.2.3}/checkdkcli/__init__.py +1 -1
- {checkdk_cli-0.2.2 → checkdk_cli-0.2.3}/checkdkcli/commands/auth.py +3 -3
- {checkdk_cli-0.2.2 → checkdk_cli-0.2.3}/pyproject.toml +1 -1
- {checkdk_cli-0.2.2 → checkdk_cli-0.2.3}/README.md +0 -0
- {checkdk_cli-0.2.2 → checkdk_cli-0.2.3}/checkdk_cli.egg-info/SOURCES.txt +0 -0
- {checkdk_cli-0.2.2 → checkdk_cli-0.2.3}/checkdk_cli.egg-info/dependency_links.txt +0 -0
- {checkdk_cli-0.2.2 → checkdk_cli-0.2.3}/checkdk_cli.egg-info/entry_points.txt +0 -0
- {checkdk_cli-0.2.2 → checkdk_cli-0.2.3}/checkdk_cli.egg-info/requires.txt +0 -0
- {checkdk_cli-0.2.2 → checkdk_cli-0.2.3}/checkdk_cli.egg-info/top_level.txt +0 -0
- {checkdk_cli-0.2.2 → checkdk_cli-0.2.3}/checkdkcli/client.py +0 -0
- {checkdk_cli-0.2.2 → checkdk_cli-0.2.3}/checkdkcli/commands/__init__.py +0 -0
- {checkdk_cli-0.2.2 → checkdk_cli-0.2.3}/checkdkcli/commands/chaos.py +0 -0
- {checkdk_cli-0.2.2 → checkdk_cli-0.2.3}/checkdkcli/commands/docker.py +0 -0
- {checkdk_cli-0.2.2 → checkdk_cli-0.2.3}/checkdkcli/commands/init.py +0 -0
- {checkdk_cli-0.2.2 → checkdk_cli-0.2.3}/checkdkcli/commands/kubectl.py +0 -0
- {checkdk_cli-0.2.2 → checkdk_cli-0.2.3}/checkdkcli/commands/monitor.py +0 -0
- {checkdk_cli-0.2.2 → checkdk_cli-0.2.3}/checkdkcli/commands/playground.py +0 -0
- {checkdk_cli-0.2.2 → checkdk_cli-0.2.3}/checkdkcli/commands/predict.py +0 -0
- {checkdk_cli-0.2.2 → checkdk_cli-0.2.3}/checkdkcli/display.py +0 -0
- {checkdk_cli-0.2.2 → checkdk_cli-0.2.3}/checkdkcli/main.py +0 -0
- {checkdk_cli-0.2.2 → checkdk_cli-0.2.3}/setup.cfg +0 -0
|
@@ -144,9 +144,9 @@ def login_cmd() -> None:
|
|
|
144
144
|
|
|
145
145
|
_console.print(Panel(
|
|
146
146
|
f"[bold green]Logged in successfully![/]\n\n"
|
|
147
|
-
f" Name: {user.get('name', '
|
|
148
|
-
f" Email: {user.get('email', '
|
|
149
|
-
f" Provider: {user.get('provider', '
|
|
147
|
+
f" Name: {user.get('name', '?')}\n"
|
|
148
|
+
f" Email: {user.get('email', '?')}\n"
|
|
149
|
+
f" Provider: {user.get('provider', '?')}\n\n"
|
|
150
150
|
f"[dim]Token saved to {_ENV_FILE}[/]",
|
|
151
151
|
border_style="green",
|
|
152
152
|
))
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "checkdk-cli"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.3"
|
|
8
8
|
description = "checkDK CLI – AI-powered Docker/Kubernetes issue detector and pod failure predictor"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
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
|