Install demo data plugin

Downloads and installs the B2bDemodata plugin from GitHub.

bin/console b2b:test-data:install-plugin [--branchName=<branch>]

Automated installation of demo data plugin for testing and development.

Options:

  • --branchName, -b - Specify GitHub branch (interactive selection if omitted)

Process:

  1. Interactive branch selection from GitHub API

  2. Downloads ZIP from GitHub

  3. Imports plugin

  4. Clears cache and refreshes plugin list

  5. Provides installation instructions

Requirements:

  • Internet connection

  • Write access to custom/plugins directory

  • Plugin must not be composer-managed

Last updated

Was this helpful?