Via CLI
All available options can be set via command line.
- You can use dot notation for the keys. That way you can also set complex values like objects for assets).
- You can set an array as value by separating the values with a space.
Example:
miyagi start --engine.name twig --files.template.extension twig --assets.css.development css/index.css css/forms.css
Note: If an option is passed as a CLI argument and defined in your .miyagi.js
, the CLI argument is used.