@@ -28,20 +28,25 @@ component excludeFromHelp=true extends="coldbox-cli.models.BaseCommand" {
2828 .greenLine ( " coldbox create resource Create a complete RESTful resource (handler + routes)" )
2929 .greenLine ( " coldbox create orm-crud Create CRUD handler for an ORM entity" )
3030 .greenLine ( " coldbox create orm-entity Create an ORM entity" )
31+ .greenLine ( " coldbox create orm-service Create an ORM service" )
32+ .greenLine ( " coldbox create orm-virtual-service Create an ORM virtual service" )
33+ .greenLine ( " coldbox create orm-event-handler Create an ORM event handler" )
3134 .line ()
3235 .boldWhiteLine ( " Testing:" )
3336 .line ()
3437 .greenLine ( " coldbox create integration-test Create an integration test" )
35- .greenLine ( " coldbox create unit-test Create a unit test" )
38+ .greenLine ( " coldbox create unit Create a unit test" )
3639 .greenLine ( " coldbox create bdd Create a BDD test spec" )
40+ .greenLine ( " coldbox create model-test Create a model test spec" )
41+ .greenLine ( " coldbox create interceptor-test Create an interceptor test spec" )
3742 .line ()
3843 .yellowLine ( " Examples:" )
3944 .line ()
4045 .dim ( " ## Create new app interactively" )
4146 .line ( " coldbox create app-wizard" )
4247 .line ()
4348 .dim ( " ## Create a handler with views" )
44- .line ( " coldbox create handler Users --views= index,show,edit" )
49+ .line ( " coldbox create handler users index,show,edit" )
4550 .line ()
4651 .dim ( " ## Create a RESTful resource" )
4752 .line ( " coldbox create resource api.Products" )
0 commit comments