kpack-cli icon indicating copy to clipboard operation
kpack-cli copied to clipboard

If the cli is called from a github action, format output messages accordingly

Open garethjevans opened this issue 2 years ago • 0 comments

We could add a --output github-actions flag, when this is enabled , use output markers to make the output more acceptable in github actions (https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions) e.g.

  • ::debug::message for debug messages
  • group log lines together with ::group::{title} & ::endgroup::

garethjevans avatar Nov 08 '22 16:11 garethjevans