Skip to content
Everett Griffiths edited this page May 21, 2014 · 1 revision

Repoman can be run from the command line by calling the repoman utility with various arguments.

Usage:

php repoman <function> [options]

Available Functions:

  • build - Build a MODX transport package
  • export - Export elements and objects from MODX into your repository filesystem
  • graph - View an object's data structure
  • help - Get help on any command
  • import - Import elements and objects from the filesystem into MODX
  • install - Installs a dev version of your AddOn from its files in the filesystem
  • migrate - Manipulate database structure
  • schema:write - Write an XML schema based on existing database tables
  • schema:parse - Create PHP classes for the ORM layer from an XML schema file
  • seed - Install seed data into your database
  • uninstall - Remove all installed elements and migrations
  • update - Run any outstanding migrations, load new seed data, update permitted seed data.
Clone this wiki locally