ordercloud-api / ordercloud-seed

CLI and library to Import and export serialized representations of full marketplaces
MIT License
9 stars 9 forks source link

Add a version number to the seed files #12

Closed oliverheywood451 closed 2 years ago

oliverheywood451 commented 2 years ago

Each seed file should have a new section at the top called "Meta". Under meta should be a property call "SeedingVersion" which should be set to the current npm package number (e.g. 1.0.25) during the download command.

This will be useful for diagnosing problems.