The custodia-cli program has a subcommand to list all available plugins. The current implementation iterates over all entry point, but does not validate that the plugin actually exists or can be resolved. The plugin should show only importable plugins.
In debug mode custodia-cli plugins --debug the command should show traceback for failed plugins. Or maybe --all mode?
The
custodia-cli
program has a subcommand to list all available plugins. The current implementation iterates over all entry point, but does not validate that the plugin actually exists or can be resolved. The plugin should show only importable plugins.In debug mode
custodia-cli plugins --debug
the command should show traceback for failed plugins. Or maybe--all
mode?