Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Releases: yext/edward

1.8.0

25 May 13:26
Compare
Choose a tag to compare

1.7.2

05 Apr 22:12
Compare
Choose a tag to compare

1.7.1

12 Mar 23:05
Compare
Choose a tag to compare

1.7.0

27 Feb 00:31
Compare
Choose a tag to compare

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

07 Feb 17:04
Compare
Choose a tag to compare

1.6.5

06 Feb 02:47
Compare
Choose a tag to compare

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.