Activate Addons

Activates one or more B2Bsellers Suite addons.

bin/console b2b:addons:activate <addon1> [addon2] [...] [--clearCache]

or

bin/console b2b:addon:activate <addon1> [addon2] [...] [--clearCache]

Enable licensed addons without manual configuration.

Arguments:

  • addons (required, array) - Addon names to activate (case-insensitive)

    • Use all to activate all available addons

Options:

  • --clearCache, -c - Automatically clear cache after activation

Addon Name Handling:

  • Accepts names with or without b2b prefix

  • Automatically prepends b2b if missing

  • Case-insensitive matching

Behavior:

  • Skips already activated addons

  • Displays error for non-existent addons

  • Shows activation summary with total counts

Examples:

Last updated

Was this helpful?