AzBuilder / terrakube

Open source IaC Automation and Collaboration Software.
https://docs.terrakube.io
Apache License 2.0
523 stars 44 forks source link

feat: Add verbose mode #1314

Closed stanleyz closed 1 month ago

stanleyz commented 1 month ago

Only print the content of the script when verbose is on.

Additional changes:

  1. import and format added by the editor when saving
alfespa17 commented 1 month ago

Hello @stanleyz you will have to add the value here too

https://github.com/AzBuilder/terrakube/blob/main/api/src/main/java/org/terrakube/api/plugin/scheduler/job/tcl/model/Command.java

stanleyz commented 1 month ago

Hello @stanleyz you will have to add the value here too

https://github.com/AzBuilder/terrakube/blob/main/api/src/main/java/org/terrakube/api/plugin/scheduler/job/tcl/model/Command.java

Thanks @alfespa17 , updated.