litellm/tests/test_litellm/proxy/client/cli
Marc Abramowitz 40ccd2b70f
Add "keys import" command to CLI (#12620)
* Add "keys import" command to CLI

E.g.:

```
litellm-proxy keys import \
  --source-base-url=https://old-litellm.company.com \
  --source-api-key=$LITELLM_KEY \
  --dry-run
```

* Add --created-since option

* Add tests

* Fix lint errors

* Fix lint issues

* Fix lint errors

* Fix response.raise_for_status not being a thing

* Fix a mypy error
2025-07-15 20:14:43 -07:00
..
__init__.py Litellm fix GitHub action testing (#11163) 2025-05-26 14:41:42 -07:00
test_auth_commands.py sys.path.insert for cli tests 2025-07-03 15:58:49 -07:00
test_chat_commands.py sys.path.insert for cli tests 2025-07-03 15:58:49 -07:00
test_credentials_commands.py test fix creds test 2025-07-03 22:01:52 -07:00
test_global_options.py sys.path.insert for cli tests 2025-07-03 15:58:49 -07:00
test_keys_commands.py Add "keys import" command to CLI (#12620) 2025-07-15 20:14:43 -07:00
test_models_commands.py sys.path.insert for cli tests 2025-07-03 15:58:49 -07:00
test_users_commands.py sys.path.insert for cli tests 2025-07-03 15:58:49 -07:00