Skip to content

docs: rename litellm-proxy CLI command to lite - #313

Merged
mubashir1osmani merged 4 commits into
mainfrom
litellm_docs_lite_cli_rename
Jun 13, 2026
Merged

docs: rename litellm-proxy CLI command to lite#313
mubashir1osmani merged 4 commits into
mainfrom
litellm_docs_lite_cli_rename

Conversation

@mateo-berri

@mateo-berri mateo-berri commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

What

lite is the new recommended short command for the proxy CLI (BerriAI/litellm#29850); the existing litellm-proxy name stays as an alias for the same CLI. These two living docs pages now teach lite as the primary command.

management_cli.md and cli_sso.md use lite ... for every invocation (lite login, lite models list, lite keys generate, lite whoami, and so on).

The install steps now point at the thin lite client instead of the full proxy package: the one-line scripts/install-cli.sh installer (needs only curl, and lets uv provision a compatible Python), a Homebrew option (brew install BerriAI/litellm/lite), and uv tool install 'litellm[cli]'. Anyone already running a proxy from litellm[proxy] gets lite bundled with it, so for them this is just a rename

Scope

Only the CLI command examples and the install step were changed. Environment variables (LITELLM_PROXY_URL, LITELLM_PROXY_API_KEY), placeholder URLs like <your-litellm-proxy-base-url>, k8s/docker resource names, JWT audiences/scopes, and bucket/service names are unrelated identifiers that merely share the string and were left untouched. Historical release notes that reference litellm-proxy are point-in-time records and were not rewritten

Merge ordering

The thin-install paths only resolve once BerriAI/litellm#29850 ships: scripts/install-cli.sh has to be on main, litellm[cli] has to be published to PyPI, and the Homebrew formula has to be pushed to the BerriAI/homebrew-litellm tap. Merge this docs PR after that release so the commands work when a reader copies them

The proxy CLI console script was renamed from litellm-proxy to lite
(BerriAI/litellm#29850), so the management CLI and CLI authentication
pages now teach `lite ...` instead of `litellm-proxy ...`, including the
"Installed 2 executables" hint. Env vars (LITELLM_PROXY_URL,
LITELLM_PROXY_API_KEY), the litellm[proxy] install, and historical
release notes are intentionally left unchanged.
@vercel

vercel Bot commented Jun 8, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
litellm Ready Ready Preview, Comment Jun 9, 2026 2:26am

Request Review

Document the curl | sh installer alongside `uv tool install` in the
management CLI and CLI authentication install steps, since it needs only
curl and provisions a Python runtime when one isn't present.
Switch the management CLI Quick Start (and SSO login steps) from the full
litellm[proxy] install to the thin lite client: scripts/install-cli.sh, a
Homebrew option, and uv tool install 'litellm[cli]'. Note that proxy
operators already have lite bundled with litellm[proxy].
@mubashir1osmani
mubashir1osmani merged commit 1f39a55 into main Jun 13, 2026
2 checks passed
@mubashir1osmani
mubashir1osmani deleted the litellm_docs_lite_cli_rename branch June 13, 2026 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants