Skip to content

InkyPi CLI - inkypi plugin remove is listed in help but returns Unknown command #648

@saulob

Description

@saulob

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
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions