- Add the
--no-verifyparameter to skip certificate verifications. :issue:`20`
- The :ref:`test` command returns 1 in case of errors.
- Added :ref:`test`
--dont-check-content-typeand--dont-check-status-codeoptions.
- Display server discovery step network connections.
- Support loading server configuration objects in :class:`~scim2_models.ListResponses`.
Warning
The CLI API have been integraly overhauled
- Python 3.13 support.
- :class:`~scim2_models.Schema`, :class:`~scim2_models.ResourceType` and :class:`~scim2_models.ServiceProviderConfig` are now automatically discovered on the server.
- Available resources are discovered on the server.
- Implement :ref:`SCIM_CLI_URL <scim-url-scim_cli_url>` and :ref:`SCIM_CLI_HEADERS <scim-header-scim_cli_headers>` environment vars.
- Use GHA to build binary files.
- Dependencies update.
- Add support for passing custom headers to requests.
- Server compliance test.
- Commands to query, search, create, replace, delete
- Initial release