iron-meteor / iron-cli

A scaffolding command line tool for Meteor applications.
640 stars 82 forks source link

how to start iron with other settings instead of development? #244

Closed xiguichen closed 7 years ago

xiguichen commented 8 years ago

When start iron, the default settings loaded is development/settings.json. Is there any option can be specified to run other settings and env.sh? For example,use the production settings?

maka-io commented 8 years ago

@xiguichen

$ iron --env production

Should do the trick!

xiguichen commented 8 years ago

thanks,i will try to use that!