llamactl 0.3.12__py3-none-any.whl → 0.3.13__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.
@@ -10,7 +10,10 @@ from click.exceptions import Abort, Exit
10
10
  from llama_deploy.cli.commands.auth import validate_authenticated_profile
11
11
  from llama_deploy.cli.config.env_service import service
12
12
  from llama_deploy.cli.config.schema import Auth
13
- from llama_deploy.cli.options import global_options, interactive_option
13
+ from llama_deploy.cli.options import (
14
+ interactive_option,
15
+ native_tls_option,
16
+ )
14
17
  from llama_deploy.cli.styles import WARNING
15
18
  from llama_deploy.cli.utils.redact import redact_api_key
16
19
  from llama_deploy.core.client.manage_client import ControlPlaneClient
@@ -78,7 +81,7 @@ logger = logging.getLogger(__name__)
78
81
  help="The host to run the API server on. Default is 127.0.0.1. Use 0.0.0.0 to allow remote access.",
79
82
  )
80
83
  @interactive_option
81
- @global_options
84
+ @native_tls_option
82
85
  def serve(
83
86
  deployment_file: Path,
84
87
  no_install: bool,
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: llamactl
3
- Version: 0.3.12
3
+ Version: 0.3.13
4
4
  Summary: A command-line interface for managing LlamaDeploy projects and deployments
5
5
  Author: Adrian Lyjak
6
6
  Author-email: Adrian Lyjak <adrianlyjak@gmail.com>
7
7
  License: MIT
8
- Requires-Dist: llama-deploy-core[client]>=0.3.12,<0.4.0
9
- Requires-Dist: llama-deploy-appserver>=0.3.12,<0.4.0
8
+ Requires-Dist: llama-deploy-core[client]>=0.3.13,<0.4.0
9
+ Requires-Dist: llama-deploy-appserver>=0.3.13,<0.4.0
10
10
  Requires-Dist: httpx>=0.24.0,<1.0.0
11
11
  Requires-Dist: rich>=13.0.0
12
12
  Requires-Dist: questionary>=2.0.0
@@ -7,7 +7,7 @@ llama_deploy/cli/commands/auth.py,sha256=1381eee494c3a0c73253322b4a54af1a857d5b8
7
7
  llama_deploy/cli/commands/deployment.py,sha256=46339e09135521c46ff90235ccf765c37b1a161cec11d92e92a54ceac6528b01,9883
8
8
  llama_deploy/cli/commands/env.py,sha256=36cb1b0abb9e3d1c5546d3e8a3c4c7839c4d6c2abf75763e39efb08376b3eae9,6808
9
9
  llama_deploy/cli/commands/init.py,sha256=68d6dbfd21596cb0012009c32f023e3b6960415ef69363b2b328e15ae17029e6,15974
10
- llama_deploy/cli/commands/serve.py,sha256=48f49de684393a90f69d95d703061cd3b8fe73c216f66bd7b48bd86761b40958,12852
10
+ llama_deploy/cli/commands/serve.py,sha256=e1e91f17e13dce31ebadb4a1b91cda9e2e3eeb45f89f1db0ae3fadd879e8a2ab,12871
11
11
  llama_deploy/cli/config/_config.py,sha256=654a4b6d06542e3503edab7023fc1c3148de510b3e3f6194e28cd4bd3e7c029a,14230
12
12
  llama_deploy/cli/config/_migrations.py,sha256=37055641970e1ea41abc583f270dc8a9dab03076224a02cd5fb08bbab2b9259f,2333
13
13
  llama_deploy/cli/config/auth_service.py,sha256=9e62ed2ea112e6142a5d384835568d4a926627eb58730af89bef9420f549d42e,5126
@@ -34,7 +34,7 @@ llama_deploy/cli/textual/styles.tcss,sha256=2536f52ea1a654ae1f8990a25d45c845cb31
34
34
  llama_deploy/cli/utils/env_inject.py,sha256=01911758bcc3cf22aad0db0d1ade56aece48d6ad6bdb7186ea213337c67f5a89,688
35
35
  llama_deploy/cli/utils/redact.py,sha256=1e768d76b4a6708230c34f7ce8a5a82ab52795bb3d6ab0387071ab4e8d7e7934,863
36
36
  llama_deploy/cli/utils/version.py,sha256=bf01a6dda948b868cc08c93701ed44cd36b487402404af8451d4c0996a2edb31,364
37
- llamactl-0.3.12.dist-info/WHEEL,sha256=66530aef82d5020ef5af27ae0123c71abb9261377c5bc519376c671346b12918,79
38
- llamactl-0.3.12.dist-info/entry_points.txt,sha256=b67e1eb64305058751a651a80f2d2268b5f7046732268421e796f64d4697f83c,52
39
- llamactl-0.3.12.dist-info/METADATA,sha256=87fb782a3a93eca24e2febe18e767c3cfc42c61a5eaa1d0b6c91c7a0af074311,3215
40
- llamactl-0.3.12.dist-info/RECORD,,
37
+ llamactl-0.3.13.dist-info/WHEEL,sha256=66530aef82d5020ef5af27ae0123c71abb9261377c5bc519376c671346b12918,79
38
+ llamactl-0.3.13.dist-info/entry_points.txt,sha256=b67e1eb64305058751a651a80f2d2268b5f7046732268421e796f64d4697f83c,52
39
+ llamactl-0.3.13.dist-info/METADATA,sha256=110d516438520370097db9b543db32fedbbc9cef3a03a2508ac7b64339b258ce,3215
40
+ llamactl-0.3.13.dist-info/RECORD,,