getnikola / nikola

A static website and blog generator
https://getnikola.com/
MIT License
2.58k stars 443 forks source link

"plugin" command not working on v8.3.0 #3759

Closed cybervegan closed 4 months ago

cybervegan commented 4 months ago

Environment

Python Version: Python 3.11.2

Nikola Version: 8.3.0

Operating System: Debian Bookworm on both x86 64bit, and DietPi Bookworm on aarch64 (Raspberry Pi 4)

Description:

Invoking the "plugin" command on Nikola v 8.3.0 returns an error message:

$ nikola plugin [2024-02-18 15:59:31] ERROR: Nikola: Unknown command plugin [2024-02-18 15:59:31] INFO: Nikola: Did you mean "clean"?

Reverting to prior version (8.2.4) allows the command to succeed.

Kwpolska commented 4 months ago

Duplicate of #3736. You can apply the fix from cec44aeb445161096303f1abc2df9c0980ab14cb. Version 8.3.1 was supposed to come out some time ago, but I didn’t have time to get that done.

cybervegan commented 4 months ago

Ok, thanks. I did search issues for prior fixes, but didn't see one.