command

ridu plugin add

ridu plugin add <key> --go-package <package> [--go-version <version>] [--constructor <name>] [--admin-package <package>] [--admin-version <version>] [--no-install]

Install and register a compiled backend plugin and optional paired admin package.

@param --go-package
Required compiled Go plugin package.
@param --go-version
Go module requirement; defaults to latest.
@param --constructor
Exported zero-argument constructor; defaults to New.
@param --admin-package
Optional paired static admin package.
@param --admin-version
Admin package requirement; defaults to latest.
@param --no-install
Update registration without invoking Go or the configured frontend package manager.

ridu add is an exact alias. The command updates dependencies and registration, regenerates contracts, checks compatibility, and rolls back its files on failure. Review the descriptor and create a migration afterward.