Releases: yext/edward
1.8.0
1.7.2
1.7.1
1.7.0
New Features
Start services and show logs with a single command
This release adds a --tail
option to the start
and restart
commands. With this flag, Edward will start following the logs for the specified services immediately after they have finish (re)starting.
Auto-restart is auto-enabled
Auto-restart is now enabled by default for all services with watch directories configured. It can be disabled with the --no-watch
flag.
Extra status info
The status
command now shows the number of stdout and stderror log lines output by each service. The start time for each service has also been reformatted for clarity.
New Generators
The following new generators have been added:
- Procfiles
- Edward config files.
The Edward generator will import all edward.json files in directories below the current one.
1.6.6
1.6.5
The log
(or tail
) command now supports multiple services! When more than one service is specified, each log line displayed will be prefixed with the name of the service that generated it.