@@ -9,53 +9,53 @@ By default the CLI is located `system/ee/eecli.php` .
99- [ Basic Usage] ( cli/usage.md )
1010- Built In Commands
1111 - 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 )
17- - [ Clear Cache ] ( cli/built-in-commands/cache-clear.md )
18- - [ channels: list - List channels ] ( cli/built-in-commands/channels-list.md )
12+ - [ addons: list ] ( cli/built-in-commands/addons.md ) - List Add-ons
13+ - [ addons: install ] ( cli/built-in-commands/addons.md ) - Install Add-on
14+ - [ addons: update ] ( cli/built-in-commands/addons.md ) - Update Add-on
15+ - [ addons: uninstall ] ( cli/built-in-commands/addons.md ) - Uninstall Add-on
16+ - [ backup: database ] ( cli/built-in-commands/backup-database.md ) - Backup Database
17+ - [ cache : clear ] ( cli/built-in-commands/cache-clear.md ) - Clear Cache
18+ - [ channels: list ] ( cli/built-in-commands/channels-list.md ) - List Channels
1919 - 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 )
20+ - [ config: config ] ( cli/built-in-commands/config-management.md ) - Update Config Values
21+ - [ config: env ] ( cli/built-in-commands/config-management.md ) - Update Env Values
22+ - [ fields: list ] ( cli/built-in-commands/fields-list.md ) - List Fields
23+ - [ fieldtypes: list ] ( cli/built-in-commands/fieldtypes-list.md ) - List Fieldtypes
2424 - Generate
25- - [ generate: templates - Generate templates ] ( cli/built-in-commands/generate-templates.md )
26- - [ List ] ( cli/built-in-commands/list.md )
25+ - [ generate: templates ] ( cli/built-in-commands/generate-templates.md ) - Generate Templates
26+ - [ list ] ( cli/built-in-commands/list.md ) - List Commands
2727 - Make
28- - [ make: action - Creates a new action for an add-on ] ( cli/built-in-commands/make-action.md )
29- - [ make: addon - Creates a new add-on ] ( cli/built-in-commands/make-addon.md )
30- - [ 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 )
32- - [ 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 )
35- - [ make: migration - Creates a new migration ] ( cli/built-in-commands/make-migration.md )
36- - [ make: model - Creates a new model for an add-on ] ( cli/built-in-commands/make-model.md )
37- - [ make: prolet - Creates a new prolet for an add-on ] ( cli/built-in-commands/make-prolet.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 )
41- - [ make: widget - Generates widgets for existing add-ons ] ( cli/built-in-commands/make-widget.md )
28+ - [ make: action ] ( cli/built-in-commands/make-action.md ) - Create Action
29+ - [ make: addon ] ( cli/built-in-commands/make-addon.md ) - Create Add-on
30+ - [ make: command ] ( cli/built-in-commands/make-command.md ) - Create CLI Command
31+ - [ make: cp-route ] ( cli/built-in-commands/make-cp-route.md ) - Create Control Panel Route
32+ - [ make: extension-hook ] ( cli/built-in-commands/make-extension-hook.md ) - Create Extension Hook
33+ - [ make: fieldtype ] ( cli/built-in-commands/make-fieldtype.md ) - Create Fieldtype
34+ - [ make: jump ] ( cli/built-in-commands/make-jump.md ) - Create Jump Menu File
35+ - [ make: migration ] ( cli/built-in-commands/make-migration.md ) - Create Migration
36+ - [ make: model ] ( cli/built-in-commands/make-model.md ) - Create Model
37+ - [ make: prolet ] ( cli/built-in-commands/make-prolet.md ) - Create Prolet
38+ - [ make: service ] ( cli/built-in-commands/make-service.md ) - Create Service
39+ - [ make: sidebar ] ( cli/built-in-commands/make-sidebar.md ) - Create Sidebar
40+ - [ make: template-tag ] ( cli/built-in-commands/make-template-tag.md ) - Create Template Tag
41+ - [ make: widget ] ( cli/built-in-commands/make-widget.md ) - Create Widget
4242 - Migrate
43- - [ migrate - Runs specified migrations (all, core, or add-ons) ] ( cli/built-in-commands/migrate.md )
44- - [ migrate: addon - Runs add-on migrations ] ( cli/built-in-commands/migrate.md )
45- - [ migrate: all - Runs core migrations, then each add-on's migrations ] ( cli/built-in-commands/migrate.md )
46- - [ migrate: core - Runs core migrations ] ( cli/built-in-commands/migrate.md )
47- - [ migrate: reset - Rolls back all migrations ] ( cli/built-in-commands/migrate.md )
48- - [ migrate: rollback - Rolls back most recent migration group ] ( cli/built-in-commands/migrate.md )
43+ - [ migrate] ( cli/built-in-commands/migrate.md ) - Run Migrations
44+ - [ migrate: addon ] ( cli/built-in-commands/migrate.md ) - Run Add-on Migrations
45+ - [ migrate: all ] ( cli/built-in-commands/migrate.md ) - Run All Migrations
46+ - [ migrate: core ] ( cli/built-in-commands/migrate.md ) - Run Core Migrations
47+ - [ migrate: reset ] ( cli/built-in-commands/migrate.md ) - Reset Migrations
48+ - [ migrate: rollback ] ( cli/built-in-commands/migrate.md ) - Rollback Migration Group
4949 - Sync
50- - [ sync: conditional-fields - Sync channel entry conditional logic ] ( cli/built-in-commands/sync-conditional-fields.md )
51- - [ sync: file-usage - Sync files usage ] ( cli/built-in-commands/sync-file-usage.md )
52- - [ sync: reindex - Sync content used in search indexes ] ( cli/built-in-commands/sync-reindex.md )
53- - [ sync: upload-directory - Sync files in an upload directory ] ( cli/built-in-commands/sync-upload-directory.md )
50+ - [ sync: conditional-fields ] ( cli/built-in-commands/sync-conditional-fields.md ) - Sync Conditional Fields
51+ - [ sync: file-usage ] ( cli/built-in-commands/sync-file-usage.md ) - Sync File Usage
52+ - [ sync: reindex ] ( cli/built-in-commands/sync-reindex.md ) - Sync Search Index Content
53+ - [ sync: upload-directory ] ( cli/built-in-commands/sync-upload-directory.md ) - Sync Upload Directory
5454 - 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 )
55+ - [ update] ( cli/built-in-commands/update.md ) - Update ExpressionEngine
56+ - [ update: prepare ] ( cli/built-in-commands/update-prepare.md ) - Prepare Update
57+ - [ update: run-hook ] ( cli/built-in-commands/update-run-hook.md ) - Run Update Hook
58+ - [ version] ( cli/built-in-commands/version.md ) - Show Version Details
5959- [ Creating a Command] ( cli/creating-a-command.md )
6060- [ Defining Input] ( cli/defining-input.md )
6161- [ Displaying Output] ( cli/displaying-output.md )
0 commit comments