Skip to content

chore: print commands before running them

Boros Gábor requested to merge gabor/print-commands into main

Description

Print all commands we are executing except NO_COMMAND_PRINT is set to true.

Supporting information

closes #97 (closed)

Testing instructions

Steps to test the changes:

  1. Run any grove commands (probably a ./tf plan is the easiest)

Dependencies

N/A

Screenshots

Screenshot_2023-07-12_at_16.34.30

Checklist

If any of the items below is not applicable, do not remove them, but put a check in it.

  • All providers include the new feature/change
  • All affected providers can provision new clusters
  • Unit tests are added/updated
  • Documentation is added/updated
  • The TOOLS_CONTAINER_IMAGE_VERSION in ci_vars.yml is updated
  • The grove-template repository is updated

Additional context

N/A

Merge request reports