mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
[PR #276] [MERGED] chore: rename --disable-ssl to --insecure #369
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/276
Author: @masci
Created: 9/27/2024
Status: ✅ Merged
Merged: 9/27/2024
Merged by: @masci
Base:
main← Head:massi/insecure📝 Commits (1)
cb8a67echore: rename --disable-ssl to --insecure📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
llama_deploy/cli/__init__.py(+3 -3)📄 Description
Minor change, was mentioned in the comments of another PR.
llamactlhas an option to disable ssl validation when connecting to the apiserver:-kand--disable-ssl. Since-kwas shamelessly stolen fromcurl, let's steal the long options as well, so that curl users won't be surprised.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.