Features {: 0.24.0-feature }
- Add `plugins` configuration option to select which plugins to load.
[291](https://github.com/pulp/pulp-cli/issues/291)
- Added import export support of python content.
[609](https://github.com/pulp/pulp-cli/issues/609)
- Added support for the dbus secret service to make use of password managers.
[821](https://github.com/pulp/pulp-cli/issues/821)
- Added `--header` parameter to allow passing an arbitrary number of custom headers along with every request.
[889](https://github.com/pulp/pulp-cli/issues/889)
Bugfixes {: 0.24.0-bugfix }
- User-entered order of parameters no longer matters for repository version commands.
[650](https://github.com/pulp/pulp-cli/issues/650)
- Fixed a regression introduced in `get_translations`.
[874](https://github.com/pulp/pulp-cli/issues/874)
- Fixed the distribution of extra files with the package.
This should fix both type annotations as well as translations.
Improved Documentation {: 0.24.0-doc }
- Better separate the concepts of cli and glue in the architecture docs.
Deprecations and Removals {: 0.24.0-removal }
- Dropped support for python 3.6 and 3.7.
Pulp GLUE {: 0.24.0-pulp-glue }
Features {: 0.24.0-pulp-glue-feature }
- Added `auth` to `apikwargs` so you can plug in any `requests.auth.AuthBase`.
[821](https://github.com/pulp/pulp-cli/issues/821)
- Added `auth_provider` to `api_kwargs` to allow flexible authentication schemes driven by the openapi3 specs.
Bugfixes {: 0.24.0-pulp-glue-bugfix }
- Added a missing check for uniqueness on entity lookup.
[894](https://github.com/pulp/pulp-cli/issues/894)
- Fixed the distribution of extra files with the package.
This should fix both type annotations as well as translations.
Improved Documentation {: 0.24.0-pulp-glue-doc }
- Fixed the style to display the type of objects in the code reference docs.
Deprecations and Removals {: 0.24.0-pulp-glue-removal }
- Dropped support for python 3.6 and 3.7.
---