metal-stack / metal-lib

Common go packages used across the metal-stack microservices
MIT License
2 stars 1 forks source link

Print apply results immediately by default. #62

Closed Gerrit91 closed 1 year ago

Gerrit91 commented 1 year ago

Closes #61.

Defaults to printing results intermediately during apply, which causes single entities to be printed sequentially. Can be disabled by the generic CLI configuration to maintain old behavior (printing apply result as a bulk in the end, printed entity is a list of objects).