@@ -8,17 +8,36 @@ By default the CLI is located `system/ee/eecli.php` .
88
99- [ Basic Usage] ( cli/usage.md )
1010- Built In Commands
11+ - Add-ons
12+ - [ addons: list - Lists all add-ons] ( cli/built-in-commands/addons.md )
13+ - [ addons: install - Installs an add-on] ( cli/built-in-commands/addons.md )
14+ - [ addons: update - Updates an add-on] ( cli/built-in-commands/addons.md )
15+ - [ addons: uninstall - Uninstalls an add-on] ( cli/built-in-commands/addons.md )
16+ - [ backup: database - Backup database] ( cli/built-in-commands/backup-database.md )
1117 - [ Clear Cache] ( cli/built-in-commands/cache-clear.md )
18+ - [ channels: list - List channels] ( cli/built-in-commands/channels-list.md )
19+ - Config
20+ - [ config: config - Update config.php values] ( cli/built-in-commands/config-management.md )
21+ - [ config: env - Update .env.php values] ( cli/built-in-commands/config-management.md )
22+ - [ fields: list - List fields] ( cli/built-in-commands/fields-list.md )
23+ - [ fieldtypes: list - List fieldtypes] ( cli/built-in-commands/fieldtypes-list.md )
24+ - Generate
25+ - [ generate: templates - Generate templates] ( cli/built-in-commands/generate-templates.md )
1226 - [ List] ( cli/built-in-commands/list.md )
1327 - Make
1428 - [ make: action - Creates a new action for an add-on] ( cli/built-in-commands/make-action.md )
1529 - [ make: addon - Creates a new add-on] ( cli/built-in-commands/make-addon.md )
1630 - [ make: command - Creates a new CLI command for an add-on] ( cli/built-in-commands/make-command.md )
31+ - [ make: cp-route - Creates a control panel route for an add-on] ( cli/built-in-commands/make-cp-route.md )
1732 - [ make: extension-hook - Implements an EE extension hook in an add-on] ( cli/built-in-commands/make-extension-hook.md )
33+ - [ make: fieldtype - Creates a fieldtype for an add-on] ( cli/built-in-commands/make-fieldtype.md )
34+ - [ make: jump - Creates jump menu file for an add-on] ( cli/built-in-commands/make-jump.md )
1835 - [ make: migration - Creates a new migration] ( cli/built-in-commands/make-migration.md )
1936 - [ make: model - Creates a new model for an add-on] ( cli/built-in-commands/make-model.md )
2037 - [ make: prolet - Creates a new prolet for an add-on] ( cli/built-in-commands/make-prolet.md )
21- - [ make: tag - Creates a new tag for an add-on] ( cli/built-in-commands/make-tag.md )
38+ - [ make: service - Creates a new service for an add-on] ( cli/built-in-commands/make-service.md )
39+ - [ make: sidebar - Creates a sidebar for an add-on] ( cli/built-in-commands/make-sidebar.md )
40+ - [ make: template-tag - Creates a new template tag for an add-on] ( cli/built-in-commands/make-template-tag.md )
2241 - [ make: widget - Generates widgets for existing add-ons] ( cli/built-in-commands/make-widget.md )
2342 - Migrate
2443 - [ migrate - Runs specified migrations (all, core, or add-ons)] ( cli/built-in-commands/migrate.md )
@@ -32,7 +51,11 @@ By default the CLI is located `system/ee/eecli.php` .
3251 - [ sync: file-usage - Sync files usage] ( cli/built-in-commands/sync-file-usage.md )
3352 - [ sync: reindex - Sync content used in search indexes] ( cli/built-in-commands/sync-reindex.md )
3453 - [ sync: upload-directory - Sync files in an upload directory] ( cli/built-in-commands/sync-upload-directory.md )
35- - [ Update ExpressionEngine] ( cli/built-in-commands/update.md )
54+ - Update
55+ - [ update - Update ExpressionEngine] ( cli/built-in-commands/update.md )
56+ - [ update: prepare - Prepare site files for update] ( cli/built-in-commands/update-prepare.md )
57+ - [ update: run-hook - Run update hooks from upgrade config] ( cli/built-in-commands/update-run-hook.md )
58+ - [ version - Show version details] ( cli/built-in-commands/version.md )
3659- [ Creating a Command] ( cli/creating-a-command.md )
3760- [ Defining Input] ( cli/defining-input.md )
3861- [ Displaying Output] ( cli/displaying-output.md )
0 commit comments