mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
[PR #270] [MERGED] feat: add a CLI to interact with the apiserver #366
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/270
Author: @masci
Created: 9/25/2024
Status: ✅ Merged
Merged: 9/26/2024
Merged by: @masci
Base:
main← Head:massi/cli📝 Commits (3)
0358738feat: add a CLI to interact with the apiserver9a6fd4atest status cmd962d308add cli tests📊 Changes
10 files changed (+211 additions, -0 deletions)
View changed files
➕
llama_deploy/cli/__init__.py(+28 -0)➕
llama_deploy/cli/__main__.py(+11 -0)➕
llama_deploy/cli/deploy.py(+20 -0)➕
llama_deploy/cli/status.py(+32 -0)➕
tests/cli/__init__.py(+0 -0)➕
tests/cli/conftest.py(+14 -0)➕
tests/cli/data/deployment.yaml(+7 -0)➕
tests/cli/test_cli.py(+21 -0)➕
tests/cli/test_deploy.py(+34 -0)➕
tests/cli/test_status.py(+44 -0)📄 Description
From the root of the repo:
Note commands have unit tests but can't be tested end-to-end until #267 is merged
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.