Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.0.0
-
Component/s: None
-
Labels:None
Description
The dev commands are a bit awkward as they are not all targeted to developers and all better fit into other categories. So I am trying
to put them in better places and remove the whole dev modules.
There are some commands in dev that are targeted for bundles so it makes sense to have them in bundle instead:
dev:dynamic-import -> bundle:dynamic-import
dev:tree-show -> bundle:tree-show
dev:watch -> bundle:watch
Other dev commands fit into system nicely
dev:dump-create -> system:dump-create
dev:framework -> system:framework
dev:system-property -> system:property
The last remaining one can go to shell .. after all it is not even using the dev service
dev:stack-traces-print -> shell:stack-traces-print