Command Line Utility

From DreamFactory
Jump to: navigation, search
DFEDashboardCommand Line Utility


Usage

The Dashboard provides administrative functions through the `artisan` command line tool. To see the list of available commands, simply run `php artisan` from the Dashboard installation directory:

dfadmin@console:/opt/dreamfactory/dfe/dfe-dashboard$ php artisan
Laravel Framework version 5.1.x (LTS)

Usage:
  command [options] [arguments]

Available commands:
 ...
 dfe
  dfe:update           Update DFE Dashboard to the latest version.
 ...

Commands

The Dashboard has only a single command: `dfe:update`.

dfe:update