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 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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: devs-cli
3
- Version: 3.2.1
3
+ Version: 3.2.3
4
4
  Summary: DevContainer Management Tool - Manage multiple named devcontainers for any project
5
5
  Author: Dan Lester
6
6
  License-Expression: MIT
@@ -1,13 +1,13 @@
1
1
  devs/__init__.py,sha256=dMk0J_JrmBmknPvt6HNUa04qxgHYpxhnIXa3PZFk_N0,571
2
- devs/cli.py,sha256=WZGhZJYVOF3YMwW18chqPnUr11f86aId7v4P8USlEO8,44395
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.1.dist-info/licenses/LICENSE,sha256=bi2EUiv-lmC_quQVkNqzTYXJpjVarkPsVKfqhJl7ccQ,1067
9
- devs_cli-3.2.1.dist-info/METADATA,sha256=K2dTANnj_P89G9PR8qxXQjD-Q9LXzZI6KDg-Nvy6j8c,5282
10
- devs_cli-3.2.1.dist-info/WHEEL,sha256=YCfwYGOYMi5Jhw2fU4yNgwErybb2IX5PEwBKV4ZbdBo,91
11
- devs_cli-3.2.1.dist-info/entry_points.txt,sha256=s8-pgqZ1QvzPJgHP9vNxwBYdezmGsFdRUHacJPZ4WOs,39
12
- devs_cli-3.2.1.dist-info/top_level.txt,sha256=9RIVUPVGuOdO84qkBh_9XcKoTV7773o3py78wz2-IZk,5
13
- devs_cli-3.2.1.dist-info/RECORD,,
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,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (82.0.0)
2
+ Generator: setuptools (82.0.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5