-
Notifications
You must be signed in to change notification settings - Fork 7
update
fireproofsocks edited this page Dec 11, 2014
·
2 revisions
Update the specified package and its elements. This will re-import all the package elements, seed data, and run outstanding migrations. If your seed data has "build_attributes" that permit updates ("update_object":true), then seed data will be updated.
php repoman update <pkg_root_dir>
To reference dev-specific seed data, you can use the --seeds_path argument:
php repoman update <pkg_root_dir> --seeds_path=model/seeds/dev
© 2014 and beyond by Craftsman Coding