Skip to content

Commit

Permalink
[console] Remove command aliases. (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas committed Jul 9, 2017
1 parent fbf0a1e commit ee2db73
Showing 1 changed file with 1 addition and 155 deletions.
156 changes: 1 addition & 155 deletions config/dist/aliases.yml
Original file line number Diff line number Diff line change
@@ -1,158 +1,4 @@
commands:
aliases:
cache:rebuild:
- cr
theme:download:
- td
theme:debug:
- tde
theme:install:
- ti
theme:uninstall:
- tu
module:download:
- md
config:debug:
- cde
config:edit:
- cdit
config:export:
- ce
config:export:content:type:
- cect
config:export:single:
- ces
config:export:view:
- cev
config:import:
- ci
config:import:single:
- cis
config:override:
- co
container:debug:
debug:container:
- cod
cron:execute:
- cre
cron:release:
- crr
dblog:clear:
- dbc
dblog:debug:
- dbb
generate:authentication:provider:
- gap
generate:command:
- gcm
generate:controller:
- gcn
generate:doc:dash:
- gdd
generate:doc:gitbook:
- gdg
generate:doc:cheatsheet:
- gdc
generate:entity:bundle:
- geb
generate:entity:config:
- gecg
generate:entity:content:
- gect
generate:event:subscriber:
- ges
generate:form:alter:
- gfa
generate:form:config:
- gfc
generate:module:
- gm
generate:permissions:
- gp
generate:plugin:block:
- gpb
generate:plugin:condition:
- gpc
generate:plugin:field:
- gpf
generate:plugin:fieldformatter:
- gpff
generate:plugin:fieldtype:
- gpft
generate:plugin:fieldwidget:
- gpfw
generate:plugin:imageeffect:
- gpie
generate:plugin:imageformatter:
- gpif
generate:plugin:rest:resource:
- gprr
generate:plugin:rulesaction:
- gpra
generate:plugin:type:annotation:
- gpta
generate:plugin:type:yaml:
- gpty
generate:plugin:views:field:
- gpvf
generate:service:
- gs
generate:theme:
- gt
migrate:debug:
- mid
migrate:execute:
- mie
migrate:load:
- mil
module:debug:
- mod
module:download:
- modo
module:install:
- moi
module:uninstall:
- mou
rest:debug:
- rede
rest:disable:
- redi
rest:enable:
- ree
router:debug:
- rod
router:rebuild:
- ror
debug:site:
- sd
site:install:
- si
site:maintenance:
- sma
site:mode:
- smo
site:new:
- sn
site:status:
- ss
test:debug:
- td
test:run:
- tr
update:debug:
- upd
update:execute:
- upe
user:login:clear:attempts:
- uslca
user:login:url:
- uslu
user:password:hash:
- usph
user:password:reset:
- uspr
views:debug:
- vde
views:disable:
- vdi
views:enable:
- ve

0 comments on commit ee2db73

Please sign in to comment.