litellm/tests/test_litellm/proxy/client/cli
Ishaan Jaff a6527e5010
[Feat] Add litellm-proxy cli login for starting to use litellm proxy (#12216)
* add handlers for auth commands

* add login, logout, whoami

* refactor auth

* add CLI Authentication Flow

* add SSO sign in constants

* add itellm-session-token

* fixes for managing state with cli

* use locally stored context for cli session

* add litellm banner + interactive shell

* update main.py

* update auth to show commands

* fix ui sso render

* add TestCLISSOCallbackFunction

* update banner.py

* remove file

* fix cli sso success

* TestTokenUtilities

* fix code qa

* fix execute_command

* fix cli_sso_callback

* fix import

* Authentication using CLI
2025-07-01 18:11:19 -07:00
..
__init__.py Litellm fix GitHub action testing (#11163) 2025-05-26 14:41:42 -07:00
test_auth_commands.py [Feat] Add litellm-proxy cli login for starting to use litellm proxy (#12216) 2025-07-01 18:11:19 -07:00
test_chat_commands.py Litellm fix GitHub action testing (#11163) 2025-05-26 14:41:42 -07:00
test_credentials_commands.py Litellm fix GitHub action testing (#11163) 2025-05-26 14:41:42 -07:00
test_global_options.py Litellm fix GitHub action testing (#11163) 2025-05-26 14:41:42 -07:00
test_keys_commands.py Fix: Ensure exception is not None before checking its string representation (#12209) 2025-07-01 12:30:31 -07:00
test_models_commands.py Litellm fix GitHub action testing (#11163) 2025-05-26 14:41:42 -07:00
test_users_commands.py Litellm fix GitHub action testing (#11163) 2025-05-26 14:41:42 -07:00