litellm/tests/test_litellm/proxy/client
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
..
cli Add "keys import" command to CLI (#12620) 2025-07-15 20:14:43 -07:00
test_chat.py tests fix use correct import responses 2025-07-03 21:06:31 -07:00
test_client.py sys.path.insert for cli tests 2025-07-03 15:58:49 -07:00
test_credentials.py test fix cli credentials 2025-07-03 21:08:35 -07:00
test_http_client.py test fix 2025-07-03 21:16:26 -07:00
test_http_commands.py sys.path.insert for cli tests 2025-07-03 15:58:49 -07:00
test_keys.py test fix 2025-07-03 21:16:26 -07:00
test_model_groups.py test fix 2025-07-03 21:16:26 -07:00
test_models.py fix test models 2025-07-03 21:16:26 -07:00
test_users.py sys.path.insert for cli tests 2025-07-03 15:58:49 -07:00