1.Use report plugins instead of separated reports,
however, we still save old report command.
2.New report command
rally task report --html --uuid <uuid> --out <dest>
we can use --html and --html-static, and deprecate --junit,
we have move junit to `rally task export` command.
Example:
rally task report --html --uuid xxxxxx --out /home/report.html
3.Change `rally task export` format, and deprecate old Exporter plugin.
rally task export --uuid <uuid> --type <type> --to <dest>
Example:
rally task export --uuid xxxx --type junit-xml --to xxxxx
4.Remove FileExporter plugin.
Change-Id: I44cafccb8d6c6c3cc704fb6e3ff2f49a756209ef
4.9 KiB
4.9 KiB