config
config copied to clipboard
Rename composer commands with `:` usage
> > > Add composer command yii-config-info
What about to use namespace instead?
yii-config:infoyii:config:infoyii:config-infoThis is not consistent with other exists commands (
yii-config-copy,yii-config-rebuild).
So we can aliases for them and make them deprecated for the further versions
Originally posted by @xepozz in https://github.com/yiisoft/config/issues/175#issuecomment-2041573208
yii:config:info
yii:config:copy
yii:config:rebuild
Sounds good to me.
Or... could be even:
config:info
config:copy
config:rebuild
These commands user can not change, so they should have unique names. So i like one of these:
yii-config:info
yii-config:copy
yii-config:rebuild
or
yii:config:info
yii:config:copy
yii:config:rebuild
@vjik your 2nd variant has a benefit of being able to type y:c:r.