Create app with specific coldbox version

Hi,

I want to create coldbox app with specific coldbox version

for example;

coldbox create app myApp --coldbox@6.4.0

this is possible?

Howdy Mahmut!

It’s not possible in the coldbox create app command, but it only takes one extra step and a little extra syntax:

coldbox create app myApp && install coldbox@6.4.0

Hi Michael,

This is great,
thanks for quick reply

1 Like

Welcome! Glad it helps! :grin: