[PR #276] [MERGED] chore: rename --disable-ssl to --insecure #369

Closed
opened 2026-02-16 01:17:05 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: massi/insecure


📝 Commits (1)

  • cb8a67e chore: 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.

llamactl has an option to disable ssl validation when connecting to the apiserver: -k and --disable-ssl. Since -k was shamelessly stolen from curl, 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.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/llama_deploy/pull/276 **Author:** [@masci](https://github.com/masci) **Created:** 9/27/2024 **Status:** ✅ Merged **Merged:** 9/27/2024 **Merged by:** [@masci](https://github.com/masci) **Base:** `main` ← **Head:** `massi/insecure` --- ### 📝 Commits (1) - [`cb8a67e`](https://github.com/run-llama/llama_deploy/commit/cb8a67e0aa5c82662a852df2947b011ec99810c7) chore: rename --disable-ssl to --insecure ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `llama_deploy/cli/__init__.py` (+3 -3) </details> ### 📄 Description Minor change, was mentioned in the comments of another PR. `llamactl` has an option to disable ssl validation when connecting to the apiserver: `-k` and `--disable-ssl`. Since `-k` was shamelessly stolen from `curl`, let's steal the long options as well, so that curl users won't be surprised. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 01:17:05 -05:00
yindo closed this issue 2026-02-16 01:17:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_deploy#369