I found an issue in the plugin CLI
The install command works correctly
But the remove command does not work: inkypi plugin remove mini_weather
It returns:
[ERROR] Unknown command: remove
The strange part is that the CLI help itself lists remove as a valid command:
Plugin commands:
inkypi plugin install <plugin_id> <git_repository_url>
inkypi plugin remove <plugin_id>
inkypi plugin list
So currently remove is documented as available, but the command is not actually recognized
Expected behavior:
inkypi plugin remove mini_weather should uninstall the plugin
Actual behavior:
The CLI returns Unknown command: remove
Screenshot

I found an issue in the plugin CLI
The install command works correctly
But the remove command does not work: inkypi plugin remove mini_weather
It returns:
[ERROR] Unknown command: remove
The strange part is that the CLI help itself lists remove as a valid command:
Plugin commands:
inkypi plugin install <plugin_id> <git_repository_url>
inkypi plugin remove <plugin_id>
inkypi plugin list
So currently remove is documented as available, but the command is not actually recognized
Expected behavior:
inkypi plugin remove mini_weather should uninstall the plugin
Actual behavior:
The CLI returns Unknown command: remove
Screenshot
