# Install this plugin
    npm install @pinelab/vendure-scripts
    
    

Changelog for vendure-scripts

1.7.1 (2025-02-14)

  • Improved logging to track progress
  • Don't throw if failed to assign to a channel

1.7.0 (2025-02-13)

  • Assign products now only assigns assets, variants and products to given channel. Not facets and values.
  • Only exporting main functions, not internal helpers

1.6.0 (2024-12-19)

  • Update Vendure to 3.1.1

1.5.0 (2024-07-16)

  • Allow running the scripts without prompts
  • Made mysql import command verbose

1.4.1 (2024-07-16)

  • Included dependency 'prompt-confirm'

1.4.0 (2024-07-16)

  • Added script for copying Production database to a Test database with mysqldump

1.3.0 (2024-06-21)

  • Updated Vendure to 2.2.6

1.2.0 (2025-05-23)

  • Product import code refactor and assigning customers and orders(#430)

1.0.1 (2025-05-23)

  • Prevent copying deleted products

1.0.0 (2024-05-07)

  • Initial release