sol-eng / wbi

CLI for installing and configuring Posit Workbench
MIT License
5 stars 0 forks source link

Add command logging #158

Closed tnederlof closed 1 year ago

tnederlof commented 1 year ago

Closes https://github.com/sol-eng/wbi/issues/157

This PR adds a secondary logger in an internal logger package which is created when the CLI starts and records the commands taken to install/configure. The output is a ready to go bash script with a .sh extension, which can be run on an identical server. This opens the door for future work in HA and other multi-server setups.

samcofer commented 1 year ago

@tnederlof Thoughts on my feedback?