mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-07-20 15:49:38 -04:00
[PR #522] [MERGED] feat: imply --local when 'serve' is called passing a deployment file #526
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/llama_deploy/pull/522
Author: @masci
Created: 5/29/2025
Status: ✅ Merged
Merged: 5/29/2025
Merged by: @masci
Base:
main← Head:massi/default-local📝 Commits (1)
6bb6e60feat: imply --local when 'serve' is called passing a deployment file📊 Changes
2 files changed (+8 additions, -35 deletions)
View changed files
📝
llama_deploy/cli/serve.py(+2 -3)📝
tests/cli/test_serve.py(+6 -32)📄 Description
The
--localflag is hidden, and the behaviour of the resulting instance when not passed is confusing. Let's assume that if an user passes a deployment file likellamactl serve /path/to/deployment.yaml, a local execution is assumed.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.