adobe / aio-cli-plugin-aem-rde

Apache License 2.0
4 stars 13 forks source link

Add json support for all commands where feasible #77

Closed RemoLiechti closed 3 months ago

RemoLiechti commented 4 months ago

Description

Adds json support to all commands, except setup and logs. Achieved this by basically redirect the cli logs to Command.log of oclif that takes care of suppressing when global json flag is provided and returning the json object itself in the commands run methods.

Other enhancements:

  1. better quite mode for install (no progress bar)
  2. adds flag 'show' for the setup to display the current configuration. aem:rde:status --show
  3. show test coverage on all files and not just on the ones that get tested. Produces a ~25% drop in coverage...