devs-cli 3.2.1__py3-none-any.whl → 3.2.3__py3-none-any.whl
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.
- devs/cli.py +2 -2
- {devs_cli-3.2.1.dist-info → devs_cli-3.2.3.dist-info}/METADATA +1 -1
- {devs_cli-3.2.1.dist-info → devs_cli-3.2.3.dist-info}/RECORD +7 -7
- {devs_cli-3.2.1.dist-info → devs_cli-3.2.3.dist-info}/WHEEL +1 -1
- {devs_cli-3.2.1.dist-info → devs_cli-3.2.3.dist-info}/entry_points.txt +0 -0
- {devs_cli-3.2.1.dist-info → devs_cli-3.2.3.dist-info}/licenses/LICENSE +0 -0
- {devs_cli-3.2.1.dist-info → devs_cli-3.2.3.dist-info}/top_level.txt +0 -0
devs/cli.py
CHANGED
|
@@ -463,7 +463,7 @@ def _handle_claude_auth(api_key: str, debug: bool) -> None:
|
|
|
463
463
|
env = os.environ.copy()
|
|
464
464
|
env['CLAUDE_CONFIG_DIR'] = str(config.claude_config_dir)
|
|
465
465
|
|
|
466
|
-
cmd = ['claude', 'auth', '--key', api_key]
|
|
466
|
+
cmd = ['claude', 'auth', 'login', '--key', api_key]
|
|
467
467
|
|
|
468
468
|
if debug:
|
|
469
469
|
console.print(f"[dim]Running: {' '.join(cmd)}[/dim]")
|
|
@@ -490,7 +490,7 @@ def _handle_claude_auth(api_key: str, debug: bool) -> None:
|
|
|
490
490
|
env = os.environ.copy()
|
|
491
491
|
env['CLAUDE_CONFIG_DIR'] = str(config.claude_config_dir)
|
|
492
492
|
|
|
493
|
-
cmd = ['claude', 'auth']
|
|
493
|
+
cmd = ['claude', 'auth', 'login']
|
|
494
494
|
|
|
495
495
|
if debug:
|
|
496
496
|
console.print(f"[dim]Running: {' '.join(cmd)}[/dim]")
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
devs/__init__.py,sha256=dMk0J_JrmBmknPvt6HNUa04qxgHYpxhnIXa3PZFk_N0,571
|
|
2
|
-
devs/cli.py,sha256=
|
|
2
|
+
devs/cli.py,sha256=HjwP4LfZXAXq99cSKD19cMo3U2fa6tUSgF4ckQcplho,44413
|
|
3
3
|
devs/config.py,sha256=DaS2_1x0h63cHn34RmWbEhUx_1u3-sAo16tM3AXMKfQ,1561
|
|
4
4
|
devs/exceptions.py,sha256=7xO7ihJu_U6CupZPMv89B4N5EBSUcdj2OdA6GPAFPEE,490
|
|
5
5
|
devs/core/__init__.py,sha256=TPy3eZi-AEztci_QZ37YAAl2zvUQlwBALpyiQx2ED7Q,363
|
|
6
6
|
devs/core/integration.py,sha256=YOz03TvS5Rk8YYnPT_rbEB_EMjpkOY4Z7OEzeP-6ZZQ,11055
|
|
7
7
|
devs/utils/__init__.py,sha256=f-sEWETPfW2Xkaxgd-l6FS-jIQAorLlQZOicIZvp-W0,638
|
|
8
|
-
devs_cli-3.2.
|
|
9
|
-
devs_cli-3.2.
|
|
10
|
-
devs_cli-3.2.
|
|
11
|
-
devs_cli-3.2.
|
|
12
|
-
devs_cli-3.2.
|
|
13
|
-
devs_cli-3.2.
|
|
8
|
+
devs_cli-3.2.3.dist-info/licenses/LICENSE,sha256=bi2EUiv-lmC_quQVkNqzTYXJpjVarkPsVKfqhJl7ccQ,1067
|
|
9
|
+
devs_cli-3.2.3.dist-info/METADATA,sha256=nf0d_j9IyiUxMPBWiKsqbTl6BZ0OM-9x2Wft_4Kn8BU,5282
|
|
10
|
+
devs_cli-3.2.3.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
11
|
+
devs_cli-3.2.3.dist-info/entry_points.txt,sha256=s8-pgqZ1QvzPJgHP9vNxwBYdezmGsFdRUHacJPZ4WOs,39
|
|
12
|
+
devs_cli-3.2.3.dist-info/top_level.txt,sha256=9RIVUPVGuOdO84qkBh_9XcKoTV7773o3py78wz2-IZk,5
|
|
13
|
+
devs_cli-3.2.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|