cargo pueue 0.11.0

latest releases: 3.4.0, 3.3.3, 3.3.2...
3 years ago

[0.11.0] - 18-01-2020

Added

  • Add the --lines flag to the log subcommand.
    This is used to only show the last X lines of each task's stdout and stderr.
  • Add the --full flag to the log subcommand.
    This is used to show the whole logfile of each task's stdout and stderr.
  • Add the --successful-only flag to the clean subcommand.
    This let's keep you all important logs of failed tasks, while freeing up some screen space.

Changed

  • If multiple tasks are selected, log now only shows the last few lines for each log.
    You can use the new --full option to get the old behavior.

Fixed

  • Don't parse config path, if it's a directory.
  • Error with "Couldn't find config at path {:?}" when passing a directory via --config.
  • Fixed missing newline between tasks in log output.

Don't miss a new pueue release

NewReleases is sending notifications on new releases.