You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠ Breaking changes: global flags (like --log-level, --verbose, --debug, --log-json and --log-format) should be defined before the subcommand
Changed
version subcommand replaced by --version flag #163
--config-file flag is not global anymore (use error-pages (serve|build) --config-file ... instead of error-pages --config-file ... (serve|build) ...) #163
Flags --verbose, --debug and --log-json are deprecated, use --log-level and --log-format instead #163
Added
Possibility to use custom env variables in templates #164, #165